diff --git a/api/filetypesupport/.manifest b/api/filetypesupport/.manifest index 14d5143db..0c223ef72 100644 --- a/api/filetypesupport/.manifest +++ b/api/filetypesupport/.manifest @@ -419,6 +419,7 @@ "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.PreviewSettingsKey": "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.PreviewTypesSettingsKey": "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationSettingsKey": "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml", + "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationTypesSettingsKey": "Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo": "Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.#ctor(System.Boolean,System.Boolean,System.String)": "Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.FullPath": "Sdl.FileTypeSupport.Framework.Core.Settings.DeserializeFileInfo.yml", @@ -522,6 +523,7 @@ "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.PreviewSettings": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.PreviewTypes": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationSettings": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml", + "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundle(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson)": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.CreateJsonSettingsBundleFromData(Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson,System.String)": "Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsUtil.yml", @@ -731,11 +733,6 @@ "Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter": "Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.yml", "Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.ConvertSettings``1(Sdl.Core.Settings.ISettingsBundle,Sdl.Core.Settings.ISettingsBundle,System.String)": "Sdl.FileTypeSupport.Framework.Core.Settings.Serialization.SettingsFormatConverter.yml", "Sdl.FileTypeSupport.Framework.Core.Utilities": "Sdl.FileTypeSupport.Framework.Core.Utilities.yml", - "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense": "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.yml", - "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder": "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.yml", - "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.#ctor": "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.yml", - "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GenerateEncodedLicenseFile(System.String)": "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.yml", - "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.GetEncodedLicense": "Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder.yml", "Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi": "Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.yml", "Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter": "Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.yml", "Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.#ctor": "Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi.BilingualContentHandlerAdapter.yml", diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml index c124bb034..dff116e99 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.yml @@ -11,6 +11,7 @@ items: - Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.PreviewSettingsKey - Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.PreviewTypesSettingsKey - Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationSettingsKey + - Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationTypesSettingsKey langs: - csharp - vb @@ -142,6 +143,27 @@ items: return: type: System.String content.vb: Public Const PreviewTypesSettingsKey As String = "PreviewTypes" +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationTypesSettingsKey + commentId: F:Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationTypesSettingsKey + id: VerificationTypesSettingsKey + parent: Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants + langs: + - csharp + - vb + name: VerificationTypesSettingsKey + nameWithType: SettingsConstants.VerificationTypesSettingsKey + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.VerificationTypesSettingsKey + type: Field + assemblies: + - Sdl.FileTypeSupport.Framework.Core.Settings + namespace: Sdl.FileTypeSupport.Framework.Core.Settings.Constants + summary: Key used for VerificationTypes section + example: [] + syntax: + content: public const string VerificationTypesSettingsKey = "VerificationTypes" + return: + type: System.String + content.vb: Public Const VerificationTypesSettingsKey As String = "VerificationTypes" - uid: Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.ComponentBuilderIdKey commentId: F:Sdl.FileTypeSupport.Framework.Core.Settings.Constants.SettingsConstants.ComponentBuilderIdKey id: ComponentBuilderIdKey diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml index 39ab3ab6c..38f8428b5 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.yml @@ -13,6 +13,7 @@ items: - Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.PreviewSettings - Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.PreviewTypes - Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationSettings + - Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes langs: - csharp - vb @@ -220,6 +221,29 @@ items: type: Newtonsoft.Json.Linq.JObject content.vb: Public Property PreviewTypes As JObject overload: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.PreviewTypes* +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes + commentId: P:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes + id: VerificationTypes + parent: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson + langs: + - csharp + - vb + name: VerificationTypes + nameWithType: FileTypeSettingsJson.VerificationTypes + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes + type: Property + assemblies: + - Sdl.FileTypeSupport.Framework.Core.Settings + namespace: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings + summary: '' + example: [] + syntax: + content: public JObject VerificationTypes { get; set; } + parameters: [] + return: + type: Newtonsoft.Json.Linq.JObject + content.vb: Public Property VerificationTypes As JObject + overload: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes* references: - uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings commentId: N:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings @@ -632,3 +656,10 @@ references: name: PreviewTypes nameWithType: FileTypeSettingsJson.PreviewTypes fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.PreviewTypes +- uid: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes* + commentId: Overload:Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes + isExternal: true + href: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.html#Sdl_FileTypeSupport_Framework_Core_Settings_JsonSettings_FileTypeSettingsJson_VerificationTypes + name: VerificationTypes + nameWithType: FileTypeSettingsJson.VerificationTypes + fullName: Sdl.FileTypeSupport.Framework.Core.Settings.JsonSettings.FileTypeSettingsJson.VerificationTypes diff --git a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.yml b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.yml index e42c27c7e..668126dbc 100644 --- a/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.yml +++ b/api/filetypesupport/Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.yml @@ -39,17 +39,17 @@ items: assemblies: - Sdl.FileTypeSupport.Framework.Core namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts - summary: Builds a QuickInsert - all + summary: Builds a new instance of a QuickInsert. example: [] syntax: content: IQuickInsert BuildQuickInsert(QuickInsertIds id) parameters: - id: id type: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds - description: '' + description: The QuickInsert id. return: type: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert - description: '' + description: Returns a new instance of the QuickInsert. content.vb: Function BuildQuickInsert(id As QuickInsertIds) As IQuickInsert overload: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.BuildQuickInsert* - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.BuildClonedQuickInsert(Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds) @@ -69,7 +69,10 @@ items: summary: Builds a new instance of a QuickInsert example: [] syntax: - content: IQuickInsert BuildClonedQuickInsert(QuickInsertIds id) + content: >- + [Obsolete("Use BuildQuickInsert method instead.")] + + IQuickInsert BuildClonedQuickInsert(QuickInsertIds id) parameters: - id: id type: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.QuickInsertIds @@ -77,8 +80,17 @@ items: return: type: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsert description: '' - content.vb: Function BuildClonedQuickInsert(id As QuickInsertIds) As IQuickInsert + content.vb: >- + + + Function BuildClonedQuickInsert(id As QuickInsertIds) As IQuickInsert overload: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.BuildClonedQuickInsert* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use BuildQuickInsert method instead. - uid: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.IsQuickInsert(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) commentId: M:Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts.IQuickInsertDefinitionsManager.IsQuickInsert(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) id: IsQuickInsert(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData) diff --git a/api/filetypesupport/toc.yml b/api/filetypesupport/toc.yml index a005e80c8..85b38db4d 100644 --- a/api/filetypesupport/toc.yml +++ b/api/filetypesupport/toc.yml @@ -359,13 +359,6 @@ items: - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.PredicateAdapter`2 name: PredicateAdapter type: Class -- uid: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense - name: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense - type: Namespace - items: - - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.AsposeLicense.AsposeLicenseEncoder - name: AsposeLicenseEncoder - type: Class - uid: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi name: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi type: Namespace diff --git a/api/integration/.manifest b/api/integration/.manifest index 31ae2d051..6977ea5dc 100644 --- a/api/integration/.manifest +++ b/api/integration/.manifest @@ -331,8 +331,10 @@ "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsActionVisible": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsExpanderVisible": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsLinkVisible": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", + "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.LinkAction": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.OtherDetails": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", + "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Title": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.yml", "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.CommandIcon": "Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand.yml", @@ -571,9 +573,6 @@ "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem": "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem.yml", "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem.#ctor": "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem.yml", "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem.OnCreateAutomationPeer": "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem.yml", - "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid": "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid.yml", - "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid.#ctor": "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid.yml", - "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid.OnCreateAutomationPeer": "Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid.yml", "Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox": "Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.yml", "Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.#ctor": "Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.yml", "Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.OnApplyTemplate": "Sdl.Desktop.Platform.Controls.Controls.BindablePasswordBox.yml", @@ -873,6 +872,10 @@ "Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.FontConverter": "Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter": "Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter.yml", @@ -889,6 +892,10 @@ "Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter": "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter": "Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter.yml", @@ -945,6 +952,10 @@ "Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter": "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor": "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml", + "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml", "Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool": "Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.yml", "Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.#ctor": "Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.yml", "Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)": "Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool.yml", @@ -985,6 +996,7 @@ "Sdl.Desktop.Platform.Controls.Summary": "Sdl.Desktop.Platform.Controls.Summary.yml", "Sdl.Desktop.Platform.Controls.Summary.DetailEntry": "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml", "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String)": "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml", + "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String,System.Windows.Media.DrawingImage)": "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml", "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon": "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml", "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name": "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml", "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value": "Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml", @@ -1001,6 +1013,9 @@ "Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.#ctor(Sdl.Desktop.Platform.Controls.Summary.ISummaryData)": "Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.yml", "Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.SummarySections": "Sdl.Desktop.Platform.Controls.Summary.SummaryViewModel.yml", "Sdl.Desktop.Platform.Styles.ImageResources": "Sdl.Desktop.Platform.Styles.ImageResources.yml", + "Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons": "Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.yml", + "Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor": "Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.yml", + "Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent": "Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.yml", "Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons": "Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.yml", "Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.#ctor": "Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.yml", "Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.InitializeComponent": "Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons.yml", @@ -1485,9 +1500,11 @@ "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RebuildRowStructure": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RejectAllDocumentRevisions": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RejectRevisionsAtSelection": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", + "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFormattingFromSelection": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RowStructureRebuilt": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(System.Boolean)": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", + "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText(System.String,System.Boolean,System.Boolean)": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(System.Boolean)": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.ShadeRows": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.ShowParagraphBoundaries": "Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml", diff --git a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.yml b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.yml index f47a650b9..c2319baf7 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.yml +++ b/api/integration/Sdl.Desktop.IntegrationApi.AbstractViewControllerAction-1.yml @@ -101,12 +101,22 @@ items: summary: The ID of the view this action relates to. example: [] syntax: - content: protected string ViewId { get; } + content: >- + [Obsolete] + + protected string ViewId { get; } parameters: [] return: type: System.String - content.vb: Protected ReadOnly Property ViewId As String + content.vb: >- + + + Protected ReadOnly Property ViewId As String overload: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction`1.ViewId* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor + arguments: [] nameWithType.vb: AbstractViewControllerAction(Of TController).ViewId fullName.vb: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction(Of TController).ViewId - uid: Sdl.Desktop.IntegrationApi.AbstractViewControllerAction`1.Controller diff --git a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml index 5f48e9c7f..e63beeca3 100644 --- a/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml +++ b/api/integration/Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.yml @@ -13,8 +13,10 @@ items: - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsActionVisible - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsExpanderVisible - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsLinkVisible + - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.LinkAction - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.OtherDetails + - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner - Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Title langs: - csharp @@ -286,6 +288,62 @@ items: type: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotificationCommand content.vb: Property ClearNotificationAction As IStudioNotificationCommand overload: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.ClearNotificationAction* +- uid: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner + commentId: P:Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner + id: Owner + parent: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification + langs: + - csharp + - vb + name: Owner + nameWithType: IStudioNotification.Owner + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner + type: Property + assemblies: + - Sdl.Desktop.IntegrationApi + namespace: Sdl.Desktop.IntegrationApi.Interfaces + summary: >- + This is the Guid of the owner that should listen to this notification + + It can have 2 values: + + - the project ID if the notification is project related + + - Guid empty if the notifications is not project related + example: [] + syntax: + content: Guid Owner { get; set; } + parameters: [] + return: + type: System.Guid + content.vb: Property Owner As Guid + overload: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner* +- uid: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead + commentId: P:Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead + id: IsRead + parent: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification + langs: + - csharp + - vb + name: IsRead + nameWithType: IStudioNotification.IsRead + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead + type: Property + assemblies: + - Sdl.Desktop.IntegrationApi + namespace: Sdl.Desktop.IntegrationApi.Interfaces + summary: >- + When the notification expander (ManagerView) is opened + + the notfications visible are marked as read + example: [] + syntax: + content: bool IsRead { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Property IsRead As Boolean + overload: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead* references: - uid: Sdl.Desktop.IntegrationApi.Interfaces commentId: N:Sdl.Desktop.IntegrationApi.Interfaces @@ -738,3 +796,17 @@ references: name: ClearNotificationAction nameWithType: IStudioNotification.ClearNotificationAction fullName: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.ClearNotificationAction +- uid: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner* + commentId: Overload:Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner + isExternal: true + href: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html#Sdl_Desktop_IntegrationApi_Interfaces_IStudioNotification_Owner + name: Owner + nameWithType: IStudioNotification.Owner + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.Owner +- uid: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead* + commentId: Overload:Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead + isExternal: true + href: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.html#Sdl_Desktop_IntegrationApi_Interfaces_IStudioNotification_IsRead + name: IsRead + nameWithType: IStudioNotification.IsRead + fullName: Sdl.Desktop.IntegrationApi.Interfaces.IStudioNotification.IsRead diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.yml b/api/integration/Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.yml index 41dbfc1e5..5313a6ebf 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.yml +++ b/api/integration/Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.yml @@ -6,7 +6,6 @@ items: children: - Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBox - Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem - - Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid langs: - csharp - vb @@ -33,13 +32,6 @@ references: name: AccessibleComboBoxItem nameWithType: AccessibleComboBoxItem fullName: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem -- uid: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid - commentId: T:Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid - isExternal: true - href: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid.html - name: AccessibleDataGrid - nameWithType: AccessibleDataGrid - fullName: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid - uid: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls commentId: N:Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls isExternal: true diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml b/api/integration/Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml new file mode 100644 index 000000000..6eb73ba8a --- /dev/null +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.FontConverter.yml @@ -0,0 +1,909 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter + commentId: T:Sdl.Desktop.Platform.Controls.Converters.FontConverter + id: FontConverter + parent: Sdl.Desktop.Platform.Controls.Converters + children: + - Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor + - Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + - Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + langs: + - csharp + - vb + name: FontConverter + nameWithType: FontConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter + type: Class + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + syntax: + content: 'public class FontConverter : IMultiValueConverter' + content.vb: Public Class FontConverter Implements IMultiValueConverter + inheritance: + - System.Object + implements: + - System.Windows.Data.IMultiValueConverter + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + extensionMethods: + - System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + id: Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + parent: Sdl.Desktop.Platform.Controls.Converters.FontConverter + langs: + - csharp + - vb + name: Convert(object[], Type, object, CultureInfo) + nameWithType: FontConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) + type: Method + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + example: [] + syntax: + content: public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) + parameters: + - id: values + type: System.Object[] + - id: targetType + type: System.Type + - id: parameter + type: System.Object + - id: culture + type: System.Globalization.CultureInfo + return: + type: System.Object + content.vb: Public Function Convert(values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object + overload: Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert* + implements: + - System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + nameWithType.vb: FontConverter.Convert(Object(), Type, Object, CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) + name.vb: Convert(Object(), Type, Object, CultureInfo) +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + commentId: M:Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + id: ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + parent: Sdl.Desktop.Platform.Controls.Converters.FontConverter + langs: + - csharp + - vb + name: ConvertBack(object, Type[], object, CultureInfo) + nameWithType: FontConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) + type: Method + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + example: [] + syntax: + content: public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) + parameters: + - id: value + type: System.Object + - id: targetTypes + type: System.Type[] + - id: parameter + type: System.Object + - id: culture + type: System.Globalization.CultureInfo + return: + type: System.Object[] + content.vb: Public Function ConvertBack(value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object() + overload: Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack* + implements: + - System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + nameWithType.vb: FontConverter.ConvertBack(Object, Type(), Object, CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) + name.vb: ConvertBack(Object, Type(), Object, CultureInfo) +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor + commentId: M:Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor + id: '#ctor' + parent: Sdl.Desktop.Platform.Controls.Converters.FontConverter + langs: + - csharp + - vb + name: FontConverter() + nameWithType: FontConverter.FontConverter() + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter.FontConverter() + type: Constructor + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + syntax: + content: public FontConverter() + content.vb: Public Sub New() + overload: Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor* + nameWithType.vb: FontConverter.New() + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FontConverter.New() + name.vb: New() +references: +- uid: Sdl.Desktop.Platform.Controls.Converters + commentId: N:Sdl.Desktop.Platform.Controls.Converters + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Converters + nameWithType: Sdl.Desktop.Platform.Controls.Converters + fullName: Sdl.Desktop.Platform.Controls.Converters + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Converters + name: Converters + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Converters + name: Converters + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Windows.Data.IMultiValueConverter + commentId: T:System.Windows.Data.IMultiValueConverter + parent: System.Windows.Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter + name: IMultiValueConverter + nameWithType: IMultiValueConverter + fullName: System.Windows.Data.IMultiValueConverter +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) + commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + parent: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + definition: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Windows.Data + commentId: N:System.Windows.Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Windows.Data + nameWithType: System.Windows.Data + fullName: System.Windows.Data + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Data + name: Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Data + name: Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data +- uid: 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}) + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + commentId: T:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + parent: Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html + name: WindowsControlUtils + nameWithType: WindowsControlUtils + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils +- uid: Sdl.Desktop.Platform.Controls.Controls + commentId: N:Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Controls + nameWithType: Sdl.Desktop.Platform.Controls.Controls + fullName: Sdl.Desktop.Platform.Controls.Controls + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.FontConverter.html#Sdl_Desktop_Platform_Controls_Converters_FontConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ + name: Convert + nameWithType: FontConverter.Convert + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter.Convert +- uid: System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + parent: System.Windows.Data.IMultiValueConverter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convert + name: Convert(object[], Type, object, CultureInfo) + nameWithType: IMultiValueConverter.Convert(object[], Type, object, CultureInfo) + fullName: System.Windows.Data.IMultiValueConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) + nameWithType.vb: IMultiValueConverter.Convert(Object(), Type, Object, CultureInfo) + fullName.vb: System.Windows.Data.IMultiValueConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) + name.vb: Convert(Object(), Type, Object, CultureInfo) + spec.csharp: + - uid: System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + name: Convert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convert + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) + spec.vb: + - uid: System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + name: Convert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convert + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) +- uid: System.Object[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object[] + nameWithType: object[] + fullName: object[] + nameWithType.vb: Object() + fullName.vb: Object() + name.vb: Object() + spec.csharp: + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + spec.vb: + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Globalization.CultureInfo + commentId: T:System.Globalization.CultureInfo + parent: System.Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + name: CultureInfo + nameWithType: CultureInfo + fullName: System.Globalization.CultureInfo +- uid: System.Globalization + commentId: N:System.Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Globalization + nameWithType: System.Globalization + fullName: System.Globalization + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Globalization + name: Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Globalization + name: Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.FontConverter.html#Sdl_Desktop_Platform_Controls_Converters_FontConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ + name: ConvertBack + nameWithType: FontConverter.ConvertBack + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter.ConvertBack +- uid: System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + commentId: M:System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + parent: System.Windows.Data.IMultiValueConverter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convertback + name: ConvertBack(object, Type[], object, CultureInfo) + nameWithType: IMultiValueConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: System.Windows.Data.IMultiValueConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) + nameWithType.vb: IMultiValueConverter.ConvertBack(Object, Type(), Object, CultureInfo) + fullName.vb: System.Windows.Data.IMultiValueConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) + name.vb: ConvertBack(Object, Type(), Object, CultureInfo) + spec.csharp: + - uid: System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + name: ConvertBack + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convertback + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) + spec.vb: + - uid: System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + name: ConvertBack + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convertback + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) +- uid: System.Type[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + name: Type[] + nameWithType: Type[] + fullName: System.Type[] + nameWithType.vb: Type() + fullName.vb: System.Type() + name.vb: Type() + spec.csharp: + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: '[' + - name: ']' + spec.vb: + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ( + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.FontConverter.#ctor + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.FontConverter.html#Sdl_Desktop_Platform_Controls_Converters_FontConverter__ctor + name: FontConverter + nameWithType: FontConverter.FontConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter.FontConverter + nameWithType.vb: FontConverter.New + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.FontConverter.New + name.vb: New diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml new file mode 100644 index 000000000..b88af4806 --- /dev/null +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.yml @@ -0,0 +1,855 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + commentId: T:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + id: ImageVisibilityConverter + parent: Sdl.Desktop.Platform.Controls.Converters + children: + - Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor + - Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + - Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + langs: + - csharp + - vb + name: ImageVisibilityConverter + nameWithType: ImageVisibilityConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + type: Class + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + syntax: + content: 'public class ImageVisibilityConverter : IValueConverter' + content.vb: Public Class ImageVisibilityConverter Implements IValueConverter + inheritance: + - System.Object + implements: + - System.Windows.Data.IValueConverter + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + extensionMethods: + - System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + id: Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + parent: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + langs: + - csharp + - vb + name: Convert(object, Type, object, CultureInfo) + nameWithType: ImageVisibilityConverter.Convert(object, Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) + type: Method + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + example: [] + syntax: + content: public object Convert(object value, Type targetType, object parameter, CultureInfo culture) + parameters: + - id: value + type: System.Object + - id: targetType + type: System.Type + - id: parameter + type: System.Object + - id: culture + type: System.Globalization.CultureInfo + return: + type: System.Object + content.vb: Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object + overload: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert* + implements: + - System.Windows.Data.IValueConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + nameWithType.vb: ImageVisibilityConverter.Convert(Object, Type, Object, CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) + name.vb: Convert(Object, Type, Object, CultureInfo) +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + id: ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + parent: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + langs: + - csharp + - vb + name: ConvertBack(object, Type, object, CultureInfo) + nameWithType: ImageVisibilityConverter.ConvertBack(object, Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) + type: Method + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + example: [] + syntax: + content: public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) + parameters: + - id: value + type: System.Object + - id: targetType + type: System.Type + - id: parameter + type: System.Object + - id: culture + type: System.Globalization.CultureInfo + return: + type: System.Object + content.vb: Public Function ConvertBack(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object + overload: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack* + implements: + - System.Windows.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + nameWithType.vb: ImageVisibilityConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) + name.vb: ConvertBack(Object, Type, Object, CultureInfo) +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor + commentId: M:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor + id: '#ctor' + parent: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + langs: + - csharp + - vb + name: ImageVisibilityConverter() + nameWithType: ImageVisibilityConverter.ImageVisibilityConverter() + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ImageVisibilityConverter() + type: Constructor + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + syntax: + content: public ImageVisibilityConverter() + content.vb: Public Sub New() + overload: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor* + nameWithType.vb: ImageVisibilityConverter.New() + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.New() + name.vb: New() +references: +- uid: Sdl.Desktop.Platform.Controls.Converters + commentId: N:Sdl.Desktop.Platform.Controls.Converters + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Converters + nameWithType: Sdl.Desktop.Platform.Controls.Converters + fullName: Sdl.Desktop.Platform.Controls.Converters + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Converters + name: Converters + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Converters + name: Converters + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Windows.Data.IValueConverter + commentId: T:System.Windows.Data.IValueConverter + parent: System.Windows.Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter + name: IValueConverter + nameWithType: IValueConverter + fullName: System.Windows.Data.IValueConverter +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) + commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + parent: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + definition: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Windows.Data + commentId: N:System.Windows.Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Windows.Data + nameWithType: System.Windows.Data + fullName: System.Windows.Data + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Data + name: Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Data + name: Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data +- uid: 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}) + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + commentId: T:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + parent: Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html + name: WindowsControlUtils + nameWithType: WindowsControlUtils + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils +- uid: Sdl.Desktop.Platform.Controls.Controls + commentId: N:Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Controls + nameWithType: Sdl.Desktop.Platform.Controls.Controls + fullName: Sdl.Desktop.Platform.Controls.Controls + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageVisibilityConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ + name: Convert + nameWithType: ImageVisibilityConverter.Convert + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.Convert +- uid: System.Windows.Data.IValueConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:System.Windows.Data.IValueConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + parent: System.Windows.Data.IValueConverter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter.convert + name: Convert(object, Type, object, CultureInfo) + nameWithType: IValueConverter.Convert(object, Type, object, CultureInfo) + fullName: System.Windows.Data.IValueConverter.Convert(object, System.Type, object, System.Globalization.CultureInfo) + nameWithType.vb: IValueConverter.Convert(Object, Type, Object, CultureInfo) + fullName.vb: System.Windows.Data.IValueConverter.Convert(Object, System.Type, Object, System.Globalization.CultureInfo) + name.vb: Convert(Object, Type, Object, CultureInfo) + spec.csharp: + - uid: System.Windows.Data.IValueConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + name: Convert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter.convert + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) + spec.vb: + - uid: System.Windows.Data.IValueConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + name: Convert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter.convert + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Globalization.CultureInfo + commentId: T:System.Globalization.CultureInfo + parent: System.Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + name: CultureInfo + nameWithType: CultureInfo + fullName: System.Globalization.CultureInfo +- uid: System.Globalization + commentId: N:System.Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Globalization + nameWithType: System.Globalization + fullName: System.Globalization + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Globalization + name: Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Globalization + name: Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageVisibilityConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_ + name: ConvertBack + nameWithType: ImageVisibilityConverter.ConvertBack + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ConvertBack +- uid: System.Windows.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:System.Windows.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + parent: System.Windows.Data.IValueConverter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter.convertback + name: ConvertBack(object, Type, object, CultureInfo) + nameWithType: IValueConverter.ConvertBack(object, Type, object, CultureInfo) + fullName: System.Windows.Data.IValueConverter.ConvertBack(object, System.Type, object, System.Globalization.CultureInfo) + nameWithType.vb: IValueConverter.ConvertBack(Object, Type, Object, CultureInfo) + fullName.vb: System.Windows.Data.IValueConverter.ConvertBack(Object, System.Type, Object, System.Globalization.CultureInfo) + name.vb: ConvertBack(Object, Type, Object, CultureInfo) + spec.csharp: + - uid: System.Windows.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + name: ConvertBack + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter.convertback + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) + spec.vb: + - uid: System.Windows.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo) + name: ConvertBack + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter.convertback + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.#ctor + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_ImageVisibilityConverter__ctor + name: ImageVisibilityConverter + nameWithType: ImageVisibilityConverter.ImageVisibilityConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.ImageVisibilityConverter + nameWithType.vb: ImageVisibilityConverter.New + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.New + name.vb: New diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml b/api/integration/Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml new file mode 100644 index 000000000..cfe14adc6 --- /dev/null +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.yml @@ -0,0 +1,909 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + commentId: T:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + id: PopupVisibilityConverter + parent: Sdl.Desktop.Platform.Controls.Converters + children: + - Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor + - Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + - Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + langs: + - csharp + - vb + name: PopupVisibilityConverter + nameWithType: PopupVisibilityConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + type: Class + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + syntax: + content: 'public class PopupVisibilityConverter : IMultiValueConverter' + content.vb: Public Class PopupVisibilityConverter Implements IMultiValueConverter + inheritance: + - System.Object + implements: + - System.Windows.Data.IMultiValueConverter + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + extensionMethods: + - System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + id: Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + parent: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + langs: + - csharp + - vb + name: Convert(object[], Type, object, CultureInfo) + nameWithType: PopupVisibilityConverter.Convert(object[], Type, object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) + type: Method + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + example: [] + syntax: + content: public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) + parameters: + - id: values + type: System.Object[] + - id: targetType + type: System.Type + - id: parameter + type: System.Object + - id: culture + type: System.Globalization.CultureInfo + return: + type: System.Object + content.vb: Public Function Convert(values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object + overload: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert* + implements: + - System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + nameWithType.vb: PopupVisibilityConverter.Convert(Object(), Type, Object, CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) + name.vb: Convert(Object(), Type, Object, CultureInfo) +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + commentId: M:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + id: ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + parent: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + langs: + - csharp + - vb + name: ConvertBack(object, Type[], object, CultureInfo) + nameWithType: PopupVisibilityConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) + type: Method + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + example: [] + syntax: + content: public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) + parameters: + - id: value + type: System.Object + - id: targetTypes + type: System.Type[] + - id: parameter + type: System.Object + - id: culture + type: System.Globalization.CultureInfo + return: + type: System.Object[] + content.vb: Public Function ConvertBack(value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object() + overload: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack* + implements: + - System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + nameWithType.vb: PopupVisibilityConverter.ConvertBack(Object, Type(), Object, CultureInfo) + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) + name.vb: ConvertBack(Object, Type(), Object, CultureInfo) +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor + commentId: M:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor + id: '#ctor' + parent: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + langs: + - csharp + - vb + name: PopupVisibilityConverter() + nameWithType: PopupVisibilityConverter.PopupVisibilityConverter() + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.PopupVisibilityConverter() + type: Constructor + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Converters + syntax: + content: public PopupVisibilityConverter() + content.vb: Public Sub New() + overload: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor* + nameWithType.vb: PopupVisibilityConverter.New() + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.New() + name.vb: New() +references: +- uid: Sdl.Desktop.Platform.Controls.Converters + commentId: N:Sdl.Desktop.Platform.Controls.Converters + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Converters + nameWithType: Sdl.Desktop.Platform.Controls.Converters + fullName: Sdl.Desktop.Platform.Controls.Converters + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Converters + name: Converters + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Converters + name: Converters + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Windows.Data.IMultiValueConverter + commentId: T:System.Windows.Data.IMultiValueConverter + parent: System.Windows.Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter + name: IMultiValueConverter + nameWithType: IMultiValueConverter + fullName: System.Windows.Data.IMultiValueConverter +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) + commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + parent: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + definition: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Windows.Data + commentId: N:System.Windows.Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Windows.Data + nameWithType: System.Windows.Data + fullName: System.Windows.Data + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Data + name: Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Data + name: Data + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data +- uid: 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}) + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + commentId: T:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + parent: Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html + name: WindowsControlUtils + nameWithType: WindowsControlUtils + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils +- uid: Sdl.Desktop.Platform.Controls.Controls + commentId: N:Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Controls + nameWithType: Sdl.Desktop.Platform.Controls.Controls + fullName: Sdl.Desktop.Platform.Controls.Controls + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_PopupVisibilityConverter_Convert_System_Object___System_Type_System_Object_System_Globalization_CultureInfo_ + name: Convert + nameWithType: PopupVisibilityConverter.Convert + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.Convert +- uid: System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + commentId: M:System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + parent: System.Windows.Data.IMultiValueConverter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convert + name: Convert(object[], Type, object, CultureInfo) + nameWithType: IMultiValueConverter.Convert(object[], Type, object, CultureInfo) + fullName: System.Windows.Data.IMultiValueConverter.Convert(object[], System.Type, object, System.Globalization.CultureInfo) + nameWithType.vb: IMultiValueConverter.Convert(Object(), Type, Object, CultureInfo) + fullName.vb: System.Windows.Data.IMultiValueConverter.Convert(Object(), System.Type, Object, System.Globalization.CultureInfo) + name.vb: Convert(Object(), Type, Object, CultureInfo) + spec.csharp: + - uid: System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + name: Convert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convert + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) + spec.vb: + - uid: System.Windows.Data.IMultiValueConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo) + name: Convert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convert + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) +- uid: System.Object[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object[] + nameWithType: object[] + fullName: object[] + nameWithType.vb: Object() + fullName.vb: Object() + name.vb: Object() + spec.csharp: + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + spec.vb: + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Globalization.CultureInfo + commentId: T:System.Globalization.CultureInfo + parent: System.Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + name: CultureInfo + nameWithType: CultureInfo + fullName: System.Globalization.CultureInfo +- uid: System.Globalization + commentId: N:System.Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Globalization + nameWithType: System.Globalization + fullName: System.Globalization + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Globalization + name: Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Globalization + name: Globalization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_PopupVisibilityConverter_ConvertBack_System_Object_System_Type___System_Object_System_Globalization_CultureInfo_ + name: ConvertBack + nameWithType: PopupVisibilityConverter.ConvertBack + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.ConvertBack +- uid: System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + commentId: M:System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + parent: System.Windows.Data.IMultiValueConverter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convertback + name: ConvertBack(object, Type[], object, CultureInfo) + nameWithType: IMultiValueConverter.ConvertBack(object, Type[], object, CultureInfo) + fullName: System.Windows.Data.IMultiValueConverter.ConvertBack(object, System.Type[], object, System.Globalization.CultureInfo) + nameWithType.vb: IMultiValueConverter.ConvertBack(Object, Type(), Object, CultureInfo) + fullName.vb: System.Windows.Data.IMultiValueConverter.ConvertBack(Object, System.Type(), Object, System.Globalization.CultureInfo) + name.vb: ConvertBack(Object, Type(), Object, CultureInfo) + spec.csharp: + - uid: System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + name: ConvertBack + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convertback + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) + spec.vb: + - uid: System.Windows.Data.IMultiValueConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo) + name: ConvertBack + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.data.imultivalueconverter.convertback + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Globalization.CultureInfo + name: CultureInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo + - name: ) +- uid: System.Type[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + name: Type[] + nameWithType: Type[] + fullName: System.Type[] + nameWithType.vb: Type() + fullName.vb: System.Type() + name.vb: Type() + spec.csharp: + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: '[' + - name: ']' + spec.vb: + - uid: System.Type + name: Type + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.type + - name: ( + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor* + commentId: Overload:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.#ctor + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.html#Sdl_Desktop_Platform_Controls_Converters_PopupVisibilityConverter__ctor + name: PopupVisibilityConverter + nameWithType: PopupVisibilityConverter.PopupVisibilityConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.PopupVisibilityConverter + nameWithType.vb: PopupVisibilityConverter.New + fullName.vb: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.New + name.vb: New diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Converters.yml b/api/integration/Sdl.Desktop.Platform.Controls.Converters.yml index e46425712..6b9845608 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Converters.yml +++ b/api/integration/Sdl.Desktop.Platform.Controls.Converters.yml @@ -17,10 +17,12 @@ items: - Sdl.Desktop.Platform.Controls.Converters.EnumMatchToBooleanConverter - Sdl.Desktop.Platform.Controls.Converters.EnumToBooleanConverter - Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter + - Sdl.Desktop.Platform.Controls.Converters.FontConverter - Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter - Sdl.Desktop.Platform.Controls.Converters.ImageDrawingToXamlConverter - Sdl.Desktop.Platform.Controls.Converters.ImagePathToImageSourceConverter - Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter + - Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter - Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter - Sdl.Desktop.Platform.Controls.Converters.InverseBooleanToVisibilityConverter - Sdl.Desktop.Platform.Controls.Converters.InverseNullToVisibilityConverter @@ -35,6 +37,7 @@ items: - Sdl.Desktop.Platform.Controls.Converters.NullableToVisibilityConverter - Sdl.Desktop.Platform.Controls.Converters.ObservableCollectionCountToVisibilityConverter - Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter + - Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter - Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool - Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToVisibility - Sdl.Desktop.Platform.Controls.Converters.ViewBoxMaxWidthOrHeightConverter @@ -165,6 +168,13 @@ references: name: FeedbackCompletedToVisibilityConverter nameWithType: FeedbackCompletedToVisibilityConverter fullName: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter +- uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter + commentId: T:Sdl.Desktop.Platform.Controls.Converters.FontConverter + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.FontConverter.html + name: FontConverter + nameWithType: FontConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.FontConverter - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter commentId: T:Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter isExternal: true @@ -193,6 +203,13 @@ references: name: ImageToBitmapImageConverter nameWithType: ImageToBitmapImageConverter fullName: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter +- uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + commentId: T:Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter.html + name: ImageVisibilityConverter + nameWithType: ImageVisibilityConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter commentId: T:Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter isExternal: true @@ -292,6 +309,13 @@ references: name: PercentRangeToColorConverter nameWithType: PercentRangeToColorConverter fullName: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter +- uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + commentId: T:Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + isExternal: true + href: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter.html + name: PopupVisibilityConverter + nameWithType: PopupVisibilityConverter + fullName: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool commentId: T:Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool isExternal: true diff --git a/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml b/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml index c7c9d4c28..c97b5d8a9 100644 --- a/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml +++ b/api/integration/Sdl.Desktop.Platform.Controls.Summary.DetailEntry.yml @@ -6,6 +6,7 @@ items: parent: Sdl.Desktop.Platform.Controls.Summary children: - Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String) + - Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String,System.Windows.Media.DrawingImage) - Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon - Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name - Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value @@ -60,6 +61,34 @@ items: nameWithType.vb: DetailEntry.New(String, String) fullName.vb: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.New(String, String) name.vb: New(String, String) +- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String,System.Windows.Media.DrawingImage) + commentId: M:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor(System.String,System.String,System.Windows.Media.DrawingImage) + id: '#ctor(System.String,System.String,System.Windows.Media.DrawingImage)' + parent: Sdl.Desktop.Platform.Controls.Summary.DetailEntry + langs: + - csharp + - vb + name: DetailEntry(string, string, DrawingImage) + nameWithType: DetailEntry.DetailEntry(string, string, DrawingImage) + fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.DetailEntry(string, string, System.Windows.Media.DrawingImage) + type: Constructor + assemblies: + - Sdl.Desktop.Platform.Controls + namespace: Sdl.Desktop.Platform.Controls.Summary + syntax: + content: public DetailEntry(string name, string value, DrawingImage icon) + parameters: + - id: name + type: System.String + - id: value + type: System.String + - id: icon + type: System.Windows.Media.DrawingImage + content.vb: Public Sub New(name As String, value As String, icon As DrawingImage) + overload: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.#ctor* + nameWithType.vb: DetailEntry.New(String, String, DrawingImage) + fullName.vb: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.New(String, String, System.Windows.Media.DrawingImage) + name.vb: New(String, String, DrawingImage) - uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name commentId: P:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name id: Name @@ -621,27 +650,6 @@ references: nameWithType.vb: String fullName.vb: String name.vb: String -- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name* - commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name - isExternal: true - href: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Name - name: Name - nameWithType: DetailEntry.Name - fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name -- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value* - commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value - isExternal: true - href: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Value - name: Value - nameWithType: DetailEntry.Value - fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value -- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon* - commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon - isExternal: true - href: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Icon - name: Icon - nameWithType: DetailEntry.Icon - fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon - uid: System.Windows.Media.DrawingImage commentId: T:System.Windows.Media.DrawingImage parent: System.Windows.Media @@ -687,3 +695,24 @@ references: name: Media isExternal: true href: https://learn.microsoft.com/dotnet/api/system.windows.media +- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name* + commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name + isExternal: true + href: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Name + name: Name + nameWithType: DetailEntry.Name + fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Name +- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value* + commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value + isExternal: true + href: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Value + name: Value + nameWithType: DetailEntry.Value + fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Value +- uid: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon* + commentId: Overload:Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon + isExternal: true + href: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.html#Sdl_Desktop_Platform_Controls_Summary_DetailEntry_Icon + name: Icon + nameWithType: DetailEntry.Icon + fullName: Sdl.Desktop.Platform.Controls.Summary.DetailEntry.Icon diff --git a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.yml b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.yml new file mode 100644 index 000000000..8d4124103 --- /dev/null +++ b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.yml @@ -0,0 +1,1330 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + commentId: T:Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + id: ConnectedAiIcons + parent: Sdl.Desktop.Platform.Styles.ImageResources + children: + - Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor + - Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent + langs: + - csharp + - vb + name: ConnectedAiIcons + nameWithType: ConnectedAiIcons + fullName: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + type: Class + assemblies: + - Sdl.Desktop.Platform.Styles + namespace: Sdl.Desktop.Platform.Styles.ImageResources + summary: ConnectedAiIcons + example: [] + syntax: + content: 'public class ConnectedAiIcons : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector' + content.vb: Public Class ConnectedAiIcons Inherits ResourceDictionary Implements IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope, IComponentConnector + inheritance: + - System.Object + - System.Windows.ResourceDictionary + implements: + - System.Collections.IDictionary + - System.Collections.ICollection + - System.Collections.IEnumerable + - System.ComponentModel.ISupportInitialize + - System.Windows.Markup.IUriContext + - System.Windows.Markup.INameScope + - System.Windows.Markup.IComponentConnector + inheritedMembers: + - System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[],System.Int32) + - System.Windows.ResourceDictionary.RegisterName(System.String,System.Object) + - System.Windows.ResourceDictionary.UnregisterName(System.String) + - System.Windows.ResourceDictionary.FindName(System.String) + - System.Windows.ResourceDictionary.Add(System.Object,System.Object) + - System.Windows.ResourceDictionary.Clear + - System.Windows.ResourceDictionary.Contains(System.Object) + - System.Windows.ResourceDictionary.GetEnumerator + - System.Windows.ResourceDictionary.Remove(System.Object) + - System.Windows.ResourceDictionary.BeginInit + - System.Windows.ResourceDictionary.EndInit + - System.Windows.ResourceDictionary.OnGettingValue(System.Object,System.Object@,System.Boolean@) + - System.Windows.ResourceDictionary.MergedDictionaries + - System.Windows.ResourceDictionary.Source + - System.Windows.ResourceDictionary.IsFixedSize + - System.Windows.ResourceDictionary.IsReadOnly + - System.Windows.ResourceDictionary.InvalidatesImplicitDataTemplateResources + - System.Windows.ResourceDictionary.Item(System.Object) + - System.Windows.ResourceDictionary.DeferrableContent + - System.Windows.ResourceDictionary.Keys + - System.Windows.ResourceDictionary.Values + - System.Windows.ResourceDictionary.Count + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + extensionMethods: + - System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) +- uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor + commentId: M:Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor + id: '#ctor' + parent: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + langs: + - csharp + - vb + name: ConnectedAiIcons() + nameWithType: ConnectedAiIcons.ConnectedAiIcons() + fullName: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.ConnectedAiIcons() + type: Constructor + assemblies: + - Sdl.Desktop.Platform.Styles + namespace: Sdl.Desktop.Platform.Styles.ImageResources + syntax: + content: public ConnectedAiIcons() + content.vb: Public Sub New() + overload: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor* + nameWithType.vb: ConnectedAiIcons.New() + fullName.vb: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.New() + name.vb: New() +- uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent + commentId: M:Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent + id: InitializeComponent + parent: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + langs: + - csharp + - vb + name: InitializeComponent() + nameWithType: ConnectedAiIcons.InitializeComponent() + fullName: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent() + type: Method + assemblies: + - Sdl.Desktop.Platform.Styles + namespace: Sdl.Desktop.Platform.Styles.ImageResources + summary: InitializeComponent + example: [] + syntax: + content: public void InitializeComponent() + content.vb: Public Sub InitializeComponent() + overload: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent* + implements: + - System.Windows.Markup.IComponentConnector.InitializeComponent +references: +- uid: Sdl.Desktop.Platform.Styles.ImageResources + commentId: N:Sdl.Desktop.Platform.Styles.ImageResources + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Styles.ImageResources + nameWithType: Sdl.Desktop.Platform.Styles.ImageResources + fullName: Sdl.Desktop.Platform.Styles.ImageResources + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Styles + name: Styles + isExternal: true + href: Sdl.Desktop.Platform.Styles.html + - name: . + - uid: Sdl.Desktop.Platform.Styles.ImageResources + name: ImageResources + isExternal: true + href: Sdl.Desktop.Platform.Styles.ImageResources.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Styles + name: Styles + isExternal: true + href: Sdl.Desktop.Platform.Styles.html + - name: . + - uid: Sdl.Desktop.Platform.Styles.ImageResources + name: ImageResources + isExternal: true + href: Sdl.Desktop.Platform.Styles.ImageResources.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Windows.ResourceDictionary + commentId: T:System.Windows.ResourceDictionary + parent: System.Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary + name: ResourceDictionary + nameWithType: ResourceDictionary + fullName: System.Windows.ResourceDictionary +- uid: System.Collections.IDictionary + commentId: T:System.Collections.IDictionary + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.idictionary + name: IDictionary + nameWithType: IDictionary + fullName: System.Collections.IDictionary +- uid: System.Collections.ICollection + commentId: T:System.Collections.ICollection + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.icollection + name: ICollection + nameWithType: ICollection + fullName: System.Collections.ICollection +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.ComponentModel.ISupportInitialize + commentId: T:System.ComponentModel.ISupportInitialize + parent: System.ComponentModel + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize + name: ISupportInitialize + nameWithType: ISupportInitialize + fullName: System.ComponentModel.ISupportInitialize +- uid: System.Windows.Markup.IUriContext + commentId: T:System.Windows.Markup.IUriContext + parent: System.Windows.Markup + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup.iuricontext + name: IUriContext + nameWithType: IUriContext + fullName: System.Windows.Markup.IUriContext +- uid: System.Windows.Markup.INameScope + commentId: T:System.Windows.Markup.INameScope + parent: System.Windows.Markup + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup.inamescope + name: INameScope + nameWithType: INameScope + fullName: System.Windows.Markup.INameScope +- uid: System.Windows.Markup.IComponentConnector + commentId: T:System.Windows.Markup.IComponentConnector + parent: System.Windows.Markup + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup.icomponentconnector + name: IComponentConnector + nameWithType: IComponentConnector + fullName: System.Windows.Markup.IComponentConnector +- uid: System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[],System.Int32) + commentId: M:System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[],System.Int32) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.copyto + name: CopyTo(DictionaryEntry[], int) + nameWithType: ResourceDictionary.CopyTo(DictionaryEntry[], int) + fullName: System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[], int) + nameWithType.vb: ResourceDictionary.CopyTo(DictionaryEntry(), Integer) + fullName.vb: System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry(), Integer) + name.vb: CopyTo(DictionaryEntry(), Integer) + spec.csharp: + - uid: System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.copyto + - name: ( + - uid: System.Collections.DictionaryEntry + name: DictionaryEntry + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.dictionaryentry + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.copyto + - name: ( + - uid: System.Collections.DictionaryEntry + name: DictionaryEntry + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.dictionaryentry + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: System.Windows.ResourceDictionary.RegisterName(System.String,System.Object) + commentId: M:System.Windows.ResourceDictionary.RegisterName(System.String,System.Object) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.registername + name: RegisterName(string, object) + nameWithType: ResourceDictionary.RegisterName(string, object) + fullName: System.Windows.ResourceDictionary.RegisterName(string, object) + nameWithType.vb: ResourceDictionary.RegisterName(String, Object) + fullName.vb: System.Windows.ResourceDictionary.RegisterName(String, Object) + name.vb: RegisterName(String, Object) + spec.csharp: + - uid: System.Windows.ResourceDictionary.RegisterName(System.String,System.Object) + name: RegisterName + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.registername + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.RegisterName(System.String,System.Object) + name: RegisterName + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.registername + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Windows.ResourceDictionary.UnregisterName(System.String) + commentId: M:System.Windows.ResourceDictionary.UnregisterName(System.String) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.unregistername + name: UnregisterName(string) + nameWithType: ResourceDictionary.UnregisterName(string) + fullName: System.Windows.ResourceDictionary.UnregisterName(string) + nameWithType.vb: ResourceDictionary.UnregisterName(String) + fullName.vb: System.Windows.ResourceDictionary.UnregisterName(String) + name.vb: UnregisterName(String) + spec.csharp: + - uid: System.Windows.ResourceDictionary.UnregisterName(System.String) + name: UnregisterName + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.unregistername + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.UnregisterName(System.String) + name: UnregisterName + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.unregistername + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: System.Windows.ResourceDictionary.FindName(System.String) + commentId: M:System.Windows.ResourceDictionary.FindName(System.String) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.findname + name: FindName(string) + nameWithType: ResourceDictionary.FindName(string) + fullName: System.Windows.ResourceDictionary.FindName(string) + nameWithType.vb: ResourceDictionary.FindName(String) + fullName.vb: System.Windows.ResourceDictionary.FindName(String) + name.vb: FindName(String) + spec.csharp: + - uid: System.Windows.ResourceDictionary.FindName(System.String) + name: FindName + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.findname + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.FindName(System.String) + name: FindName + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.findname + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: System.Windows.ResourceDictionary.Add(System.Object,System.Object) + commentId: M:System.Windows.ResourceDictionary.Add(System.Object,System.Object) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.add + name: Add(object, object) + nameWithType: ResourceDictionary.Add(object, object) + fullName: System.Windows.ResourceDictionary.Add(object, object) + nameWithType.vb: ResourceDictionary.Add(Object, Object) + fullName.vb: System.Windows.ResourceDictionary.Add(Object, Object) + name.vb: Add(Object, Object) + spec.csharp: + - uid: System.Windows.ResourceDictionary.Add(System.Object,System.Object) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.add + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.Add(System.Object,System.Object) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.add + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Windows.ResourceDictionary.Clear + commentId: M:System.Windows.ResourceDictionary.Clear + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.clear + name: Clear() + nameWithType: ResourceDictionary.Clear() + fullName: System.Windows.ResourceDictionary.Clear() + spec.csharp: + - uid: System.Windows.ResourceDictionary.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.clear + - name: ( + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.clear + - name: ( + - name: ) +- uid: System.Windows.ResourceDictionary.Contains(System.Object) + commentId: M:System.Windows.ResourceDictionary.Contains(System.Object) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.contains + name: Contains(object) + nameWithType: ResourceDictionary.Contains(object) + fullName: System.Windows.ResourceDictionary.Contains(object) + nameWithType.vb: ResourceDictionary.Contains(Object) + fullName.vb: System.Windows.ResourceDictionary.Contains(Object) + name.vb: Contains(Object) + spec.csharp: + - uid: System.Windows.ResourceDictionary.Contains(System.Object) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.contains + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.Contains(System.Object) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.contains + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Windows.ResourceDictionary.GetEnumerator + commentId: M:System.Windows.ResourceDictionary.GetEnumerator + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.getenumerator + name: GetEnumerator() + nameWithType: ResourceDictionary.GetEnumerator() + fullName: System.Windows.ResourceDictionary.GetEnumerator() + spec.csharp: + - uid: System.Windows.ResourceDictionary.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.getenumerator + - name: ( + - name: ) +- uid: System.Windows.ResourceDictionary.Remove(System.Object) + commentId: M:System.Windows.ResourceDictionary.Remove(System.Object) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.remove + name: Remove(object) + nameWithType: ResourceDictionary.Remove(object) + fullName: System.Windows.ResourceDictionary.Remove(object) + nameWithType.vb: ResourceDictionary.Remove(Object) + fullName.vb: System.Windows.ResourceDictionary.Remove(Object) + name.vb: Remove(Object) + spec.csharp: + - uid: System.Windows.ResourceDictionary.Remove(System.Object) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.remove + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.Remove(System.Object) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.remove + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Windows.ResourceDictionary.BeginInit + commentId: M:System.Windows.ResourceDictionary.BeginInit + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.begininit + name: BeginInit() + nameWithType: ResourceDictionary.BeginInit() + fullName: System.Windows.ResourceDictionary.BeginInit() + spec.csharp: + - uid: System.Windows.ResourceDictionary.BeginInit + name: BeginInit + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.begininit + - name: ( + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.BeginInit + name: BeginInit + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.begininit + - name: ( + - name: ) +- uid: System.Windows.ResourceDictionary.EndInit + commentId: M:System.Windows.ResourceDictionary.EndInit + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.endinit + name: EndInit() + nameWithType: ResourceDictionary.EndInit() + fullName: System.Windows.ResourceDictionary.EndInit() + spec.csharp: + - uid: System.Windows.ResourceDictionary.EndInit + name: EndInit + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.endinit + - name: ( + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.EndInit + name: EndInit + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.endinit + - name: ( + - name: ) +- uid: System.Windows.ResourceDictionary.OnGettingValue(System.Object,System.Object@,System.Boolean@) + commentId: M:System.Windows.ResourceDictionary.OnGettingValue(System.Object,System.Object@,System.Boolean@) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.ongettingvalue + name: OnGettingValue(object, ref object, out bool) + nameWithType: ResourceDictionary.OnGettingValue(object, ref object, out bool) + fullName: System.Windows.ResourceDictionary.OnGettingValue(object, ref object, out bool) + nameWithType.vb: ResourceDictionary.OnGettingValue(Object, Object, Boolean) + fullName.vb: System.Windows.ResourceDictionary.OnGettingValue(Object, Object, Boolean) + name.vb: OnGettingValue(Object, Object, Boolean) + spec.csharp: + - uid: System.Windows.ResourceDictionary.OnGettingValue(System.Object,System.Object@,System.Boolean@) + name: OnGettingValue + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.ongettingvalue + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - name: ref + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - name: out + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: System.Windows.ResourceDictionary.OnGettingValue(System.Object,System.Object@,System.Boolean@) + name: OnGettingValue + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.ongettingvalue + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: System.Windows.ResourceDictionary.MergedDictionaries + commentId: P:System.Windows.ResourceDictionary.MergedDictionaries + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.mergeddictionaries + name: MergedDictionaries + nameWithType: ResourceDictionary.MergedDictionaries + fullName: System.Windows.ResourceDictionary.MergedDictionaries +- uid: System.Windows.ResourceDictionary.Source + commentId: P:System.Windows.ResourceDictionary.Source + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.source + name: Source + nameWithType: ResourceDictionary.Source + fullName: System.Windows.ResourceDictionary.Source +- uid: System.Windows.ResourceDictionary.IsFixedSize + commentId: P:System.Windows.ResourceDictionary.IsFixedSize + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.isfixedsize + name: IsFixedSize + nameWithType: ResourceDictionary.IsFixedSize + fullName: System.Windows.ResourceDictionary.IsFixedSize +- uid: System.Windows.ResourceDictionary.IsReadOnly + commentId: P:System.Windows.ResourceDictionary.IsReadOnly + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.isreadonly + name: IsReadOnly + nameWithType: ResourceDictionary.IsReadOnly + fullName: System.Windows.ResourceDictionary.IsReadOnly +- uid: System.Windows.ResourceDictionary.InvalidatesImplicitDataTemplateResources + commentId: P:System.Windows.ResourceDictionary.InvalidatesImplicitDataTemplateResources + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.invalidatesimplicitdatatemplateresources + name: InvalidatesImplicitDataTemplateResources + nameWithType: ResourceDictionary.InvalidatesImplicitDataTemplateResources + fullName: System.Windows.ResourceDictionary.InvalidatesImplicitDataTemplateResources +- uid: System.Windows.ResourceDictionary.Item(System.Object) + commentId: P:System.Windows.ResourceDictionary.Item(System.Object) + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: this[object] + nameWithType: ResourceDictionary.this[object] + fullName: System.Windows.ResourceDictionary.this[object] + nameWithType.vb: ResourceDictionary.this[](Object) + fullName.vb: System.Windows.ResourceDictionary.this[](Object) + name.vb: this[](Object) + spec.csharp: + - name: this + - name: '[' + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ']' + spec.vb: + - uid: System.Windows.ResourceDictionary.Item(System.Object) + name: this[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.item + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Windows.ResourceDictionary.DeferrableContent + commentId: P:System.Windows.ResourceDictionary.DeferrableContent + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.deferrablecontent + name: DeferrableContent + nameWithType: ResourceDictionary.DeferrableContent + fullName: System.Windows.ResourceDictionary.DeferrableContent +- uid: System.Windows.ResourceDictionary.Keys + commentId: P:System.Windows.ResourceDictionary.Keys + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.keys + name: Keys + nameWithType: ResourceDictionary.Keys + fullName: System.Windows.ResourceDictionary.Keys +- uid: System.Windows.ResourceDictionary.Values + commentId: P:System.Windows.ResourceDictionary.Values + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.values + name: Values + nameWithType: ResourceDictionary.Values + fullName: System.Windows.ResourceDictionary.Values +- uid: System.Windows.ResourceDictionary.Count + commentId: P:System.Windows.ResourceDictionary.Count + parent: System.Windows.ResourceDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary.count + name: Count + nameWithType: ResourceDictionary.Count + fullName: System.Windows.ResourceDictionary.Count +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) + commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + parent: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + definition: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Windows + commentId: N:System.Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Windows + nameWithType: System.Windows + fullName: System.Windows + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: System.ComponentModel + commentId: N:System.ComponentModel + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.ComponentModel + nameWithType: System.ComponentModel + fullName: System.ComponentModel + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.ComponentModel + name: ComponentModel + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.componentmodel + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.ComponentModel + name: ComponentModel + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.componentmodel +- uid: System.Windows.Markup + commentId: N:System.Windows.Markup + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Windows.Markup + nameWithType: System.Windows.Markup + fullName: System.Windows.Markup + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Markup + name: Markup + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Markup + name: Markup + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup +- uid: 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}) + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + name: ForWindowFromFrameworkElement(object, Action) + nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(object, Action) + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(object, System.Action) + nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) + fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(Object, System.Action(Of System.Windows.Window)) + name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) + spec.csharp: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) + name: ForWindowFromFrameworkElement + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html#Sdl_Desktop_Platform_Controls_Controls_WindowsControlUtils_ForWindowFromFrameworkElement_System_Object_System_Action_System_Windows_Window__ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: System.Windows.Window + name: Window + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.window + - name: ) + - name: ) +- uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + commentId: T:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils + parent: Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.html + name: WindowsControlUtils + nameWithType: WindowsControlUtils + fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils +- uid: Sdl.Desktop.Platform.Controls.Controls + commentId: N:Sdl.Desktop.Platform.Controls.Controls + isExternal: true + href: Sdl.html + name: Sdl.Desktop.Platform.Controls.Controls + nameWithType: Sdl.Desktop.Platform.Controls.Controls + fullName: Sdl.Desktop.Platform.Controls.Controls + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Desktop + name: Desktop + isExternal: true + href: Sdl.Desktop.html + - name: . + - uid: Sdl.Desktop.Platform + name: Platform + isExternal: true + href: Sdl.Desktop.Platform.html + - name: . + - uid: Sdl.Desktop.Platform.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.html + - name: . + - uid: Sdl.Desktop.Platform.Controls.Controls + name: Controls + isExternal: true + href: Sdl.Desktop.Platform.Controls.Controls.html +- uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor* + commentId: Overload:Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.#ctor + isExternal: true + href: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_ConnectedAiIcons__ctor + name: ConnectedAiIcons + nameWithType: ConnectedAiIcons.ConnectedAiIcons + fullName: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.ConnectedAiIcons + nameWithType.vb: ConnectedAiIcons.New + fullName.vb: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.New + name.vb: New +- uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent* + commentId: Overload:Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent + isExternal: true + href: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.html#Sdl_Desktop_Platform_Styles_ImageResources_ConnectedAiIcons_InitializeComponent + name: InitializeComponent + nameWithType: ConnectedAiIcons.InitializeComponent + fullName: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.InitializeComponent +- uid: System.Windows.Markup.IComponentConnector.InitializeComponent + commentId: M:System.Windows.Markup.IComponentConnector.InitializeComponent + parent: System.Windows.Markup.IComponentConnector + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup.icomponentconnector.initializecomponent + name: InitializeComponent() + nameWithType: IComponentConnector.InitializeComponent() + fullName: System.Windows.Markup.IComponentConnector.InitializeComponent() + spec.csharp: + - uid: System.Windows.Markup.IComponentConnector.InitializeComponent + name: InitializeComponent + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup.icomponentconnector.initializecomponent + - name: ( + - name: ) + spec.vb: + - uid: System.Windows.Markup.IComponentConnector.InitializeComponent + name: InitializeComponent + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.markup.icomponentconnector.initializecomponent + - name: ( + - name: ) diff --git a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.yml b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.yml index c069ad6fd..93f030ab9 100644 --- a/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.yml +++ b/api/integration/Sdl.Desktop.Platform.Styles.ImageResources.yml @@ -4,6 +4,7 @@ items: commentId: N:Sdl.Desktop.Platform.Styles.ImageResources id: Sdl.Desktop.Platform.Styles.ImageResources children: + - Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons - Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons - Sdl.Desktop.Platform.Styles.ImageResources.UserIcons langs: @@ -16,6 +17,13 @@ items: assemblies: - Sdl.Desktop.Platform.Styles references: +- uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + commentId: T:Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + isExternal: true + href: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons.html + name: ConnectedAiIcons + nameWithType: ConnectedAiIcons + fullName: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons - uid: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons commentId: T:Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons isExternal: true diff --git a/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml b/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml index d2abd3411..fbc23e5c0 100644 --- a/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml +++ b/api/integration/Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.yml @@ -30,9 +30,11 @@ items: - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RebuildRowStructure - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RejectAllDocumentRevisions - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RejectRevisionsAtSelection + - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFormattingFromSelection - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RowStructureRebuilt - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetDelayedSegmentActivation(System.Boolean) + - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText(System.String,System.Boolean,System.Boolean) - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetRevisionProtectionEnforced(System.Boolean) - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.ShadeRows - Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.ShowParagraphBoundaries @@ -897,6 +899,52 @@ items: nameWithType.vb: IFrameworkEditControl.NotifyAutomaticTextChange(String) fullName.vb: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.NotifyAutomaticTextChange(String) name.vb: NotifyAutomaticTextChange(String) +- uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText(System.String,System.Boolean,System.Boolean) + commentId: M:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText(System.String,System.Boolean,System.Boolean) + id: SetHighlightedText(System.String,System.Boolean,System.Boolean) + parent: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl + langs: + - csharp + - vb + name: SetHighlightedText(string, bool, bool) + nameWithType: IFrameworkEditControl.SetHighlightedText(string, bool, bool) + fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText(string, bool, bool) + type: Method + assemblies: + - Sdl.DesktopEditor.EditorApi + namespace: Sdl.DesktopEditor.EditorApi + syntax: + content: void SetHighlightedText(string text, bool caseSensitive, bool isRegularExpression) + parameters: + - id: text + type: System.String + - id: caseSensitive + type: System.Boolean + - id: isRegularExpression + type: System.Boolean + content.vb: Sub SetHighlightedText(text As String, caseSensitive As Boolean, isRegularExpression As Boolean) + overload: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText* + nameWithType.vb: IFrameworkEditControl.SetHighlightedText(String, Boolean, Boolean) + fullName.vb: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText(String, Boolean, Boolean) + name.vb: SetHighlightedText(String, Boolean, Boolean) +- uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights + commentId: M:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights + id: RemoveFilteringHighlights + parent: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl + langs: + - csharp + - vb + name: RemoveFilteringHighlights() + nameWithType: IFrameworkEditControl.RemoveFilteringHighlights() + fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights() + type: Method + assemblies: + - Sdl.DesktopEditor.EditorApi + namespace: Sdl.DesktopEditor.EditorApi + syntax: + content: void RemoveFilteringHighlights() + content.vb: Sub RemoveFilteringHighlights() + overload: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights* - uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.IsSource commentId: P:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.IsSource id: IsSource @@ -4101,6 +4149,20 @@ references: nameWithType.vb: String fullName.vb: String name.vb: String +- uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText* + commentId: Overload:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText + isExternal: true + href: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IFrameworkEditControl_SetHighlightedText_System_String_System_Boolean_System_Boolean_ + name: SetHighlightedText + nameWithType: IFrameworkEditControl.SetHighlightedText + fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.SetHighlightedText +- uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights* + commentId: Overload:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights + isExternal: true + href: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.html#Sdl_DesktopEditor_EditorApi_IFrameworkEditControl_RemoveFilteringHighlights + name: RemoveFilteringHighlights + nameWithType: IFrameworkEditControl.RemoveFilteringHighlights + fullName: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.RemoveFilteringHighlights - uid: Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.IsSource* commentId: Overload:Sdl.DesktopEditor.EditorApi.IFrameworkEditControl.IsSource isExternal: true diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.yml b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.yml index 10fc59adb..f733665a6 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.yml +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.yml @@ -77,7 +77,10 @@ items: summary: Returns true if there is a search result for the given row number example: [] syntax: - content: public bool HasSearchResult(int rowNumber) + content: >- + [Obsolete] + + public bool HasSearchResult(int rowNumber) parameters: - id: rowNumber type: System.Int32 @@ -85,10 +88,17 @@ items: return: type: System.Boolean description: '' - content.vb: Public Function HasSearchResult(rowNumber As Integer) As Boolean + content.vb: >- + + + Public Function HasSearchResult(rowNumber As Integer) As Boolean overload: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult* implements: - Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.ITranslationResultsController.HasSearchResult(System.Int32) + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor + arguments: [] nameWithType.vb: TranslationResultsController.HasSearchResult(Integer) fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TranslationResults.TranslationResultsController.HasSearchResult(Integer) name.vb: HasSearchResult(Integer) diff --git a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.yml b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.yml index 46241b872..e54a05c9b 100644 --- a/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.yml +++ b/api/integration/Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.yml @@ -59,7 +59,10 @@ items: summary: Replace the current selection with the markup data example: [] syntax: - content: public void Replace(IAbstractMarkupData markupData, string operationName) + content: >- + [Obsolete] + + public void Replace(IAbstractMarkupData markupData, string operationName) parameters: - id: markupData type: Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData @@ -67,8 +70,15 @@ items: - id: operationName type: System.String description: The name of the operation related with the replace that will be used for undo operations. - content.vb: Public Sub Replace(markupData As IAbstractMarkupData, operationName As String) + content.vb: >- + + + Public Sub Replace(markupData As IAbstractMarkupData, operationName As String) overload: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor + arguments: [] nameWithType.vb: TargetSelection.Replace(IAbstractMarkupData, String) fullName.vb: Sdl.TranslationStudioAutomation.IntegrationApi.TargetSelection.Replace(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData, String) name.vb: Replace(IAbstractMarkupData, String) diff --git a/api/integration/toc.yml b/api/integration/toc.yml index 3096a0aa7..a9f36c0d8 100644 --- a/api/integration/toc.yml +++ b/api/integration/toc.yml @@ -425,9 +425,6 @@ items: - uid: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleComboBoxItem name: AccessibleComboBoxItem type: Class - - uid: Sdl.Desktop.Platform.Controls.Controls.AcessibilityControls.AccessibleDataGrid - name: AccessibleDataGrid - type: Class - uid: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox name: Sdl.Desktop.Platform.Controls.Controls.CustomTreeViewComboBox type: Namespace @@ -519,6 +516,9 @@ items: - uid: Sdl.Desktop.Platform.Controls.Converters.FeedbackCompletedToVisibilityConverter name: FeedbackCompletedToVisibilityConverter type: Class + - uid: Sdl.Desktop.Platform.Controls.Converters.FontConverter + name: FontConverter + type: Class - uid: Sdl.Desktop.Platform.Controls.Converters.HasSourceToIsEnabledConverter name: HasSourceToIsEnabledConverter type: Class @@ -531,6 +531,9 @@ items: - uid: Sdl.Desktop.Platform.Controls.Converters.ImageToBitmapImageConverter name: ImageToBitmapImageConverter type: Class + - uid: Sdl.Desktop.Platform.Controls.Converters.ImageVisibilityConverter + name: ImageVisibilityConverter + type: Class - uid: Sdl.Desktop.Platform.Controls.Converters.InverseBooleanConverter name: InverseBooleanConverter type: Class @@ -573,6 +576,9 @@ items: - uid: Sdl.Desktop.Platform.Controls.Converters.PercentRangeToColorConverter name: PercentRangeToColorConverter type: Class + - uid: Sdl.Desktop.Platform.Controls.Converters.PopupVisibilityConverter + name: PopupVisibilityConverter + type: Class - uid: Sdl.Desktop.Platform.Controls.Converters.StringIsNullOrEmptyToBool name: StringIsNullOrEmptyToBool type: Class @@ -627,6 +633,9 @@ items: name: Sdl.Desktop.Platform.Styles.ImageResources type: Namespace items: + - uid: Sdl.Desktop.Platform.Styles.ImageResources.ConnectedAiIcons + name: ConnectedAiIcons + type: Class - uid: Sdl.Desktop.Platform.Styles.ImageResources.TranslationMemoryIcons name: TranslationMemoryIcons type: Class diff --git a/api/terminology/.manifest b/api/terminology/.manifest index 621c7525a..4ec3dc057 100644 --- a/api/terminology/.manifest +++ b/api/terminology/.manifest @@ -53,6 +53,7 @@ "Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.Type": "Sdl.Terminology.TerminologyProvider.Core.EntryTransaction.yml", "Sdl.Terminology.TerminologyProvider.Core.Exceptions": "Sdl.Terminology.TerminologyProvider.Core.Exceptions.yml", "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException": "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml", + "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)": "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml", "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.String,System.Uri,System.Exception)": "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml", "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri)": "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml", "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri,System.Exception)": "Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml", @@ -234,6 +235,11 @@ "Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.MTF": "Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType.yml", "Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType": "Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.yml", "Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.MTF": "Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType.yml", + "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml", + "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml", + "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer)": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml", + "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer)": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml", + "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer)": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml", "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml", "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials,System.Boolean)": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml", "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.#ctor(System.String,System.Boolean)": "Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml", diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml index 794496256..f52568caa 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.yml @@ -5,6 +5,7 @@ items: id: ConnectionException parent: Sdl.Terminology.TerminologyProvider.Core.Exceptions children: + - Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.String,System.Uri,System.Exception) - Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri) - Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Uri,System.Exception) @@ -142,6 +143,32 @@ items: nameWithType.vb: ConnectionException.New(String, Uri, Exception) fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.New(String, System.Uri, System.Exception) name.vb: New(String, Uri, Exception) +- uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + commentId: M:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + id: '#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)' + parent: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + langs: + - csharp + - vb + name: ConnectionException(SerializationInfo, StreamingContext) + nameWithType: ConnectionException.ConnectionException(SerializationInfo, StreamingContext) + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ConnectionException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + type: Constructor + assemblies: + - Sdl.Terminology.TerminologyProvider.Core + namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions + syntax: + content: protected ConnectionException(SerializationInfo info, StreamingContext context) + parameters: + - id: info + type: System.Runtime.Serialization.SerializationInfo + - id: context + type: System.Runtime.Serialization.StreamingContext + content.vb: Protected Sub New(info As SerializationInfo, context As StreamingContext) + overload: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.#ctor* + nameWithType.vb: ConnectionException.New(SerializationInfo, StreamingContext) + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.New(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + name.vb: New(SerializationInfo, StreamingContext) - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ProviderUri commentId: P:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ProviderUri id: ProviderUri @@ -719,6 +746,22 @@ references: nameWithType.vb: String fullName.vb: String name.vb: String +- uid: System.Runtime.Serialization.SerializationInfo + commentId: T:System.Runtime.Serialization.SerializationInfo + parent: System.Runtime.Serialization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo + name: SerializationInfo + nameWithType: SerializationInfo + fullName: System.Runtime.Serialization.SerializationInfo +- uid: System.Runtime.Serialization.StreamingContext + commentId: T:System.Runtime.Serialization.StreamingContext + parent: System.Runtime.Serialization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext + name: StreamingContext + nameWithType: StreamingContext + fullName: System.Runtime.Serialization.StreamingContext - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ProviderUri* commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.ProviderUri isExternal: true diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.yml index f64073e2e..1c2d9bc39 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.yml @@ -31,8 +31,14 @@ items: other parameters using an indexer on this class. example: [] syntax: - content: public class GenericCredentials - content.vb: Public Class GenericCredentials + content: >- + [Obsolete("Credentials need to be handled by the plugin")] + + public class GenericCredentials + content.vb: >- + + + Public Class GenericCredentials inheritance: - System.Object inheritedMembers: @@ -40,6 +46,12 @@ items: - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetType - System.Object.MemberwiseClone + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credentials need to be handled by the plugin - uid: Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor(System.String) commentId: M:Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.#ctor(System.String) id: '#ctor(System.String)' diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.yml index 9dda0c2ea..0288abd92 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.yml @@ -20,8 +20,14 @@ items: remarks: Implement this interface when creating a connected terminology provider. example: [] syntax: - content: 'public interface IConnectionAwareTerminologyProvider : ITerminologyProvider, IDisposable' - content.vb: Public Interface IConnectionAwareTerminologyProvider Inherits ITerminologyProvider, IDisposable + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface IConnectionAwareTerminologyProvider : ITerminologyProvider, IDisposable + content.vb: >- + + + Public Interface IConnectionAwareTerminologyProvider Inherits ITerminologyProvider, IDisposable inheritedMembers: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(System.Boolean) - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetLanguages @@ -44,6 +50,12 @@ items: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.ActiveFilter - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.IsInitialized - System.IDisposable.Dispose + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.Status commentId: P:Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.Status id: Status diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.yml index 8939416f5..3e1fa922e 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.yml @@ -19,8 +19,20 @@ items: summary: Default path for a file-based terminology provider example: [] syntax: - content: public interface IFileBasedTerminologyProviderDefaultPath - content.vb: Public Interface IFileBasedTerminologyProviderDefaultPath + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface IFileBasedTerminologyProviderDefaultPath + content.vb: >- + + + Public Interface IFileBasedTerminologyProviderDefaultPath + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation commentId: P:Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.DefaultTermbasesLocation id: DefaultTermbasesLocation diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.yml index b4924582f..d5a14f42a 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.yml @@ -19,8 +19,14 @@ items: summary: Terminology Providers which support multiple termbases. example: [] syntax: - content: 'public interface IMultipleTerminologyProvider : ITerminologyProvider, IDisposable' - content.vb: Public Interface IMultipleTerminologyProvider Inherits ITerminologyProvider, IDisposable + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface IMultipleTerminologyProvider : ITerminologyProvider, IDisposable + content.vb: >- + + + Public Interface IMultipleTerminologyProvider Inherits ITerminologyProvider, IDisposable inheritedMembers: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(System.Boolean) - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetLanguages @@ -43,6 +49,12 @@ items: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.ActiveFilter - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.IsInitialized - System.IDisposable.Dispose + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.DefaultTermbaseName commentId: P:Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.DefaultTermbaseName id: DefaultTermbaseName diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.yml index ab6a16790..23240052c 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.yml @@ -19,8 +19,20 @@ items: summary: Implemented by a terminology provider to calculate metrics for a termbase example: [] syntax: - content: public interface ITermbaseMetrics - content.vb: Public Interface ITermbaseMetrics + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ITermbaseMetrics + content.vb: >- + + + Public Interface ITermbaseMetrics + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.TotalTermCount commentId: P:Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.TotalTermCount id: TotalTermCount diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.yml index 8c05bbb3c..8721e8802 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.yml @@ -19,8 +19,14 @@ items: summary: Terminology providers that provide markup information with the search results when performing term recognition need to implement this interface. example: [] syntax: - content: 'public interface ITerminologyMarkupProvider : ITerminologyProvider, IDisposable' - content.vb: Public Interface ITerminologyMarkupProvider Inherits ITerminologyProvider, IDisposable + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ITerminologyMarkupProvider : ITerminologyProvider, IDisposable + content.vb: >- + + + Public Interface ITerminologyMarkupProvider Inherits ITerminologyProvider, IDisposable inheritedMembers: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.SetDefault(System.Boolean) - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetLanguages @@ -43,6 +49,12 @@ items: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.ActiveFilter - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.IsInitialized - System.IDisposable.Dispose + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - 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) 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) id: SearchAndMarkup(System.String,Sdl.Terminology.TerminologyProvider.Core.ILanguage,Sdl.Terminology.TerminologyProvider.Core.ILanguage,System.Int32,Sdl.Terminology.TerminologyProvider.Core.SearchMode,System.Boolean) diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.yml index a02b4ac8e..3630cd4c0 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.yml @@ -140,7 +140,10 @@ items: summary: Get an entry from the terminology provider example: [] syntax: - content: Entry GetEntry(int id, IEnumerable languages) + content: >- + [Obsolete("This method is deprecated, use GetEntry(int id) instead.")] + + Entry GetEntry(int id, IEnumerable languages) parameters: - id: id type: System.Int32 @@ -151,8 +154,17 @@ items: return: type: Sdl.Terminology.TerminologyProvider.Core.Entry description: The entry object. Returns null if an entry with the specified id does not exists in the terminology provider. - content.vb: Function GetEntry(id As Integer, languages As IEnumerable(Of ILanguage)) As Entry + content.vb: >- + + + Function GetEntry(id As Integer, languages As IEnumerable(Of ILanguage)) As Entry overload: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This method is deprecated, use GetEntry(int id) instead. nameWithType.vb: ITerminologyProvider.GetEntry(Integer, IEnumerable(Of ILanguage)) fullName.vb: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.GetEntry(Integer, System.Collections.Generic.IEnumerable(Of Sdl.Terminology.TerminologyProvider.Core.ILanguage)) name.vb: GetEntry(Integer, IEnumerable(Of ILanguage)) @@ -224,6 +236,13 @@ items: description: True for success content.vb: Function Initialize() As Boolean overload: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize* + exceptions: + - type: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException + commentId: T:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException + description: The exception is thrown by the provider if it cannot connect with the supplied credentials. + - type: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + commentId: T:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + description: The exception is thrown by the provider if it cannot connect to the provider address. - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize(Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize(Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) id: Initialize(Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential) @@ -241,15 +260,34 @@ items: summary: Initialize the provider using the specified credentials example: [] syntax: - content: bool Initialize(TerminologyProviderCredential credential) + content: >- + [Obsolete("Use initialize instead")] + + bool Initialize(TerminologyProviderCredential credential) parameters: - id: credential type: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential return: type: System.Boolean description: True for success - content.vb: Function Initialize(credential As TerminologyProviderCredential) As Boolean + content.vb: >- + + + Function Initialize(credential As TerminologyProviderCredential) As Boolean overload: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize* + exceptions: + - type: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException + commentId: T:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException + description: The exception is thrown by the provider if it cannot connect with the supplied credentials. + - type: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + commentId: T:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + description: The exception is thrown by the provider if it cannot connect to the provider address. + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use initialize instead - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.IsProviderUpToDate commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.IsProviderUpToDate id: IsProviderUpToDate @@ -924,6 +962,21 @@ references: isExternal: true href: Sdl.Terminology.TerminologyProvider.Core.SearchResult.html - name: ) +- uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException + commentId: T:Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException.html + name: InvalidCredentialsException + nameWithType: InvalidCredentialsException + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.InvalidCredentialsException +- uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + commentId: T:Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException + parent: Sdl.Terminology.TerminologyProvider.Core.Exceptions + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException.html + name: ConnectionException + nameWithType: ConnectionException + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions.ConnectionException - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize* commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize isExternal: true @@ -931,6 +984,63 @@ references: name: Initialize nameWithType: ITerminologyProvider.Initialize fullName: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.Initialize +- uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions + commentId: N:Sdl.Terminology.TerminologyProvider.Core.Exceptions + isExternal: true + href: Sdl.html + name: Sdl.Terminology.TerminologyProvider.Core.Exceptions + nameWithType: Sdl.Terminology.TerminologyProvider.Core.Exceptions + fullName: Sdl.Terminology.TerminologyProvider.Core.Exceptions + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Terminology + name: Terminology + isExternal: true + href: Sdl.Terminology.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider + name: TerminologyProvider + isExternal: true + href: Sdl.Terminology.TerminologyProvider.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider.Core + name: Core + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions + name: Exceptions + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.Exceptions.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Terminology + name: Terminology + isExternal: true + href: Sdl.Terminology.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider + name: TerminologyProvider + isExternal: true + href: Sdl.Terminology.TerminologyProvider.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider.Core + name: Core + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider.Core.Exceptions + name: Exceptions + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.Exceptions.html - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential commentId: T:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential parent: Sdl.Terminology.TerminologyProvider.Core diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.yml index 24e7cff2f..49cb7f4fb 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.yml @@ -23,8 +23,20 @@ items: summary: This interface represents a storage mechanism for terminology provider credentials. example: [] syntax: - content: public interface ITerminologyProviderCredentialStore - content.vb: Public Interface ITerminologyProviderCredentialStore + content: >- + [Obsolete("Credentials need to be handled by the plugin")] + + public interface ITerminologyProviderCredentialStore + content.vb: >- + + + Public Interface ITerminologyProviderCredentialStore + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credentials need to be handled by the plugin - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.GetCredential(System.Uri) commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.GetCredential(System.Uri) id: GetCredential(System.Uri) diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.yml index 89a57fd04..dfa79b9cd 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.yml @@ -73,7 +73,10 @@ items: summary: Creates an instance of the terminology provider defined by the specified URI. example: [] syntax: - content: ITerminologyProvider CreateTerminologyProvider(Uri terminologyProviderUri, ITerminologyProviderCredentialStore credentials) + content: >- + [Obsolete("Credential store will be removed in future releases")] + + ITerminologyProvider CreateTerminologyProvider(Uri terminologyProviderUri, ITerminologyProviderCredentialStore credentials = null) parameters: - id: terminologyProviderUri type: System.Uri @@ -86,7 +89,10 @@ items: return: type: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider description: A new terminology provider object, ready to be used. - content.vb: Function CreateTerminologyProvider(terminologyProviderUri As Uri, credentials As ITerminologyProviderCredentialStore) As ITerminologyProvider + content.vb: >- + + + Function CreateTerminologyProvider(terminologyProviderUri As Uri, credentials As ITerminologyProviderCredentialStore = Nothing) As ITerminologyProvider overload: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.CreateTerminologyProvider* exceptions: - type: System.ArgumentNullException @@ -97,6 +103,12 @@ items: - type: System.ArgumentException commentId: T:System.ArgumentException description: Thrown if terminologyProviderUri is not supported by this factory. + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credential store will be removed in future releases references: - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute commentId: T:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderFactoryAttribute diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.yml index af2718830..bfefc3efd 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.yml @@ -73,7 +73,10 @@ items: summary: Get an instance of a terminology provider, specified by its Uri. example: [] syntax: - content: ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) + content: >- + [Obsolete("Use GetTerminologyProvider(Uri uri) instead.")] + + ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) parameters: - id: uri type: System.Uri @@ -84,8 +87,17 @@ items: return: type: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider description: The terminology provider instance. - content.vb: Function GetTerminologyProvider(uri As Uri, credentials As ITerminologyProviderCredentialStore) As ITerminologyProvider + content.vb: >- + + + Function GetTerminologyProvider(uri As Uri, credentials As ITerminologyProviderCredentialStore) As ITerminologyProvider overload: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.GetTerminologyProvider* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use GetTerminologyProvider(Uri uri) instead. - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.GetTerminologyProviderWinFormsUI(System.Uri) commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.GetTerminologyProviderWinFormsUI(System.Uri) id: GetTerminologyProviderWinFormsUI(System.Uri) diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.yml index dfd3589a5..66b8baeeb 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.yml @@ -21,8 +21,20 @@ items: in order to signalize that Trados Studio can only read data from the provider example: [] syntax: - content: public interface ITerminologyProviderReadOnly - content.vb: Public Interface ITerminologyProviderReadOnly + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ITerminologyProviderReadOnly + content.vb: >- + + + Public Interface ITerminologyProviderReadOnly + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. references: - uid: Sdl.Terminology.TerminologyProvider.Core commentId: N:Sdl.Terminology.TerminologyProvider.Core diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.yml index 4e5b52375..fdb683b87 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.yml @@ -74,7 +74,10 @@ items: summary: Displays a dialog to interactively browse for one or more terminology providers. example: [] syntax: - content: ITerminologyProvider[] Browse(IWin32Window owner, ITerminologyProviderCredentialStore credentialStore) + content: >- + [Obsolete("Credential store will be removed in future releases")] + + ITerminologyProvider[] Browse(IWin32Window owner, ITerminologyProviderCredentialStore credentialStore = null) parameters: - id: owner type: System.Windows.Forms.IWin32Window @@ -85,8 +88,17 @@ items: return: type: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider[] description: A collection of terminology providers selected by the user, or null if none were selected or available or the browse was canceled. - content.vb: Function Browse(owner As IWin32Window, credentialStore As ITerminologyProviderCredentialStore) As ITerminologyProvider() + content.vb: >- + + + Function Browse(owner As IWin32Window, credentialStore As ITerminologyProviderCredentialStore = Nothing) As ITerminologyProvider() overload: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.Browse* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credential store will be removed in future releases - uid: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.GetDisplayInfo(System.Uri) commentId: M:Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.GetDisplayInfo(System.Uri) id: GetDisplayInfo(System.Uri) diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml new file mode 100644 index 000000000..13ea24c8b --- /dev/null +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.yml @@ -0,0 +1,572 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + commentId: T:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + id: TerminologyProviderCoreModule + parent: Sdl.Terminology.TerminologyProvider.Core + children: + - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor + - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + langs: + - csharp + - vb + name: TerminologyProviderCoreModule + nameWithType: TerminologyProviderCoreModule + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + type: Class + assemblies: + - Sdl.Terminology.TerminologyProvider.Core + namespace: Sdl.Terminology.TerminologyProvider.Core + syntax: + content: 'public class TerminologyProviderCoreModule : IModule' + content.vb: Public Class TerminologyProviderCoreModule Implements IModule + inheritance: + - System.Object + implements: + - Sdl.Platform.Interfaces.DI.IModule + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + id: Initialize(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + langs: + - csharp + - vb + name: Initialize(IContainer) + nameWithType: TerminologyProviderCoreModule.Initialize(IContainer) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + type: Method + assemblies: + - Sdl.Terminology.TerminologyProvider.Core + namespace: Sdl.Terminology.TerminologyProvider.Core + example: [] + syntax: + content: public void Initialize(IContainer container) + parameters: + - id: container + type: Sdl.Platform.Interfaces.DI.IContainer + content.vb: Public Sub Initialize(container As IContainer) + overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize* + implements: + - Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + id: MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + langs: + - csharp + - vb + name: MinimumAPIFunctionality(IContainer) + nameWithType: TerminologyProviderCoreModule.MinimumAPIFunctionality(IContainer) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + type: Method + assemblies: + - Sdl.Terminology.TerminologyProvider.Core + namespace: Sdl.Terminology.TerminologyProvider.Core + example: [] + syntax: + content: public void MinimumAPIFunctionality(IContainer container) + parameters: + - id: container + type: Sdl.Platform.Interfaces.DI.IContainer + content.vb: Public Sub MinimumAPIFunctionality(container As IContainer) + overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality* + implements: + - Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + id: StartServices(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + langs: + - csharp + - vb + name: StartServices(IContainer) + nameWithType: TerminologyProviderCoreModule.StartServices(IContainer) + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + type: Method + assemblies: + - Sdl.Terminology.TerminologyProvider.Core + namespace: Sdl.Terminology.TerminologyProvider.Core + example: [] + syntax: + content: public void StartServices(IContainer container) + parameters: + - id: container + type: Sdl.Platform.Interfaces.DI.IContainer + content.vb: Public Sub StartServices(container As IContainer) + overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices* + implements: + - Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor + commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor + id: '#ctor' + parent: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + langs: + - csharp + - vb + name: TerminologyProviderCoreModule() + nameWithType: TerminologyProviderCoreModule.TerminologyProviderCoreModule() + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.TerminologyProviderCoreModule() + type: Constructor + assemblies: + - Sdl.Terminology.TerminologyProvider.Core + namespace: Sdl.Terminology.TerminologyProvider.Core + syntax: + content: public TerminologyProviderCoreModule() + content.vb: Public Sub New() + overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor* + nameWithType.vb: TerminologyProviderCoreModule.New() + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.New() + name.vb: New() +references: +- uid: Sdl.Terminology.TerminologyProvider.Core + commentId: N:Sdl.Terminology.TerminologyProvider.Core + isExternal: true + href: Sdl.html + name: Sdl.Terminology.TerminologyProvider.Core + nameWithType: Sdl.Terminology.TerminologyProvider.Core + fullName: Sdl.Terminology.TerminologyProvider.Core + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Terminology + name: Terminology + isExternal: true + href: Sdl.Terminology.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider + name: TerminologyProvider + isExternal: true + href: Sdl.Terminology.TerminologyProvider.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider.Core + name: Core + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Terminology + name: Terminology + isExternal: true + href: Sdl.Terminology.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider + name: TerminologyProvider + isExternal: true + href: Sdl.Terminology.TerminologyProvider.html + - name: . + - uid: Sdl.Terminology.TerminologyProvider.Core + name: Core + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.Platform.Interfaces.DI.IModule + commentId: T:Sdl.Platform.Interfaces.DI.IModule + parent: Sdl.Platform.Interfaces.DI + isExternal: true + name: IModule + nameWithType: IModule + fullName: Sdl.Platform.Interfaces.DI.IModule +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.Platform.Interfaces.DI + commentId: N:Sdl.Platform.Interfaces.DI + isExternal: true + name: Sdl.Platform.Interfaces.DI + nameWithType: Sdl.Platform.Interfaces.DI + fullName: Sdl.Platform.Interfaces.DI + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + - name: . + - uid: Sdl.Platform + name: Platform + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces + name: Interfaces + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces.DI + name: DI + isExternal: true + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + - name: . + - uid: Sdl.Platform + name: Platform + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces + name: Interfaces + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces.DI + name: DI + isExternal: true +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize* + commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCoreModule_Initialize_Sdl_Platform_Interfaces_DI_IContainer_ + name: Initialize + nameWithType: TerminologyProviderCoreModule.Initialize + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.Initialize +- uid: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Platform.Interfaces.DI.IModule + isExternal: true + name: Initialize(IContainer) + nameWithType: IModule.Initialize(IContainer) + fullName: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + spec.csharp: + - uid: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + name: Initialize + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + name: Initialize + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) +- uid: Sdl.Platform.Interfaces.DI.IContainer + commentId: T:Sdl.Platform.Interfaces.DI.IContainer + parent: Sdl.Platform.Interfaces.DI + isExternal: true + name: IContainer + nameWithType: IContainer + fullName: Sdl.Platform.Interfaces.DI.IContainer +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality* + commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCoreModule_MinimumAPIFunctionality_Sdl_Platform_Interfaces_DI_IContainer_ + name: MinimumAPIFunctionality + nameWithType: TerminologyProviderCoreModule.MinimumAPIFunctionality + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.MinimumAPIFunctionality +- uid: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Platform.Interfaces.DI.IModule + isExternal: true + name: MinimumAPIFunctionality(IContainer) + nameWithType: IModule.MinimumAPIFunctionality(IContainer) + fullName: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + spec.csharp: + - uid: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + name: MinimumAPIFunctionality + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + name: MinimumAPIFunctionality + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices* + commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCoreModule_StartServices_Sdl_Platform_Interfaces_DI_IContainer_ + name: StartServices + nameWithType: TerminologyProviderCoreModule.StartServices + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.StartServices +- uid: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Platform.Interfaces.DI.IModule + isExternal: true + name: StartServices(IContainer) + nameWithType: IModule.StartServices(IContainer) + fullName: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + spec.csharp: + - uid: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + name: StartServices + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + name: StartServices + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor* + commentId: Overload:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.#ctor + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.html#Sdl_Terminology_TerminologyProvider_Core_TerminologyProviderCoreModule__ctor + name: TerminologyProviderCoreModule + nameWithType: TerminologyProviderCoreModule.TerminologyProviderCoreModule + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.TerminologyProviderCoreModule + nameWithType.vb: TerminologyProviderCoreModule.New + fullName.vb: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.New + name.vb: New diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml index 095142670..8900273d1 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml @@ -25,8 +25,14 @@ items: summary: Represents a credential for a terminology provider that can be stored in a . example: [] syntax: - content: 'public sealed class TerminologyProviderCredential : IEquatable' - content.vb: Public NotInheritable Class TerminologyProviderCredential Implements IEquatable(Of TerminologyProviderCredential) + content: >- + [Obsolete("Credentials need to be handled by the plugin")] + + public sealed class TerminologyProviderCredential : IEquatable + content.vb: >- + + + Public NotInheritable Class TerminologyProviderCredential Implements IEquatable(Of TerminologyProviderCredential) inheritance: - System.Object implements: @@ -38,6 +44,12 @@ items: - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credentials need to be handled by the plugin - uid: 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) id: '#ctor(System.String,System.String,System.Boolean)' diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.yml index 5c1cd3249..9d56bf2a8 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.yml @@ -28,8 +28,14 @@ items: summary: This class represents a storage mechanism for terminology provider credentials. example: [] syntax: - content: 'public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore, IXmlSerializable' - content.vb: Public Class TerminologyProviderCredentialStore Implements ITerminologyProviderCredentialStore, IXmlSerializable + content: >- + [Obsolete("Credentials need to be handled by the plugin")] + + public class TerminologyProviderCredentialStore : ITerminologyProviderCredentialStore, IXmlSerializable + content.vb: >- + + + Public Class TerminologyProviderCredentialStore Implements ITerminologyProviderCredentialStore, IXmlSerializable inheritance: - System.Object implements: @@ -43,6 +49,12 @@ items: - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credentials need to be handled by the plugin - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.GetCredential(System.Uri) commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.GetCredential(System.Uri) id: GetCredential(System.Uri) diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.yml index a9531a1e3..e8d1c63d2 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.yml @@ -93,7 +93,10 @@ items: summary: Get an instance of a terminology provider, specified by its Uri. example: [] syntax: - content: public ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) + content: >- + [Obsolete("Use GetTerminologyProvider(Uri uri) instead.")] + + public ITerminologyProvider GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials) parameters: - id: uri type: System.Uri @@ -104,10 +107,19 @@ items: return: type: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider description: The terminology provider instance. - content.vb: Public Function GetTerminologyProvider(uri As Uri, credentials As ITerminologyProviderCredentialStore) As ITerminologyProvider + content.vb: >- + + + Public Function GetTerminologyProvider(uri As Uri, credentials As ITerminologyProviderCredentialStore) As ITerminologyProvider overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.GetTerminologyProvider* implements: - Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.GetTerminologyProvider(System.Uri,Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore) + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Use GetTerminologyProvider(Uri uri) instead. - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.RemoveTerminologyProvider(System.Uri) commentId: M:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.RemoveTerminologyProvider(System.Uri) id: RemoveTerminologyProvider(System.Uri) @@ -284,17 +296,11 @@ items: assemblies: - Sdl.Terminology.TerminologyProvider.Core namespace: Sdl.Terminology.TerminologyProvider.Core - summary: >- - Cleanup memory - - - example: [] syntax: content: protected virtual void Dispose(bool disposing) parameters: - id: disposing type: System.Boolean - description: '' content.vb: Protected Overridable Sub Dispose(disposing As Boolean) overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.Dispose* nameWithType.vb: TerminologyProviderManager.Dispose(Boolean) @@ -340,12 +346,24 @@ items: summary: Property for default terminology credential store example: [] syntax: - content: public static ITerminologyProviderCredentialStore DefaultTerminologyCredentialStore { get; } + content: >- + [Obsolete("Credential store will be removed in future releases")] + + public static ITerminologyProviderCredentialStore DefaultTerminologyCredentialStore { get; } parameters: [] return: type: Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore - content.vb: Public Shared ReadOnly Property DefaultTerminologyCredentialStore As ITerminologyProviderCredentialStore + content.vb: >- + + + Public Shared ReadOnly Property DefaultTerminologyCredentialStore As ITerminologyProviderCredentialStore overload: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.DefaultTerminologyCredentialStore* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credential store will be removed in future releases references: - uid: Sdl.Terminology.TerminologyProvider.Core commentId: N:Sdl.Terminology.TerminologyProvider.Core diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.yml index b757e91e8..92abed1da 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserCredentials.yml @@ -32,8 +32,14 @@ items: summary: '' example: [] syntax: - content: 'public sealed class TerminologyUserCredentials : IEquatable' - content.vb: Public NotInheritable Class TerminologyUserCredentials Implements IEquatable(Of TerminologyUserCredentials) + content: >- + [Obsolete("Credentials need to be handled by the plugin")] + + public sealed class TerminologyUserCredentials : IEquatable + content.vb: >- + + + Public NotInheritable Class TerminologyUserCredentials Implements IEquatable(Of TerminologyUserCredentials) inheritance: - System.Object implements: @@ -43,6 +49,12 @@ items: - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetType + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Credentials need to be handled by the plugin - uid: 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) id: '#ctor(System.String,System.String,Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType)' diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.yml index 8df39b27c..8765dff77 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.yml @@ -22,8 +22,20 @@ items: summary: Token representation of user managers example: [] syntax: - content: public enum TerminologyUserManagerTokenType - content.vb: Public Enum TerminologyUserManagerTokenType + content: >- + [Obsolete("Not used")] + + public enum TerminologyUserManagerTokenType + content.vb: >- + + + Public Enum TerminologyUserManagerTokenType + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: Not used - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.CustomUser commentId: F:Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.CustomUser id: CustomUser diff --git a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.yml b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.yml index 39b0b3b07..711e4275f 100644 --- a/api/terminology/Sdl.Terminology.TerminologyProvider.Core.yml +++ b/api/terminology/Sdl.Terminology.TerminologyProvider.Core.yml @@ -42,6 +42,7 @@ items: - Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName - Sdl.Terminology.TerminologyProvider.Core.TerminologyExportType - Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType + - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore - Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo @@ -386,6 +387,13 @@ references: name: SearchResultWithTermbaseName nameWithType: SearchResultWithTermbaseName fullName: Sdl.Terminology.TerminologyProvider.Core.SearchResultWithTermbaseName +- uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + commentId: T:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + isExternal: true + href: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule.html + name: TerminologyProviderCoreModule + nameWithType: TerminologyProviderCoreModule + fullName: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo commentId: T:Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderDisplayInfo parent: Sdl.Terminology.TerminologyProvider.Core diff --git a/api/terminology/toc.yml b/api/terminology/toc.yml index 2acf4fcf4..2ce7ac2f1 100644 --- a/api/terminology/toc.yml +++ b/api/terminology/toc.yml @@ -118,6 +118,9 @@ items: - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyImportType name: TerminologyImportType type: Enum + - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCoreModule + name: TerminologyProviderCoreModule + type: Class - uid: Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential name: TerminologyProviderCredential type: Class diff --git a/api/translationmemory/.manifest b/api/translationmemory/.manifest index 4ef7476c5..3c35cc5f4 100644 --- a/api/translationmemory/.manifest +++ b/api/translationmemory/.manifest @@ -127,9 +127,9 @@ "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.FineGrainedAlignment.TranslationModelDetails,Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", - "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean)": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", - "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean)": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", - "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean)": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", + "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest})": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", + "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32})": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", + "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32)": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String})": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean)": "Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2": "Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.yml", @@ -142,6 +142,11 @@ "Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.Samples": "Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.yml", "Sdl.Core.FineGrainedAlignment.FGAInitializer": "Sdl.Core.FineGrainedAlignment.FGAInitializer.yml", "Sdl.Core.FineGrainedAlignment.FGAInitializer.Initialize(System.Reflection.Assembly)": "Sdl.Core.FineGrainedAlignment.FGAInitializer.yml", + "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId": "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml", + "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor(System.Guid,System.String,System.Guid)": "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml", + "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId": "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml", + "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId": "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml", + "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId": "Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml", "Sdl.Core.FineGrainedAlignment.IAlignableContentPair": "Sdl.Core.FineGrainedAlignment.IAlignableContentPair.yml", "Sdl.Core.FineGrainedAlignment.IAlignableContentPair.AlignmentData": "Sdl.Core.FineGrainedAlignment.IAlignableContentPair.yml", "Sdl.Core.FineGrainedAlignment.IAlignableContentPair.Id": "Sdl.Core.FineGrainedAlignment.IAlignableContentPair.yml", @@ -183,13 +188,13 @@ "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry})": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(System.Int32)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.Nullable{System.DateTime})": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml", - "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Boolean)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml", + "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry})": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", - "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", - "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", - "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", + "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest})": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", + "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32})": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", + "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String})": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean)": "Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml", "Sdl.Core.FineGrainedAlignment.IFineGrainedAligner": "Sdl.Core.FineGrainedAlignment.IFineGrainedAligner.yml", @@ -207,9 +212,9 @@ "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetAllModelDetailsAsync": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", - "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean)": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", - "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean)": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", - "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean)": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest})": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32})": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32)": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean,System.Collections.Generic.IEnumerable{System.String})": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean)": "Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", @@ -218,16 +223,22 @@ "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CanBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSchemaAsync": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.DeleteModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.DropSchemaAsync": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ShouldBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId})": "Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManager": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "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)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.DeleteModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", + "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes)": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId})": "Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml", "Sdl.Core.FineGrainedAlignment.LiftAligner": "Sdl.Core.FineGrainedAlignment.LiftAligner.yml", "Sdl.Core.FineGrainedAlignment.LiftAligner.#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode)": "Sdl.Core.FineGrainedAlignment.LiftAligner.yml", @@ -298,46 +309,6 @@ "Sdl.Core.FineGrainedAlignment.TokenWithCount.#ctor": "Sdl.Core.FineGrainedAlignment.TokenWithCount.yml", "Sdl.Core.FineGrainedAlignment.TokenWithCount.Count": "Sdl.Core.FineGrainedAlignment.TokenWithCount.yml", "Sdl.Core.FineGrainedAlignment.TokenWithCount.Token": "Sdl.Core.FineGrainedAlignment.TokenWithCount.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.#ctor(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager)": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.AlignExAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair},System.Threading.CancellationToken,System.IProgress{System.Int32})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CanAlign(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.IAlignableContentPair})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.#ctor(System.Collections.Generic.List{System.Int16})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToRawIndex(System.Int32)": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.CodedTokenIndexToTUSpan(System.Int32)": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.Count": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.TUSpanToCodedTokenSpan(Sdl.Core.FineGrainedAlignment.Core.LiftSpan)": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.GetBulkMode": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetBulkModeAsync(System.Boolean)": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.SetErrorLogger(System.Action{System.Exception,System.String})": "Sdl.Core.FineGrainedAlignment.TrainedModelAligner.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults": "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.#ctor": "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.ReversedTranslationMatrix": "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.yml", - "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.TranslationMatrix": "Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "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)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.BuildModelAsync(Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.CanBuildModelAsync(Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.MeasureModelFitnessAsync(System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.IAlignableContentPair})": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.ModelType": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.ShouldBuildModelAsync(Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.Store": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.TotalVocabSizeAsync(System.Boolean)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.#ctor(Sdl.Core.FineGrainedAlignment.TrainedTranslationModel,Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.BuildModelAsync(Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.CanBuildModelAsync": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.ShouldBuildModelAsync": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.#ctor": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.Deserialize(System.IO.BinaryReader)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.InternalId": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.SerializationTypeId": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.yml", - "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.Serialize(System.IO.BinaryWriter)": "Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.yml", "Sdl.Core.FineGrainedAlignment.TranslationModel": "Sdl.Core.FineGrainedAlignment.TranslationModel.yml", "Sdl.Core.FineGrainedAlignment.TranslationModel.#ctor": "Sdl.Core.FineGrainedAlignment.TranslationModel.yml", "Sdl.Core.FineGrainedAlignment.TranslationModel.BuildModelAsync(Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync)": "Sdl.Core.FineGrainedAlignment.TranslationModel.yml", @@ -371,6 +342,7 @@ "Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor": "Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", + "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.CorpusIds": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.Id": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.ModelDate": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", @@ -379,6 +351,8 @@ "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.SampleCount": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.SourceCulture": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TargetCulture": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", + "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", + "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.Version": "Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelException": "Sdl.Core.FineGrainedAlignment.TranslationModelException.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor": "Sdl.Core.FineGrainedAlignment.TranslationModelException.yml", @@ -417,6 +391,7 @@ "Sdl.Core.FineGrainedAlignment.TranslationModelTypes": "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.ChiSquared": "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml", "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Trained": "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml", + "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Xlm": "Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml", "Sdl.Core.FineGrainedAlignment.VocabularyFile3": "Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml", "Sdl.Core.FineGrainedAlignment.VocabularyFile3.#ctor": "Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml", "Sdl.Core.FineGrainedAlignment.VocabularyFile3.Add(System.Int32,System.String)": "Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml", @@ -905,6 +880,8 @@ "Sdl.LanguagePlatform.Core.ErrorCode.TMSearchModeNotSupported": "Sdl.LanguagePlatform.Core.ErrorCode.yml", "Sdl.LanguagePlatform.Core.ErrorCode.TMSourceLanguageMismatch": "Sdl.LanguagePlatform.Core.ErrorCode.yml", "Sdl.LanguagePlatform.Core.ErrorCode.TMTUDuplicate": "Sdl.LanguagePlatform.Core.ErrorCode.yml", + "Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldLimitExceeded": "Sdl.LanguagePlatform.Core.ErrorCode.yml", + "Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldPicklistValueLimitExceeded": "Sdl.LanguagePlatform.Core.ErrorCode.yml", "Sdl.LanguagePlatform.Core.ErrorCode.TMTULimitExceeded": "Sdl.LanguagePlatform.Core.ErrorCode.yml", "Sdl.LanguagePlatform.Core.ErrorCode.TMTUSourceSegmentNestedTagCountLimitExceeded": "Sdl.LanguagePlatform.Core.ErrorCode.yml", "Sdl.LanguagePlatform.Core.ErrorCode.TMTUSourceSegmentSizeLimitExceeded": "Sdl.LanguagePlatform.Core.ErrorCode.yml", @@ -2461,6 +2438,7 @@ "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.LeaveUnchanged": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.Merge": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.Overwrite": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldUpdateMode.yml", + "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.Filter": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.ProcessBothTUs": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ImportTUProcessingMode.yml", @@ -2478,6 +2456,7 @@ "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.SkipTranslationUnit": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFieldsOption.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.OverrideTuUserIdWithCurrentContextUser": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.OverwriteExistingTUs": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", + "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PlainText": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ProjectSettings": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.SegmentLengthLimit": "Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml", @@ -2779,8 +2758,8 @@ "Sdl.LanguagePlatform.TranslationMemory.SearchResults.Clear": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults)": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.Count": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", + "Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", - "Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.DocumentPlaceables": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(System.Int32)": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item(System.Int32)": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", @@ -2800,6 +2779,7 @@ "Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification)": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer)": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String)": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", + "Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortOrder": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.SourceHash": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", "Sdl.LanguagePlatform.TranslationMemory.SearchResults.SourceSegment": "Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml", @@ -3119,7 +3099,9 @@ "Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Merge(System.String)": "Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.yml", "Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.Values": "Sdl.LanguagePlatform.TranslationMemory.TuIdContexts.yml", "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", - "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32})": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", + "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", + "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", + "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.SegmentLengthLimit": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TagNestingLimit": "Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml", "Sdl.LanguagePlatform.TranslationMemory.Utilities": "Sdl.LanguagePlatform.TranslationMemory.Utilities.yml", @@ -3159,6 +3141,40 @@ "Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.BreakOnHyphen": "Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.yml", "Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.BreakOnTag": "Sdl.LanguagePlatform.TranslationMemory.WordCountsOptions.yml", "Sdl.LanguagePlatform.TranslationMemoryApi": "Sdl.LanguagePlatform.TranslationMemoryApi.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl(System.Windows.Forms.IWin32Window,Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams)": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync(Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams)": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name": "Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory": "Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.ClearFuzzyCache": "Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.Copyright": "Sdl.LanguagePlatform.TranslationMemoryApi.AbstractLocalTranslationMemory.yml", @@ -3810,6 +3826,332 @@ "Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.IsTeamEdition": "Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.MaxConcurrentUsers": "Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.MaxTranslationUnitCount": "Sdl.LanguagePlatform.TranslationMemoryApi.LicensingStatusInformation.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.String,System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.String,System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.CurrentBcmModelVersion": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Collections.Generic.IEnumerable{`1},System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo(`0[],System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert(System.Int32,`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AdaptiveMachineTranslation": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutoPropagated": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomatedAlignment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomaticTranslation": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.DocumentMatch": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Interactive": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.MachineTranslation": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NeuralMachineTranslation": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NotTranslated": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.ReverseAlignment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Source": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.TranslationMemory": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Unknown": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedSignOff": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedTranslation": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Draft": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.NotTranslated": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedSignOff": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedTranslation": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Translated": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String,System.Exception)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.String,System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Deleted": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Inserted": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Unchanged": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext``1": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom``1(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{``0})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update``1(``0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor(System.Collections.Generic.IList{`0})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded(`0)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent})": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.Int32,System.String,System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.String,System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.String,System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String,System.String,System.Int32)": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType": "Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException": "Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)": "Sdl.LanguagePlatform.TranslationMemoryApi.NullPropertyException.yml", @@ -4208,6 +4550,11 @@ "Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.TargetText": "Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.TextContext": "Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.UsageCount": "Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml", + "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer)": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.TranslationProviderServer)": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.yml", "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.DatabaseName": "Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer.yml", diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.yml index 72623d25d..3b8fb59a6 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableContentPairId.yml @@ -22,13 +22,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.AlignableContentPairId.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.AlignableContentPairId.#ctor id: '#ctor' @@ -99,54 +99,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -318,6 +270,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.yml index 883d81d9d..b4c3ecc6b 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignableCorpusId.yml @@ -36,13 +36,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.AlignableCorpusId.Serialize(System.IO.BinaryWriter) commentId: M:Sdl.Core.FineGrainedAlignment.AlignableCorpusId.Serialize(System.IO.BinaryWriter) id: Serialize(System.IO.BinaryWriter) @@ -426,54 +426,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -645,6 +597,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.yml index d64843907..557b94bf3 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignedPhrase.yml @@ -27,13 +27,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)' @@ -220,54 +220,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -439,6 +391,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.yml index fbbdb301a..ffb3d9576 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerDefinition.yml @@ -34,13 +34,13 @@ items: - Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition - Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.AlignerDefinition.Serialize(System.IO.BinaryWriter) commentId: M:Sdl.Core.FineGrainedAlignment.AlignerDefinition.Serialize(System.IO.BinaryWriter) id: Serialize(System.IO.BinaryWriter) @@ -311,54 +311,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -530,6 +482,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.yml index 5756db8b8..c47e844bf 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignerSettings.yml @@ -24,13 +24,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.AlignerSettings.#ctor(System.UInt32,System.Boolean) commentId: M:Sdl.Core.FineGrainedAlignment.AlignerSettings.#ctor(System.UInt32,System.Boolean) id: '#ctor(System.UInt32,System.Boolean)' @@ -148,54 +148,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -367,6 +319,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.yml index 86615645f..685fdb16f 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.AlignmentEvidence.yml @@ -35,13 +35,13 @@ items: derivedClasses: - Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(System.Int16,System.Int16) commentId: M:Sdl.Core.FineGrainedAlignment.AlignmentEvidence.Covers(System.Int16,System.Int16) id: Covers(System.Int16,System.Int16) @@ -391,54 +391,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -610,6 +562,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.yml index 13808b563..11799e030 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.yml @@ -23,13 +23,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.Progress commentId: F:Sdl.Core.FineGrainedAlignment.BilingualChiSquareComputer3.Progress id: Progress @@ -124,54 +124,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -343,6 +295,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.yml index 0141ffb7b..0aed7a7c9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.yml @@ -25,13 +25,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.MaximumPhraseLength commentId: F:Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Settings.MaximumPhraseLength id: MaximumPhraseLength @@ -159,54 +159,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -378,6 +330,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.yml index a34d6c407..27b162ad9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.yml @@ -22,13 +22,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Compute(Sdl.LanguagePlatform.Stat.IntSegment,Sdl.LanguagePlatform.Stat.IntSegment,Sdl.LanguagePlatform.Stat.AlignmentTable) commentId: M:Sdl.Core.FineGrainedAlignment.BilingualPhraseComputer3.Compute(Sdl.LanguagePlatform.Stat.IntSegment,Sdl.LanguagePlatform.Stat.IntSegment,Sdl.LanguagePlatform.Stat.AlignmentTable) id: Compute(Sdl.LanguagePlatform.Stat.IntSegment,Sdl.LanguagePlatform.Stat.IntSegment,Sdl.LanguagePlatform.Stat.AlignmentTable) @@ -105,54 +105,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -324,6 +276,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.yml index 8800e60ad..ec9c823e9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.CodedTokenIndexConverter.yml @@ -23,13 +23,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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}) id: '#ctor(System.Collections.Generic.List{System.Int16})' @@ -129,54 +129,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -348,6 +300,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.yml index a325da2f2..f84e1eaac 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.yml @@ -17,32 +17,33 @@ items: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: 'public class ChiSquaredAligner.NullModelException : Exception, ISerializable' - content.vb: Public Class ChiSquaredAligner.NullModelException Inherits Exception Implements ISerializable + content: 'public class ChiSquaredAligner.NullModelException : Exception, ISerializable, _Exception' + content.vb: Public Class ChiSquaredAligner.NullModelException Inherits Exception Implements ISerializable, _Exception inheritance: - System.Object - System.Exception implements: - System.Runtime.Serialization.ISerializable + - System.Runtime.InteropServices._Exception inheritedMembers: - System.Exception.GetBaseException - - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.ToString + - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.GetType - - System.Exception.TargetSite - 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.StackTrace - System.Exception.SerializeObjectState - - System.Object.MemberwiseClone - 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 - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor id: '#ctor' @@ -129,6 +130,14 @@ references: name: ISerializable nameWithType: ISerializable fullName: System.Runtime.Serialization.ISerializable +- uid: System.Runtime.InteropServices._Exception + commentId: T:System.Runtime.InteropServices._Exception + parent: System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception + name: _Exception + nameWithType: _Exception + fullName: System.Runtime.InteropServices._Exception - uid: System.Exception.GetBaseException commentId: M:System.Exception.GetBaseException parent: System.Exception @@ -151,6 +160,28 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception - name: ( - name: ) +- uid: System.Exception.ToString + commentId: M:System.Exception.ToString + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + name: ToString() + nameWithType: Exception.ToString() + fullName: System.Exception.ToString() + spec.csharp: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) commentId: M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) parent: System.Exception @@ -193,28 +224,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext - name: ) -- uid: System.Exception.ToString - commentId: M:System.Exception.ToString - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - name: ToString() - nameWithType: Exception.ToString() - fullName: System.Exception.ToString() - spec.csharp: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - spec.vb: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - uid: System.Exception.GetType commentId: M:System.Exception.GetType parent: System.Exception @@ -237,14 +246,6 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.gettype - name: ( - name: ) -- uid: System.Exception.TargetSite - commentId: P:System.Exception.TargetSite - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite - name: TargetSite - nameWithType: Exception.TargetSite - fullName: System.Exception.TargetSite - uid: System.Exception.Message commentId: P:System.Exception.Message parent: System.Exception @@ -269,6 +270,22 @@ references: name: InnerException nameWithType: Exception.InnerException fullName: System.Exception.InnerException +- uid: System.Exception.TargetSite + commentId: P:System.Exception.TargetSite + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite + name: TargetSite + nameWithType: Exception.TargetSite + fullName: System.Exception.TargetSite +- uid: System.Exception.StackTrace + commentId: P:System.Exception.StackTrace + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace + name: StackTrace + nameWithType: Exception.StackTrace + fullName: System.Exception.StackTrace - uid: System.Exception.HelpLink commentId: P:System.Exception.HelpLink parent: System.Exception @@ -293,14 +310,6 @@ references: name: HResult nameWithType: Exception.HResult fullName: System.Exception.HResult -- uid: System.Exception.StackTrace - commentId: P:System.Exception.StackTrace - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace - name: StackTrace - nameWithType: Exception.StackTrace - fullName: System.Exception.StackTrace - uid: System.Exception.SerializeObjectState commentId: E:System.Exception.SerializeObjectState parent: System.Exception @@ -309,30 +318,6 @@ references: name: SerializeObjectState nameWithType: Exception.SerializeObjectState fullName: System.Exception.SerializeObjectState -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object @@ -480,6 +465,30 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true @@ -524,6 +533,43 @@ references: name: Serialization isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization +- uid: System.Runtime.InteropServices + commentId: N:System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Runtime.InteropServices + nameWithType: System.Runtime.InteropServices + fullName: System.Runtime.InteropServices + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor* commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.NullModelException.#ctor isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.yml index e61aecd74..c773c7570 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.yml @@ -39,13 +39,13 @@ items: implements: - Sdl.Core.FineGrainedAlignment.IFineGrainedAligner inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner._model commentId: F:Sdl.Core.FineGrainedAlignment.ChiSquaredAligner._model id: _model @@ -490,54 +490,6 @@ references: name: IFineGrainedAligner nameWithType: IFineGrainedAligner fullName: Sdl.Core.FineGrainedAlignment.IFineGrainedAligner -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -709,6 +661,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.yml index 9d30b078f..3cf8c52d7 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredLiftAligner.yml @@ -37,13 +37,13 @@ items: - Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.GetBulkMode - Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SetBulkModeAsync(System.Boolean) - Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SupportsSynchronousAlign - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.Globalization.CultureMetadataManager.ICultureMetadataManager,Sdl.Core.FineGrainedAlignment.AlignerSettings)' @@ -618,54 +618,6 @@ references: name: SupportsSynchronousAlign nameWithType: ChiSquaredAligner.SupportsSynchronousAlign fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredAligner.SupportsSynchronousAlign -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -837,6 +789,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.yml index 865a16673..693f73f7c 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.yml @@ -53,13 +53,13 @@ items: - Sdl.Core.FineGrainedAlignment.TranslationModel.Name - Sdl.Core.FineGrainedAlignment.TranslationModel.Id - Sdl.Core.FineGrainedAlignment.TranslationModel.Progress - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.LatestModelVersion commentId: F:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel.LatestModelVersion id: LatestModelVersion @@ -780,54 +780,6 @@ references: name: Progress nameWithType: TranslationModel.Progress fullName: Sdl.Core.FineGrainedAlignment.TranslationModel.Progress -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -999,6 +951,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.yml index a90d25fdb..c6e1c828a 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder.yml @@ -29,13 +29,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel,Sdl.Core.FineGrainedAlignment.IAlignableCorpusManagerAsync,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings)' @@ -299,54 +299,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -518,6 +470,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.yml index f4bd19c7b..ba66a365f 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.yml @@ -26,19 +26,21 @@ items: inheritance: - System.Object - Sdl.Core.FineGrainedAlignment.TranslationModelId + derivedClasses: + - Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId inheritedMembers: - Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization - Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) - Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) - Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) - Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.TranslationModelId}) - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) id: Serialize(System.IO.BinaryWriter) @@ -397,54 +399,6 @@ references: href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html - name: ) - name: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -616,6 +570,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml index 2c44c0fe8..edc51dd46 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.yml @@ -8,9 +8,9 @@ items: - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.FineGrainedAlignment.TranslationModelDetails,Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync - - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) langs: @@ -31,13 +31,13 @@ items: implements: - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.FineGrainedAlignment.TranslationModelDetails,Sdl.Core.FineGrainedAlignment.TranslationModelId)' @@ -66,103 +66,97 @@ items: nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.New(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.New(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService, Sdl.Core.FineGrainedAlignment.TranslationModelDetails, Sdl.Core.FineGrainedAlignment.TranslationModelId) name.vb: New(ITranslationModelDataService, TranslationModelDetails, TranslationModelId) -- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - id: LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + id: LoadMatrixDataAsync(System.Int32,System.Int32) parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly langs: - csharp - vb - name: LoadMatrixDataAsync(int, int, bool) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) + name: LoadMatrixDataAsync(int, int) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment example: [] syntax: - content: public Task<(List Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix) + content: public Task<(List Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count) parameters: - id: startAfter type: System.Int32 - id: count type: System.Int32 - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} - content.vb: Public Function LoadMatrixDataAsync(startAfter As Integer, count As Integer, isReversedMatrix As Boolean) As Task(Of (Entries As List(Of TranslationModelMatrixEntry), LastId As Integer)) + content.vb: Public Function LoadMatrixDataAsync(startAfter As Integer, count As Integer) As Task(Of (Entries As List(Of TranslationModelMatrixEntry), LastId As Integer)) overload: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* implements: - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - name.vb: LoadMatrixDataAsync(Integer, Integer, Boolean) -- uid: 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) - id: LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + name.vb: LoadMatrixDataAsync(Integer, Integer) +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + id: LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly langs: - csharp - vb - name: LoadMatrixDataAsync(HashSet, HashSet, bool) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) + name: LoadMatrixDataAsync(HashSet, HashSet) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment example: [] syntax: - content: public Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) + content: public Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys) parameters: - id: sourceKeys type: System.Collections.Generic.HashSet{System.Int32} - id: targetKeys type: System.Collections.Generic.HashSet{System.Int32} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}} - content.vb: Public Function LoadMatrixDataAsync(sourceKeys As HashSet(Of Integer), targetKeys As HashSet(Of Integer), isReversedMatrix As Boolean) As Task(Of List(Of TranslationModelMatrixEntry)) + content.vb: Public Function LoadMatrixDataAsync(sourceKeys As HashSet(Of Integer), targetKeys As HashSet(Of Integer)) As Task(Of List(Of TranslationModelMatrixEntry)) overload: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* implements: - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) -- uid: 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) - id: LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) + name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + id: LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly langs: - csharp - vb - name: LoadMatrixData2Async(IReadOnlyCollection, bool) - nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) - fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, bool) + name: LoadMatrixData2Async(IReadOnlyCollection) + nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment example: [] syntax: - content: public Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) + content: public Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection) parameters: - id: matrixRequestCollection type: System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}} - content.vb: Public Function LoadMatrixData2Async(matrixRequestCollection As IReadOnlyCollection(Of TranslationModelTuMatrixRequest), isReversedMatrix As Boolean) As Task(Of List(Of TranslationModelMatrixEntry)) + content.vb: Public Function LoadMatrixData2Async(matrixRequestCollection As IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) As Task(Of List(Of TranslationModelMatrixEntry)) overload: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async* implements: - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + nameWithType.vb: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) + fullName.vb: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest)) + name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) - uid: 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}) id: LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) @@ -326,54 +320,6 @@ references: name: IChiSquaredTranslationModelStoreReadOnly nameWithType: IChiSquaredTranslationModelStoreReadOnly fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -545,6 +491,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true @@ -589,26 +583,26 @@ references: - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ name: LoadMatrixDataAsync nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync -- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ - name: LoadMatrixDataAsync(int, int, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - name.vb: LoadMatrixDataAsync(Integer, Integer, Boolean) + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ + name: LoadMatrixDataAsync(int, int) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + name.vb: LoadMatrixDataAsync(Integer, Integer) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ - name: ( - uid: System.Int32 name: int @@ -620,18 +614,12 @@ references: name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ - name: ( - uid: System.Int32 name: Integer @@ -643,12 +631,6 @@ references: name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Int32 commentId: T:System.Int32 @@ -661,17 +643,6 @@ references: nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: bool - nameWithType: bool - fullName: bool - nameWithType.vb: Boolean - fullName.vb: Boolean - name.vb: Boolean - uid: System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} commentId: T:System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} parent: System.Threading.Tasks @@ -826,22 +797,22 @@ references: name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ - name: LoadMatrixDataAsync(HashSet, HashSet, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ + name: LoadMatrixDataAsync(HashSet, HashSet) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) + name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ - name: ( - uid: System.Collections.Generic.HashSet`1 name: HashSet @@ -865,18 +836,12 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ - name: ( - uid: System.Collections.Generic.HashSet`1 name: HashSet @@ -904,12 +869,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Collections.Generic.HashSet{System.Int32} commentId: T:System.Collections.Generic.HashSet{System.Int32} @@ -1063,26 +1022,26 @@ references: - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async* commentId: Overload:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async isExternal: true - href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ name: LoadMatrixData2Async nameWithType: ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ - name: LoadMatrixData2Async(IReadOnlyCollection, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ + name: LoadMatrixData2Async(IReadOnlyCollection) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest)) + name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) name: LoadMatrixData2Async isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ - name: ( - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection @@ -1094,18 +1053,12 @@ references: isExternal: true href: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) name: LoadMatrixData2Async isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ - name: ( - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection @@ -1119,12 +1072,6 @@ references: isExternal: true href: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest} commentId: T:System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest} @@ -1255,6 +1202,17 @@ references: href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ) +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean - uid: System.Collections.Generic.IEnumerable{System.String} commentId: T:System.Collections.Generic.IEnumerable{System.String} parent: System.Collections.Generic diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.yml index 2df6907cd..371ee9004 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.yml @@ -30,13 +30,13 @@ items: implements: - System.IDisposable inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor(System.String) commentId: M:Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2.#ctor(System.String) id: '#ctor(System.String)' @@ -257,54 +257,6 @@ references: name: IDisposable nameWithType: IDisposable fullName: System.IDisposable -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -476,6 +428,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.yml index f63ce1082..daa60b441 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.FGAInitializer.yml @@ -22,13 +22,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.FGAInitializer.Initialize(System.Reflection.Assembly) commentId: M:Sdl.Core.FineGrainedAlignment.FGAInitializer.Initialize(System.Reflection.Assembly) id: Initialize(System.Reflection.Assembly) @@ -99,54 +99,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -318,6 +270,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml new file mode 100644 index 000000000..42c0cd88c --- /dev/null +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.yml @@ -0,0 +1,743 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + commentId: T:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + id: GuidBasedTranslationModelId + parent: Sdl.Core.FineGrainedAlignment + children: + - Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor(System.Guid,System.String,System.Guid) + - Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId + - Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId + - Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId + langs: + - csharp + - vb + name: GuidBasedTranslationModelId + nameWithType: GuidBasedTranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + type: Class + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: 'public class GuidBasedTranslationModelId : ChiSquaredTranslationModelId' + content.vb: Public Class GuidBasedTranslationModelId Inherits ChiSquaredTranslationModelId + inheritance: + - System.Object + - Sdl.Core.FineGrainedAlignment.TranslationModelId + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + inheritedMembers: + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.SerializationTypeId + - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.InternalId + - Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization + - Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) + - Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) + - Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) + - Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.TranslationModelId}) + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor(System.Guid,System.String,System.Guid) + commentId: M:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor(System.Guid,System.String,System.Guid) + id: '#ctor(System.Guid,System.String,System.Guid)' + parent: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + langs: + - csharp + - vb + name: GuidBasedTranslationModelId(Guid, string, Guid) + nameWithType: GuidBasedTranslationModelId.GuidBasedTranslationModelId(Guid, string, Guid) + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.GuidBasedTranslationModelId(System.Guid, string, System.Guid) + type: Constructor + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public GuidBasedTranslationModelId(Guid modelId, string accountId, Guid containerId) + parameters: + - id: modelId + type: System.Guid + - id: accountId + type: System.String + - id: containerId + type: System.Guid + content.vb: Public Sub New(modelId As Guid, accountId As String, containerId As Guid) + overload: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor* + nameWithType.vb: GuidBasedTranslationModelId.New(Guid, String, Guid) + fullName.vb: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.New(System.Guid, String, System.Guid) + name.vb: New(Guid, String, Guid) +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId + commentId: P:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId + id: ModelId + parent: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + langs: + - csharp + - vb + name: ModelId + nameWithType: GuidBasedTranslationModelId.ModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId + type: Property + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public Guid ModelId { get; } + parameters: [] + return: + type: System.Guid + content.vb: Public ReadOnly Property ModelId As Guid + overload: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId* +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId + commentId: P:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId + id: AccountId + parent: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + langs: + - csharp + - vb + name: AccountId + nameWithType: GuidBasedTranslationModelId.AccountId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId + type: Property + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public string AccountId { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property AccountId As String + overload: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId* +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId + commentId: P:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId + id: ContainerId + parent: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + langs: + - csharp + - vb + name: ContainerId + nameWithType: GuidBasedTranslationModelId.ContainerId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId + type: Property + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public Guid ContainerId { get; } + parameters: [] + return: + type: System.Guid + content.vb: Public ReadOnly Property ContainerId As Guid + overload: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId* +references: +- uid: Sdl.Core.FineGrainedAlignment + commentId: N:Sdl.Core.FineGrainedAlignment + isExternal: true + href: Sdl.html + name: Sdl.Core.FineGrainedAlignment + nameWithType: Sdl.Core.FineGrainedAlignment + fullName: Sdl.Core.FineGrainedAlignment + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Core + name: Core + isExternal: true + href: Sdl.Core.html + - name: . + - uid: Sdl.Core.FineGrainedAlignment + name: FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.Core + name: Core + isExternal: true + href: Sdl.Core.html + - name: . + - uid: Sdl.Core.FineGrainedAlignment + name: FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelId + commentId: T:Sdl.Core.FineGrainedAlignment.TranslationModelId + parent: Sdl.Core.FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html + name: TranslationModelId + nameWithType: TranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + commentId: T:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + parent: Sdl.Core.FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html + name: ChiSquaredTranslationModelId + nameWithType: ChiSquaredTranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) + commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) + parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Serialize_System_IO_BinaryWriter_ + name: Serialize(BinaryWriter) + nameWithType: ChiSquaredTranslationModelId.Serialize(BinaryWriter) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) + name: Serialize + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Serialize_System_IO_BinaryWriter_ + - name: ( + - uid: System.IO.BinaryWriter + name: BinaryWriter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binarywriter + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Serialize(System.IO.BinaryWriter) + name: Serialize + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Serialize_System_IO_BinaryWriter_ + - name: ( + - uid: System.IO.BinaryWriter + name: BinaryWriter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binarywriter + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) + commentId: M:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) + parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Deserialize_System_IO_BinaryReader_ + name: Deserialize(BinaryReader) + nameWithType: ChiSquaredTranslationModelId.Deserialize(BinaryReader) + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) + name: Deserialize + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Deserialize_System_IO_BinaryReader_ + - name: ( + - uid: System.IO.BinaryReader + name: BinaryReader + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binaryreader + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.Deserialize(System.IO.BinaryReader) + name: Deserialize + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_Deserialize_System_IO_BinaryReader_ + - name: ( + - uid: System.IO.BinaryReader + name: BinaryReader + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binaryreader + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.SerializationTypeId + commentId: P:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.SerializationTypeId + parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_SerializationTypeId + name: SerializationTypeId + nameWithType: ChiSquaredTranslationModelId.SerializationTypeId + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.SerializationTypeId +- uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.InternalId + commentId: P:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.InternalId + parent: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html#Sdl_Core_FineGrainedAlignment_ChiSquaredTranslationModelId_InternalId + name: InternalId + nameWithType: ChiSquaredTranslationModelId.InternalId + fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.InternalId +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization + commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization + parent: Sdl.Core.FineGrainedAlignment.TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_ToSerialization + name: ToSerialization() + nameWithType: TranslationModelId.ToSerialization() + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization() + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization + name: ToSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_ToSerialization + - name: ( + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization + name: ToSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_ToSerialization + - name: ( + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) + commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) + parent: Sdl.Core.FineGrainedAlignment.TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_ToSerialization_System_IO_BinaryWriter_ + name: ToSerialization(BinaryWriter) + nameWithType: TranslationModelId.ToSerialization(BinaryWriter) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) + name: ToSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_ToSerialization_System_IO_BinaryWriter_ + - name: ( + - uid: System.IO.BinaryWriter + name: BinaryWriter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binarywriter + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.ToSerialization(System.IO.BinaryWriter) + name: ToSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_ToSerialization_System_IO_BinaryWriter_ + - name: ( + - uid: System.IO.BinaryWriter + name: BinaryWriter + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binarywriter + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) + commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) + parent: Sdl.Core.FineGrainedAlignment.TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_IO_BinaryReader_ + name: FromSerialization(BinaryReader) + nameWithType: TranslationModelId.FromSerialization(BinaryReader) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) + name: FromSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_IO_BinaryReader_ + - name: ( + - uid: System.IO.BinaryReader + name: BinaryReader + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binaryreader + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.IO.BinaryReader) + name: FromSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_IO_BinaryReader_ + - name: ( + - uid: System.IO.BinaryReader + name: BinaryReader + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binaryreader + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) + commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) + parent: Sdl.Core.FineGrainedAlignment.TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_Byte___ + name: FromSerialization(byte[]) + nameWithType: TranslationModelId.FromSerialization(byte[]) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(byte[]) + nameWithType.vb: TranslationModelId.FromSerialization(Byte()) + fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(Byte()) + name.vb: FromSerialization(Byte()) + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) + name: FromSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_Byte___ + - name: ( + - uid: System.Byte + name: byte + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.byte + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.FromSerialization(System.Byte[]) + name: FromSerialization + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_FromSerialization_System_Byte___ + - name: ( + - uid: System.Byte + name: Byte + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.byte + - name: ( + - name: ) + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.TranslationModelId}) + commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.TranslationModelId}) + parent: Sdl.Core.FineGrainedAlignment.TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_RegisterTranslationModelIdType_System_Guid_System_Func_System_IO_BinaryReader_Sdl_Core_FineGrainedAlignment_TranslationModelId__ + name: RegisterTranslationModelIdType(Guid, Func) + nameWithType: TranslationModelId.RegisterTranslationModelIdType(Guid, Func) + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid, System.Func) + nameWithType.vb: TranslationModelId.RegisterTranslationModelIdType(Guid, Func(Of BinaryReader, TranslationModelId)) + fullName.vb: Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid, System.Func(Of System.IO.BinaryReader, Sdl.Core.FineGrainedAlignment.TranslationModelId)) + name.vb: RegisterTranslationModelIdType(Guid, Func(Of BinaryReader, TranslationModelId)) + spec.csharp: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.TranslationModelId}) + name: RegisterTranslationModelIdType + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_RegisterTranslationModelIdType_System_Guid_System_Func_System_IO_BinaryReader_Sdl_Core_FineGrainedAlignment_TranslationModelId__ + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: System.IO.BinaryReader + name: BinaryReader + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binaryreader + - name: ',' + - name: " " + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId + name: TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.RegisterTranslationModelIdType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.TranslationModelId}) + name: RegisterTranslationModelIdType + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html#Sdl_Core_FineGrainedAlignment_TranslationModelId_RegisterTranslationModelIdType_System_Guid_System_Func_System_IO_BinaryReader_Sdl_Core_FineGrainedAlignment_TranslationModelId__ + - name: ( + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: System.IO.BinaryReader + name: BinaryReader + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.io.binaryreader + - name: ',' + - name: " " + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId + name: TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelId.html + - name: ) + - name: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor* + commentId: Overload:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.#ctor + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId__ctor_System_Guid_System_String_System_Guid_ + name: GuidBasedTranslationModelId + nameWithType: GuidBasedTranslationModelId.GuidBasedTranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.GuidBasedTranslationModelId + nameWithType.vb: GuidBasedTranslationModelId.New + fullName.vb: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.New + name.vb: New +- uid: System.Guid + commentId: T:System.Guid + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + name: Guid + nameWithType: Guid + fullName: System.Guid +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId* + commentId: Overload:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_ModelId + name: ModelId + nameWithType: GuidBasedTranslationModelId.ModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ModelId +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId* + commentId: Overload:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_AccountId + name: AccountId + nameWithType: GuidBasedTranslationModelId.AccountId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.AccountId +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId* + commentId: Overload:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html#Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_ContainerId + name: ContainerId + nameWithType: GuidBasedTranslationModelId.ContainerId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.ContainerId diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml index 910e8c3e7..97946cad3 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.yml @@ -9,7 +9,7 @@ items: - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry}) - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetSampleCountAsync(System.Int32) - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SetTranslationModelDateAsync(System.Nullable{System.DateTime}) - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Boolean) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}) langs: - csharp - vb @@ -28,9 +28,9 @@ items: - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.ClearTranslationModelAsync commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.ClearTranslationModelAsync id: ClearTranslationModelAsync @@ -131,34 +131,32 @@ items: nameWithType.vb: IChiSquaredTranslationModelStore.SaveVocabAsync(Boolean, IEnumerable(Of TranslationModelVocabEntry)) fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.SaveVocabAsync(Boolean, System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry)) name.vb: SaveVocabAsync(Boolean, IEnumerable(Of TranslationModelVocabEntry)) -- uid: 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) - id: WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Boolean) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}) + id: WriteMatrixDataAsync(System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore langs: - csharp - vb - name: WriteMatrixDataAsync(IEnumerable, bool) - nameWithType: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable, bool) + name: WriteMatrixDataAsync(IEnumerable) + nameWithType: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task WriteMatrixDataAsync(IEnumerable entries, bool isReversedMatrix) + content: Task WriteMatrixDataAsync(IEnumerable entries) parameters: - id: entries type: System.Collections.Generic.IEnumerable{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task - content.vb: Function WriteMatrixDataAsync(entries As IEnumerable(Of TranslationModelMatrixEntry), isReversedMatrix As Boolean) As Task + content.vb: Function WriteMatrixDataAsync(entries As IEnumerable(Of TranslationModelMatrixEntry)) As Task overload: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync* - nameWithType.vb: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable(Of TranslationModelMatrixEntry), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry), Boolean) - name.vb: WriteMatrixDataAsync(IEnumerable(Of TranslationModelMatrixEntry), Boolean) + nameWithType.vb: IChiSquaredTranslationModelStore.WriteMatrixDataAsync(IEnumerable(Of TranslationModelMatrixEntry)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync(System.Collections.Generic.IEnumerable(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry)) + name.vb: WriteMatrixDataAsync(IEnumerable(Of TranslationModelMatrixEntry)) references: - uid: Sdl.Core.FineGrainedAlignment commentId: N:Sdl.Core.FineGrainedAlignment @@ -333,22 +331,22 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ - name: LoadMatrixDataAsync(HashSet, HashSet, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ + name: LoadMatrixDataAsync(HashSet, HashSet) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) + name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ - name: ( - uid: System.Collections.Generic.HashSet`1 name: HashSet @@ -372,18 +370,12 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ - name: ( - uid: System.Collections.Generic.HashSet`1 name: HashSet @@ -411,29 +403,23 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ - name: LoadMatrixDataAsync(int, int, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - name.vb: LoadMatrixDataAsync(Integer, Integer, Boolean) + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ + name: LoadMatrixDataAsync(int, int) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + name.vb: LoadMatrixDataAsync(Integer, Integer) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ - name: ( - uid: System.Int32 name: int @@ -445,18 +431,12 @@ references: name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Int32_System_Int32_ - name: ( - uid: System.Int32 name: Integer @@ -468,29 +448,23 @@ references: name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ - name: LoadMatrixData2Async(IReadOnlyCollection, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, bool) - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ + name: LoadMatrixData2Async(IReadOnlyCollection) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest)) + name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) name: LoadMatrixData2Async isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ - name: ( - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection @@ -502,18 +476,12 @@ references: isExternal: true href: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) name: LoadMatrixData2Async isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ - name: ( - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection @@ -527,12 +495,6 @@ references: isExternal: true href: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly commentId: T:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly @@ -798,7 +760,7 @@ references: - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_WriteMatrixDataAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_Model_TranslationModelMatrixEntry__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStore_WriteMatrixDataAsync_System_Collections_Generic_IEnumerable_Sdl_Core_FineGrainedAlignment_Model_TranslationModelMatrixEntry__ name: WriteMatrixDataAsync nameWithType: IChiSquaredTranslationModelStore.WriteMatrixDataAsync fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.WriteMatrixDataAsync diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml index dafc7a818..c8a206a66 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.yml @@ -7,9 +7,9 @@ items: children: - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.GetSampleCountAsync - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.GetTranslationModelDateAsync - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadVocabAsync(System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(System.Boolean) langs: @@ -119,94 +119,88 @@ items: nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.TotalVocabSizeAsync(Boolean) name.vb: TotalVocabSizeAsync(Boolean) -- uid: 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) - id: LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + id: LoadMatrixDataAsync(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly langs: - csharp - vb - name: LoadMatrixDataAsync(HashSet, HashSet, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) + name: LoadMatrixDataAsync(HashSet, HashSet) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet, HashSet) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) + content: Task> LoadMatrixDataAsync(HashSet sourceKeys, HashSet targetKeys) parameters: - id: sourceKeys type: System.Collections.Generic.HashSet{System.Int32} - id: targetKeys type: System.Collections.Generic.HashSet{System.Int32} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}} - content.vb: Function LoadMatrixDataAsync(sourceKeys As HashSet(Of Integer), targetKeys As HashSet(Of Integer), isReversedMatrix As Boolean) As Task(Of List(Of TranslationModelMatrixEntry)) + content.vb: Function LoadMatrixDataAsync(sourceKeys As HashSet(Of Integer), targetKeys As HashSet(Of Integer)) As Task(Of List(Of TranslationModelMatrixEntry)) overload: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer), Boolean) -- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) - id: LoadMatrixDataAsync(System.Int32,System.Int32,System.Boolean) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) + name.vb: LoadMatrixDataAsync(HashSet(Of Integer), HashSet(Of Integer)) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(System.Int32,System.Int32) + id: LoadMatrixDataAsync(System.Int32,System.Int32) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly langs: - csharp - vb - name: LoadMatrixDataAsync(int, int, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int, bool) + name: LoadMatrixDataAsync(int, int) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(int, int) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task<(List Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count, bool isReversedMatrix) + content: Task<(List Entries, int LastId)> LoadMatrixDataAsync(int startAfter, int count) parameters: - id: startAfter type: System.Int32 - id: count type: System.Int32 - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} - content.vb: Function LoadMatrixDataAsync(startAfter As Integer, count As Integer, isReversedMatrix As Boolean) As Task(Of (Entries As List(Of TranslationModelMatrixEntry), LastId As Integer)) + content.vb: Function LoadMatrixDataAsync(startAfter As Integer, count As Integer) As Task(Of (Entries As List(Of TranslationModelMatrixEntry), LastId As Integer)) overload: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer, Boolean) - name.vb: LoadMatrixDataAsync(Integer, Integer, Boolean) -- uid: 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) - id: LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync(Integer, Integer) + name.vb: LoadMatrixDataAsync(Integer, Integer) +- uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + commentId: M:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + id: LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) parent: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly langs: - csharp - vb - name: LoadMatrixData2Async(IReadOnlyCollection, bool) - nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection, bool) - fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection, bool) + name: LoadMatrixData2Async(IReadOnlyCollection) + nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection) + fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) + content: Task> LoadMatrixData2Async(IReadOnlyCollection matrixRequestCollection) parameters: - id: matrixRequestCollection type: System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}} - content.vb: Function LoadMatrixData2Async(matrixRequestCollection As IReadOnlyCollection(Of TranslationModelTuMatrixRequest), isReversedMatrix As Boolean) As Task(Of List(Of TranslationModelMatrixEntry)) + content.vb: Function LoadMatrixData2Async(matrixRequestCollection As IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) As Task(Of List(Of TranslationModelMatrixEntry)) overload: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async* - nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) + nameWithType.vb: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) + fullName.vb: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async(System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest)) + name.vb: LoadMatrixData2Async(IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) references: - uid: Sdl.Core.FineGrainedAlignment commentId: N:Sdl.Core.FineGrainedAlignment @@ -580,7 +574,7 @@ references: - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixDataAsync_System_Collections_Generic_HashSet_System_Int32__System_Collections_Generic_HashSet_System_Int32__ name: LoadMatrixDataAsync nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixDataAsync @@ -799,7 +793,7 @@ references: - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async* commentId: Overload:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async isExternal: true - href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.html#Sdl_Core_FineGrainedAlignment_IChiSquaredTranslationModelStoreReadOnly_LoadMatrixData2Async_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ name: LoadMatrixData2Async nameWithType: IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async fullName: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStoreReadOnly.LoadMatrixData2Async diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml index 94e045a78..3445f570e 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.yml @@ -7,9 +7,9 @@ items: children: - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetAllModelDetailsAsync - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) - - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) + - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.TotalVocabSizeAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean) langs: @@ -27,22 +27,22 @@ items: content.vb: Public Interface ITranslationModelDataService Inherits IDisposable inheritedMembers: - System.IDisposable.Dispose -- uid: 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) - id: LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) + id: LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) parent: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService langs: - csharp - vb - name: LoadMatrixDataAsync(TranslationModelId, int, int, bool) - nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, int, int, bool) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, int, int, bool) + name: LoadMatrixDataAsync(TranslationModelId, int, int) + nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, int, int) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, int, int) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task<(List Entries, int LastId)> LoadMatrixDataAsync(TranslationModelId modelId, int startAfter, int count, bool isReversedMatrix) + content: Task<(List Entries, int LastId)> LoadMatrixDataAsync(TranslationModelId modelId, int startAfter, int count) parameters: - id: modelId type: Sdl.Core.FineGrainedAlignment.TranslationModelId @@ -50,31 +50,29 @@ items: type: System.Int32 - id: count type: System.Int32 - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} - content.vb: Function LoadMatrixDataAsync(modelId As TranslationModelId, startAfter As Integer, count As Integer, isReversedMatrix As Boolean) As Task(Of (Entries As List(Of TranslationModelMatrixEntry), LastId As Integer)) + content.vb: Function LoadMatrixDataAsync(modelId As TranslationModelId, startAfter As Integer, count As Integer) As Task(Of (Entries As List(Of TranslationModelMatrixEntry), LastId As Integer)) overload: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync* - nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Integer, Integer, Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Integer, Integer, Boolean) - name.vb: LoadMatrixDataAsync(TranslationModelId, Integer, Integer, Boolean) -- uid: 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) - id: LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Integer, Integer) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Integer, Integer) + name.vb: LoadMatrixDataAsync(TranslationModelId, Integer, Integer) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + id: LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) parent: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService langs: - csharp - vb - name: LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) - nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) + name: LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet) + nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task> LoadMatrixDataAsync(TranslationModelId modelId, HashSet sourceKeys, HashSet targetKeys, bool isReversedMatrix) + content: Task> LoadMatrixDataAsync(TranslationModelId modelId, HashSet sourceKeys, HashSet targetKeys) parameters: - id: modelId type: Sdl.Core.FineGrainedAlignment.TranslationModelId @@ -82,45 +80,41 @@ items: type: System.Collections.Generic.HashSet{System.Int32} - id: targetKeys type: System.Collections.Generic.HashSet{System.Int32} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}} - content.vb: Function LoadMatrixDataAsync(modelId As TranslationModelId, sourceKeys As HashSet(Of Integer), targetKeys As HashSet(Of Integer), isReversedMatrix As Boolean) As Task(Of List(Of TranslationModelMatrixEntry)) + content.vb: Function LoadMatrixDataAsync(modelId As TranslationModelId, sourceKeys As HashSet(Of Integer), targetKeys As HashSet(Of Integer)) As Task(Of List(Of TranslationModelMatrixEntry)) overload: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync* - nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - name.vb: LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer), Boolean) -- uid: 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) - id: LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer)) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) + name.vb: LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer)) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + id: LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) parent: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService langs: - csharp - vb - name: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) - nameWithType: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection, bool) + name: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection) + nameWithType: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection) type: Method assemblies: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: Task> LoadMatrixData2Async(TranslationModelId modelId, IReadOnlyCollection matrixRequestCollection, bool isReversedMatrix) + content: Task> LoadMatrixData2Async(TranslationModelId modelId, IReadOnlyCollection matrixRequestCollection) parameters: - id: modelId type: Sdl.Core.FineGrainedAlignment.TranslationModelId - id: matrixRequestCollection type: System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest} - - id: isReversedMatrix - type: System.Boolean return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry}} - content.vb: Function LoadMatrixData2Async(modelId As TranslationModelId, matrixRequestCollection As IReadOnlyCollection(Of TranslationModelTuMatrixRequest), isReversedMatrix As Boolean) As Task(Of List(Of TranslationModelMatrixEntry)) + content.vb: Function LoadMatrixData2Async(modelId As TranslationModelId, matrixRequestCollection As IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) As Task(Of List(Of TranslationModelMatrixEntry)) overload: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async* - nameWithType.vb: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - name.vb: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) + nameWithType.vb: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest)) + name.vb: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) - uid: 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}) id: LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean,System.Collections.Generic.IEnumerable{System.String}) @@ -300,7 +294,7 @@ references: - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_ name: LoadMatrixDataAsync nameWithType: ITranslationModelDataService.LoadMatrixDataAsync fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync @@ -323,17 +317,6 @@ references: nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: bool - nameWithType: bool - fullName: bool - nameWithType.vb: Boolean - fullName.vb: Boolean - name.vb: Boolean - uid: System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} commentId: T:System.Threading.Tasks.Task{System.ValueTuple{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry},System.Int32}} parent: System.Threading.Tasks @@ -640,7 +623,7 @@ references: - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async isExternal: true - href: 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_ + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixData2Async_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ name: LoadMatrixData2Async nameWithType: ITranslationModelDataService.LoadMatrixData2Async fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async @@ -714,6 +697,17 @@ references: name: LoadVocabAsync nameWithType: ITranslationModelDataService.LoadVocabAsync fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean - uid: System.Collections.Generic.IEnumerable{System.String} commentId: T:System.Collections.Generic.IEnumerable{System.String} parent: System.Collections.Generic diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml index 0bf3e445f..eaf6ecf7f 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.yml @@ -10,8 +10,10 @@ items: - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CanBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSchemaAsync + - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.DeleteModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.DropSchemaAsync + - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ShouldBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId}) langs: @@ -28,9 +30,9 @@ items: content: 'public interface ITranslationModelManagementService : ITranslationModelDataService, IDisposable' content.vb: Public Interface ITranslationModelManagementService Inherits ITranslationModelDataService, IDisposable inheritedMembers: - - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) - - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) - - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) + - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadVocabAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Boolean,System.Collections.Generic.IEnumerable{System.String}) - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.GetAllModelDetailsAsync @@ -70,6 +72,65 @@ items: nameWithType.vb: ITranslationModelManagementService.AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, 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) name.vb: AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,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.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + id: GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + parent: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService + langs: + - csharp + - vb + name: GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, string, List, CultureCode, CultureCode, TranslationModelTypes) + nameWithType: ITranslationModelManagementService.GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, string, List, CultureCode, CultureCode, TranslationModelTypes) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId, string, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + type: Method + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Task GetOrAddTranslationModelAsync(GuidBasedTranslationModelId id, string name, List corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType) + parameters: + - id: id + type: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + - id: name + type: System.String + - id: corpora + type: System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId} + - id: sourceCulture + type: Sdl.Core.Globalization.CultureCode + - id: targetCulture + type: Sdl.Core.Globalization.CultureCode + - id: modelType + type: Sdl.Core.FineGrainedAlignment.TranslationModelTypes + return: + type: System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + content.vb: Function GetOrAddTranslationModelAsync(id As GuidBasedTranslationModelId, name As String, corpora As List(Of AlignableCorpusId), sourceCulture As CultureCode, targetCulture As CultureCode, modelType As TranslationModelTypes) As Task(Of TranslationModelDetails) + overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync* + nameWithType.vb: ITranslationModelManagementService.GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId, String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + name.vb: GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + id: CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + parent: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService + langs: + - csharp + - vb + name: CreateSeparateModelSchemaAsync(GuidBasedTranslationModelId) + nameWithType: ITranslationModelManagementService.CreateSeparateModelSchemaAsync(GuidBasedTranslationModelId) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + type: Method + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Task CreateSeparateModelSchemaAsync(GuidBasedTranslationModelId id) + parameters: + - id: id + type: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + return: + type: System.Threading.Tasks.Task + content.vb: Function CreateSeparateModelSchemaAsync(id As GuidBasedTranslationModelId) As Task + overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync* - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CanBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CanBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) id: CanBuildModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) @@ -293,22 +354,22 @@ references: name: FineGrainedAlignment isExternal: true href: Sdl.Core.FineGrainedAlignment.html -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) parent: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService isExternal: true - href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_System_Boolean_ - name: LoadMatrixDataAsync(TranslationModelId, int, int, bool) - nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, int, int, bool) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, int, int, bool) - nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Integer, Integer, Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Integer, Integer, Boolean) - name.vb: LoadMatrixDataAsync(TranslationModelId, Integer, Integer, Boolean) + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_ + name: LoadMatrixDataAsync(TranslationModelId, int, int) + nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, int, int) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, int, int) + nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, Integer, Integer) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, Integer, Integer) + name.vb: LoadMatrixDataAsync(TranslationModelId, Integer, Integer) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_ - name: ( - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId name: TranslationModelId @@ -326,18 +387,12 @@ references: name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32,System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Int32,System.Int32) name: LoadMatrixDataAsync isExternal: true - href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_System_Boolean_ + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixDataAsync_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Int32_System_Int32_ - name: ( - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId name: TranslationModelId @@ -355,29 +410,23 @@ references: name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) parent: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService isExternal: true - href: 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_ - name: LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) - nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet, bool) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet, System.Collections.Generic.HashSet, bool) - nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer), Boolean) - name.vb: LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer), Boolean) + href: 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__ + name: LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet) + nameWithType: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet, HashSet) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet, System.Collections.Generic.HashSet) + nameWithType.vb: ITranslationModelDataService.LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer)) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.HashSet(Of Integer), System.Collections.Generic.HashSet(Of Integer)) + name.vb: LoadMatrixDataAsync(TranslationModelId, HashSet(Of Integer), HashSet(Of Integer)) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) name: LoadMatrixDataAsync isExternal: true - href: 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_ + href: 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__ - name: ( - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId name: TranslationModelId @@ -407,18 +456,12 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixDataAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32}) name: LoadMatrixDataAsync isExternal: true - href: 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_ + href: 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__ - name: ( - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId name: TranslationModelId @@ -452,29 +495,23 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) -- uid: 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) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) parent: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService isExternal: true - href: 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_ - name: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) - nameWithType: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection, bool) - fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection, bool) - nameWithType.vb: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) - fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest), Boolean) - name.vb: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest), Boolean) + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixData2Async_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ + name: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection) + nameWithType: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection) + nameWithType.vb: ITranslationModelDataService.LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId, System.Collections.Generic.IReadOnlyCollection(Of Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest)) + name.vb: LoadMatrixData2Async(TranslationModelId, IReadOnlyCollection(Of TranslationModelTuMatrixRequest)) spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) name: LoadMatrixData2Async isExternal: true - href: 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_ + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixData2Async_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ - name: ( - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId name: TranslationModelId @@ -492,18 +529,12 @@ references: isExternal: true href: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest},System.Boolean) + - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.LoadMatrixData2Async(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.Collections.Generic.IReadOnlyCollection{Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest}) name: LoadMatrixData2Async isExternal: true - href: 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_ + href: Sdl.Core.FineGrainedAlignment.ITranslationModelDataService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelDataService_LoadMatrixData2Async_Sdl_Core_FineGrainedAlignment_TranslationModelId_System_Collections_Generic_IReadOnlyCollection_Sdl_Core_FineGrainedAlignment_Model_TranslationModelTuMatrixRequest__ - name: ( - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId name: TranslationModelId @@ -523,12 +554,6 @@ references: isExternal: true href: Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.html - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: 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}) @@ -1006,6 +1031,71 @@ references: name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync* + commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManagementService_GetOrAddTranslationModelAsync_Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_System_String_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_Core_FineGrainedAlignment_TranslationModelTypes_ + name: GetOrAddTranslationModelAsync + nameWithType: ITranslationModelManagementService.GetOrAddTranslationModelAsync + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.GetOrAddTranslationModelAsync +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + commentId: T:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + parent: Sdl.Core.FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html + name: GuidBasedTranslationModelId + nameWithType: GuidBasedTranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId +- uid: System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + commentId: T:System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + parent: System.Threading.Tasks + definition: System.Threading.Tasks.Task`1 + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + nameWithType.vb: Task(Of TranslationModelDetails) + fullName.vb: System.Threading.Tasks.Task(Of Sdl.Core.FineGrainedAlignment.TranslationModelDetails) + name.vb: Task(Of TranslationModelDetails) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: < + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + name: TranslationModelDetails + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html + - name: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + name: TranslationModelDetails + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync* + commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManagementService_CreateSeparateModelSchemaAsync_Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_ + name: CreateSeparateModelSchemaAsync + nameWithType: ITranslationModelManagementService.CreateSeparateModelSchemaAsync + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CreateSeparateModelSchemaAsync +- uid: System.Threading.Tasks.Task + commentId: T:System.Threading.Tasks.Task + parent: System.Threading.Tasks + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CanBuildModelAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.CanBuildModelAsync isExternal: true @@ -1063,14 +1153,6 @@ references: name: UpdateModelAsync nameWithType: ITranslationModelManagementService.UpdateModelAsync fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.UpdateModelAsync -- uid: System.Threading.Tasks.Task - commentId: T:System.Threading.Tasks.Task - parent: System.Threading.Tasks - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ShouldBuildModelAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManagementService.ShouldBuildModelAsync isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml index dd7be953e..75acd880b 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ITranslationModelManager.yml @@ -7,9 +7,13 @@ items: children: - 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) - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) + - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.DeleteModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) + - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync + - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync + - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) - Sdl.Core.FineGrainedAlignment.ITranslationModelManager.UpdateModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId}) langs: - csharp @@ -81,6 +85,65 @@ items: nameWithType.vb: ITranslationModelManager.AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, 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) name.vb: AddModelAsync(String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,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.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + id: GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId,System.String,System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId},Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode,Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + parent: Sdl.Core.FineGrainedAlignment.ITranslationModelManager + langs: + - csharp + - vb + name: GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, string, List, CultureCode, CultureCode, TranslationModelTypes) + nameWithType: ITranslationModelManager.GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, string, List, CultureCode, CultureCode, TranslationModelTypes) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId, string, System.Collections.Generic.List, Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + type: Method + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Task GetOrAddTranslationModelAsync(GuidBasedTranslationModelId id, string name, List corpora, CultureCode sourceCulture, CultureCode targetCulture, TranslationModelTypes modelType) + parameters: + - id: id + type: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + - id: name + type: System.String + - id: corpora + type: System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.AlignableCorpusId} + - id: sourceCulture + type: Sdl.Core.Globalization.CultureCode + - id: targetCulture + type: Sdl.Core.Globalization.CultureCode + - id: modelType + type: Sdl.Core.FineGrainedAlignment.TranslationModelTypes + return: + type: System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + content.vb: Function GetOrAddTranslationModelAsync(id As GuidBasedTranslationModelId, name As String, corpora As List(Of AlignableCorpusId), sourceCulture As CultureCode, targetCulture As CultureCode, modelType As TranslationModelTypes) As Task(Of TranslationModelDetails) + overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync* + nameWithType.vb: ITranslationModelManager.GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) + fullName.vb: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId, String, System.Collections.Generic.List(Of Sdl.Core.FineGrainedAlignment.AlignableCorpusId), Sdl.Core.Globalization.CultureCode, Sdl.Core.Globalization.CultureCode, Sdl.Core.FineGrainedAlignment.TranslationModelTypes) + name.vb: GetOrAddTranslationModelAsync(GuidBasedTranslationModelId, String, List(Of AlignableCorpusId), CultureCode, CultureCode, TranslationModelTypes) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + id: CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + parent: Sdl.Core.FineGrainedAlignment.ITranslationModelManager + langs: + - csharp + - vb + name: CreateSeparateModelSchemaAsync(GuidBasedTranslationModelId) + nameWithType: ITranslationModelManager.CreateSeparateModelSchemaAsync(GuidBasedTranslationModelId) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + type: Method + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Task CreateSeparateModelSchemaAsync(GuidBasedTranslationModelId id) + parameters: + - id: id + type: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + return: + type: System.Threading.Tasks.Task + content.vb: Function CreateSeparateModelSchemaAsync(id As GuidBasedTranslationModelId) As Task + overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync* - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync id: GetModelsAsync @@ -101,6 +164,49 @@ items: type: System.Threading.Tasks.Task{System.Collections.Generic.List{Sdl.Core.FineGrainedAlignment.TranslationModel}} content.vb: Function GetModelsAsync() As Task(Of List(Of TranslationModel)) overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync* +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync + id: GetModelDetailsAsync + parent: Sdl.Core.FineGrainedAlignment.ITranslationModelManager + langs: + - csharp + - vb + name: GetModelDetailsAsync() + nameWithType: ITranslationModelManager.GetModelDetailsAsync() + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync() + type: Method + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Task> GetModelDetailsAsync() + return: + type: System.Threading.Tasks.Task{System.Collections.Generic.IList{Sdl.Core.FineGrainedAlignment.TranslationModelDetails}} + content.vb: Function GetModelDetailsAsync() As Task(Of IList(Of TranslationModelDetails)) + overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync* +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + id: GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + parent: Sdl.Core.FineGrainedAlignment.ITranslationModelManager + langs: + - csharp + - vb + name: GetModelDetailsAsync(GuidBasedTranslationModelId) + nameWithType: ITranslationModelManager.GetModelDetailsAsync(GuidBasedTranslationModelId) + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync(Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId) + type: Method + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Task GetModelDetailsAsync(GuidBasedTranslationModelId id) + parameters: + - id: id + type: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + return: + type: System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + content.vb: Function GetModelDetailsAsync(id As GuidBasedTranslationModelId) As Task(Of TranslationModelDetails) + overload: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync* - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) commentId: M:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) id: ClearModelAsync(Sdl.Core.FineGrainedAlignment.TranslationModelId) @@ -535,6 +641,71 @@ references: - uid: Sdl.Core.Globalization name: Globalization isExternal: true +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync* + commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManager_GetOrAddTranslationModelAsync_Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_System_String_System_Collections_Generic_List_Sdl_Core_FineGrainedAlignment_AlignableCorpusId__Sdl_Core_Globalization_CultureCode_Sdl_Core_Globalization_CultureCode_Sdl_Core_FineGrainedAlignment_TranslationModelTypes_ + name: GetOrAddTranslationModelAsync + nameWithType: ITranslationModelManager.GetOrAddTranslationModelAsync + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetOrAddTranslationModelAsync +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + commentId: T:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + parent: Sdl.Core.FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html + name: GuidBasedTranslationModelId + nameWithType: GuidBasedTranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId +- uid: System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + commentId: T:System.Threading.Tasks.Task{Sdl.Core.FineGrainedAlignment.TranslationModelDetails} + parent: System.Threading.Tasks + definition: System.Threading.Tasks.Task`1 + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + nameWithType.vb: Task(Of TranslationModelDetails) + fullName.vb: System.Threading.Tasks.Task(Of Sdl.Core.FineGrainedAlignment.TranslationModelDetails) + name.vb: Task(Of TranslationModelDetails) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: < + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + name: TranslationModelDetails + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html + - name: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + name: TranslationModelDetails + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html + - name: ) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync* + commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManager_CreateSeparateModelSchemaAsync_Sdl_Core_FineGrainedAlignment_GuidBasedTranslationModelId_ + name: CreateSeparateModelSchemaAsync + nameWithType: ITranslationModelManager.CreateSeparateModelSchemaAsync + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.CreateSeparateModelSchemaAsync +- uid: System.Threading.Tasks.Task + commentId: T:System.Threading.Tasks.Task + parent: System.Threading.Tasks + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelsAsync isExternal: true @@ -591,6 +762,62 @@ references: href: Sdl.Core.FineGrainedAlignment.TranslationModel.html - name: ) - name: ) +- uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync* + commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync + isExternal: true + href: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.html#Sdl_Core_FineGrainedAlignment_ITranslationModelManager_GetModelDetailsAsync + name: GetModelDetailsAsync + nameWithType: ITranslationModelManager.GetModelDetailsAsync + fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.GetModelDetailsAsync +- uid: System.Threading.Tasks.Task{System.Collections.Generic.IList{Sdl.Core.FineGrainedAlignment.TranslationModelDetails}} + commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IList{Sdl.Core.FineGrainedAlignment.TranslationModelDetails}} + parent: System.Threading.Tasks + definition: System.Threading.Tasks.Task`1 + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + name: Task> + nameWithType: Task> + fullName: System.Threading.Tasks.Task> + nameWithType.vb: Task(Of IList(Of TranslationModelDetails)) + fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IList(Of Sdl.Core.FineGrainedAlignment.TranslationModelDetails)) + name.vb: Task(Of IList(Of TranslationModelDetails)) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: < + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + name: TranslationModelDetails + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html + - name: '>' + - name: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: ( + - name: Of + - name: " " + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + name: TranslationModelDetails + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html + - name: ) + - name: ) - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync isExternal: true @@ -598,14 +825,6 @@ references: name: ClearModelAsync nameWithType: ITranslationModelManager.ClearModelAsync fullName: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.ClearModelAsync -- uid: System.Threading.Tasks.Task - commentId: T:System.Threading.Tasks.Task - parent: System.Threading.Tasks - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task - name: Task - nameWithType: Task - fullName: System.Threading.Tasks.Task - uid: Sdl.Core.FineGrainedAlignment.ITranslationModelManager.DeleteModelAsync* commentId: Overload:Sdl.Core.FineGrainedAlignment.ITranslationModelManager.DeleteModelAsync isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.yml index bf4f34d30..026f586a3 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesis.yml @@ -28,13 +28,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(System.Int32,System.Int32,System.Int32,System.Int32)' @@ -234,54 +234,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -453,6 +405,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.yml index 95007d7de..741409e2a 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.SpanHypothesisArray.yml @@ -24,13 +24,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(System.Int32,System.Int32,System.Int32,System.Int32)' @@ -163,54 +163,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -382,6 +334,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.yml index 190d90e39..e68e4b6ea 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.LiftAligner.yml @@ -25,13 +25,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(Sdl.Core.Globalization.CultureCode,Sdl.Core.Globalization.CultureCode)' @@ -188,54 +188,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -407,6 +359,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.yml index d59cfd53e..2898a25c9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.yml @@ -25,13 +25,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.Model.TranslationModelMatrixEntry.#ctor id: '#ctor' @@ -175,54 +175,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -394,6 +346,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.yml index 7dfaf9a88..0bca37c35 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelTuMatrixRequest.yml @@ -24,13 +24,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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}) id: '#ctor(System.Collections.Generic.HashSet{System.Int32},System.Collections.Generic.HashSet{System.Int32})' @@ -158,54 +158,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -377,6 +329,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.yml index 065ea7995..000a6d675 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.yml @@ -25,13 +25,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.Model.TranslationModelVocabEntry.#ctor id: '#ctor' @@ -175,54 +175,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -394,6 +346,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.yml index 2393e6484..cc0ec93d1 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.yml @@ -33,13 +33,13 @@ items: - Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.IO.BinaryReader) - Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.Byte[]) - Sdl.Core.FineGrainedAlignment.AlignerDefinition.RegisterAlignerDefinitionType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.AlignerDefinition}) - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelId) commentId: M:Sdl.Core.FineGrainedAlignment.ModelBasedAlignerDefinition.#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelId) id: '#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelId)' @@ -424,54 +424,6 @@ references: href: Sdl.Core.FineGrainedAlignment.AlignerDefinition.html - name: ) - name: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -643,6 +595,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.yml index 72de8f24f..f398d2a9c 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.ModelNotFoundException.yml @@ -17,32 +17,33 @@ items: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: 'public class ModelNotFoundException : Exception, ISerializable' - content.vb: Public Class ModelNotFoundException Inherits Exception Implements ISerializable + content: 'public class ModelNotFoundException : Exception, ISerializable, _Exception' + content.vb: Public Class ModelNotFoundException Inherits Exception Implements ISerializable, _Exception inheritance: - System.Object - System.Exception implements: - System.Runtime.Serialization.ISerializable + - System.Runtime.InteropServices._Exception inheritedMembers: - System.Exception.GetBaseException - - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.ToString + - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.GetType - - System.Exception.TargetSite - 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.StackTrace - System.Exception.SerializeObjectState - - System.Object.MemberwiseClone - 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 - uid: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor id: '#ctor' @@ -129,6 +130,14 @@ references: name: ISerializable nameWithType: ISerializable fullName: System.Runtime.Serialization.ISerializable +- uid: System.Runtime.InteropServices._Exception + commentId: T:System.Runtime.InteropServices._Exception + parent: System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception + name: _Exception + nameWithType: _Exception + fullName: System.Runtime.InteropServices._Exception - uid: System.Exception.GetBaseException commentId: M:System.Exception.GetBaseException parent: System.Exception @@ -151,6 +160,28 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception - name: ( - name: ) +- uid: System.Exception.ToString + commentId: M:System.Exception.ToString + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + name: ToString() + nameWithType: Exception.ToString() + fullName: System.Exception.ToString() + spec.csharp: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) commentId: M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) parent: System.Exception @@ -193,28 +224,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext - name: ) -- uid: System.Exception.ToString - commentId: M:System.Exception.ToString - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - name: ToString() - nameWithType: Exception.ToString() - fullName: System.Exception.ToString() - spec.csharp: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - spec.vb: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - uid: System.Exception.GetType commentId: M:System.Exception.GetType parent: System.Exception @@ -237,14 +246,6 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.gettype - name: ( - name: ) -- uid: System.Exception.TargetSite - commentId: P:System.Exception.TargetSite - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite - name: TargetSite - nameWithType: Exception.TargetSite - fullName: System.Exception.TargetSite - uid: System.Exception.Message commentId: P:System.Exception.Message parent: System.Exception @@ -269,6 +270,22 @@ references: name: InnerException nameWithType: Exception.InnerException fullName: System.Exception.InnerException +- uid: System.Exception.TargetSite + commentId: P:System.Exception.TargetSite + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite + name: TargetSite + nameWithType: Exception.TargetSite + fullName: System.Exception.TargetSite +- uid: System.Exception.StackTrace + commentId: P:System.Exception.StackTrace + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace + name: StackTrace + nameWithType: Exception.StackTrace + fullName: System.Exception.StackTrace - uid: System.Exception.HelpLink commentId: P:System.Exception.HelpLink parent: System.Exception @@ -293,14 +310,6 @@ references: name: HResult nameWithType: Exception.HResult fullName: System.Exception.HResult -- uid: System.Exception.StackTrace - commentId: P:System.Exception.StackTrace - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace - name: StackTrace - nameWithType: Exception.StackTrace - fullName: System.Exception.StackTrace - uid: System.Exception.SerializeObjectState commentId: E:System.Exception.SerializeObjectState parent: System.Exception @@ -309,30 +318,6 @@ references: name: SerializeObjectState nameWithType: Exception.SerializeObjectState fullName: System.Exception.SerializeObjectState -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object @@ -480,6 +465,30 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true @@ -524,6 +533,43 @@ references: name: Serialization isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization +- uid: System.Runtime.InteropServices + commentId: N:System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Runtime.InteropServices + nameWithType: System.Runtime.InteropServices + fullName: System.Runtime.InteropServices + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices - uid: Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor* commentId: Overload:Sdl.Core.FineGrainedAlignment.ModelNotFoundException.#ctor isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.yml index 7cde9cb92..3398005be 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.yml @@ -32,13 +32,13 @@ items: - Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.IO.BinaryReader) - Sdl.Core.FineGrainedAlignment.AlignerDefinition.FromSerialization(System.Byte[]) - Sdl.Core.FineGrainedAlignment.AlignerDefinition.RegisterAlignerDefinitionType(System.Guid,System.Func{System.IO.BinaryReader,Sdl.Core.FineGrainedAlignment.AlignerDefinition}) - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.#ctor(System.String) commentId: M:Sdl.Core.FineGrainedAlignment.OnlineAlignerDefinition.#ctor(System.String) id: '#ctor(System.String)' @@ -402,54 +402,6 @@ references: href: Sdl.Core.FineGrainedAlignment.AlignerDefinition.html - name: ) - name: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -621,6 +573,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.yml index 4d93ae1e5..6b98f39f9 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker.yml @@ -27,13 +27,13 @@ items: implements: - Sdl.Core.FineGrainedAlignment.IAlignerBroker inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(Sdl.Core.FineGrainedAlignment.ITranslationModelDataService,Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings)' @@ -208,54 +208,6 @@ references: name: IAlignerBroker nameWithType: IAlignerBroker fullName: Sdl.Core.FineGrainedAlignment.IAlignerBroker -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -427,6 +379,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.yml index 86b2e811e..6a342cafe 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.yml @@ -34,13 +34,13 @@ items: - System.Object - Sdl.Core.FineGrainedAlignment.AlignmentEvidence inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.#ctor(System.Int16,System.Int16,System.Single) commentId: M:Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence.#ctor(System.Int16,System.Int16,System.Single) id: '#ctor(System.Int16,System.Int16,System.Single)' @@ -427,54 +427,6 @@ references: name: AlignmentEvidence nameWithType: AlignmentEvidence fullName: Sdl.Core.FineGrainedAlignment.AlignmentEvidence -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -646,6 +598,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.yml index 12d65287f..89e3799ca 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TokenWithCount.yml @@ -24,13 +24,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.TokenWithCount.Token commentId: F:Sdl.Core.FineGrainedAlignment.TokenWithCount.Token id: Token @@ -139,54 +139,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -358,6 +310,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.yml index 3e2c2f425..32ea12561 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModel.yml @@ -46,15 +46,14 @@ items: - System.Object derivedClasses: - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModel - - Sdl.Core.FineGrainedAlignment.TrainedTranslationModel inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.TranslationModel._id commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModel._id id: _id @@ -622,54 +621,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -841,6 +792,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.yml index 76b25ff3d..b5c61ab03 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.yml @@ -24,13 +24,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.#ctor(System.Int32) commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings.#ctor(System.Int32) id: '#ctor(System.Int32)' @@ -146,54 +146,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -365,6 +317,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.yml index 18926667c..7f371a726 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.yml @@ -17,32 +17,33 @@ items: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: 'public class TranslationModelCancelException : Exception, ISerializable' - content.vb: Public Class TranslationModelCancelException Inherits Exception Implements ISerializable + content: 'public class TranslationModelCancelException : Exception, ISerializable, _Exception' + content.vb: Public Class TranslationModelCancelException Inherits Exception Implements ISerializable, _Exception inheritance: - System.Object - System.Exception implements: - System.Runtime.Serialization.ISerializable + - System.Runtime.InteropServices._Exception inheritedMembers: - System.Exception.GetBaseException - - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.ToString + - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.GetType - - System.Exception.TargetSite - 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.StackTrace - System.Exception.SerializeObjectState - - System.Object.MemberwiseClone - 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 - uid: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor id: '#ctor' @@ -129,6 +130,14 @@ references: name: ISerializable nameWithType: ISerializable fullName: System.Runtime.Serialization.ISerializable +- uid: System.Runtime.InteropServices._Exception + commentId: T:System.Runtime.InteropServices._Exception + parent: System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception + name: _Exception + nameWithType: _Exception + fullName: System.Runtime.InteropServices._Exception - uid: System.Exception.GetBaseException commentId: M:System.Exception.GetBaseException parent: System.Exception @@ -151,6 +160,28 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception - name: ( - name: ) +- uid: System.Exception.ToString + commentId: M:System.Exception.ToString + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + name: ToString() + nameWithType: Exception.ToString() + fullName: System.Exception.ToString() + spec.csharp: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) commentId: M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) parent: System.Exception @@ -193,28 +224,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext - name: ) -- uid: System.Exception.ToString - commentId: M:System.Exception.ToString - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - name: ToString() - nameWithType: Exception.ToString() - fullName: System.Exception.ToString() - spec.csharp: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - spec.vb: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - uid: System.Exception.GetType commentId: M:System.Exception.GetType parent: System.Exception @@ -237,14 +246,6 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.gettype - name: ( - name: ) -- uid: System.Exception.TargetSite - commentId: P:System.Exception.TargetSite - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite - name: TargetSite - nameWithType: Exception.TargetSite - fullName: System.Exception.TargetSite - uid: System.Exception.Message commentId: P:System.Exception.Message parent: System.Exception @@ -269,6 +270,22 @@ references: name: InnerException nameWithType: Exception.InnerException fullName: System.Exception.InnerException +- uid: System.Exception.TargetSite + commentId: P:System.Exception.TargetSite + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite + name: TargetSite + nameWithType: Exception.TargetSite + fullName: System.Exception.TargetSite +- uid: System.Exception.StackTrace + commentId: P:System.Exception.StackTrace + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace + name: StackTrace + nameWithType: Exception.StackTrace + fullName: System.Exception.StackTrace - uid: System.Exception.HelpLink commentId: P:System.Exception.HelpLink parent: System.Exception @@ -293,14 +310,6 @@ references: name: HResult nameWithType: Exception.HResult fullName: System.Exception.HResult -- uid: System.Exception.StackTrace - commentId: P:System.Exception.StackTrace - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace - name: StackTrace - nameWithType: Exception.StackTrace - fullName: System.Exception.StackTrace - uid: System.Exception.SerializeObjectState commentId: E:System.Exception.SerializeObjectState parent: System.Exception @@ -309,30 +318,6 @@ references: name: SerializeObjectState nameWithType: Exception.SerializeObjectState fullName: System.Exception.SerializeObjectState -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object @@ -480,6 +465,30 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true @@ -524,6 +533,43 @@ references: name: Serialization isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization +- uid: System.Runtime.InteropServices + commentId: N:System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Runtime.InteropServices + nameWithType: System.Runtime.InteropServices + fullName: System.Runtime.InteropServices + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices - uid: Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor* commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelCancelException.#ctor isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml index d63d60012..825c2bb53 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelDetails.yml @@ -6,6 +6,7 @@ items: parent: Sdl.Core.FineGrainedAlignment children: - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor + - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.CorpusIds - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.Id - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.ModelDate @@ -14,6 +15,8 @@ items: - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.SampleCount - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.SourceCulture - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TargetCulture + - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId + - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema - Sdl.Core.FineGrainedAlignment.TranslationModelDetails.Version langs: - csharp @@ -31,13 +34,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.#ctor id: '#ctor' @@ -248,6 +251,69 @@ items: type: System.Int32 content.vb: Public Property Version As Integer overload: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.Version* +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId + commentId: P:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId + id: TranslationModelId + parent: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + langs: + - csharp + - vb + name: TranslationModelId + nameWithType: TranslationModelDetails.TranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId + type: Property + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public Guid TranslationModelId { get; set; } + parameters: [] + return: + type: System.Guid + content.vb: Public Property TranslationModelId As Guid + overload: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId* +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId + commentId: P:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId + id: AccountId + parent: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + langs: + - csharp + - vb + name: AccountId + nameWithType: TranslationModelDetails.AccountId + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId + type: Property + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public string AccountId { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property AccountId As String + overload: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId* +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema + commentId: P:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema + id: UseSharedSchema + parent: Sdl.Core.FineGrainedAlignment.TranslationModelDetails + langs: + - csharp + - vb + name: UseSharedSchema + nameWithType: TranslationModelDetails.UseSharedSchema + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema + type: Property + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: public bool UseSharedSchema { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property UseSharedSchema As Boolean + overload: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema* references: - uid: Sdl.Core.FineGrainedAlignment commentId: N:Sdl.Core.FineGrainedAlignment @@ -297,54 +363,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -516,6 +534,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true @@ -822,3 +888,43 @@ references: name: Version nameWithType: TranslationModelDetails.Version fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.Version +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId* + commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html#Sdl_Core_FineGrainedAlignment_TranslationModelDetails_TranslationModelId + name: TranslationModelId + nameWithType: TranslationModelDetails.TranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.TranslationModelId +- uid: System.Guid + commentId: T:System.Guid + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + name: Guid + nameWithType: Guid + fullName: System.Guid +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId* + commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html#Sdl_Core_FineGrainedAlignment_TranslationModelDetails_AccountId + name: AccountId + nameWithType: TranslationModelDetails.AccountId + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.AccountId +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema* + commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema + isExternal: true + href: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.html#Sdl_Core_FineGrainedAlignment_TranslationModelDetails_UseSharedSchema + name: UseSharedSchema + nameWithType: TranslationModelDetails.UseSharedSchema + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelDetails.UseSharedSchema +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.yml index 5c9cbf7ad..5f3841821 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelException.yml @@ -20,32 +20,33 @@ items: - Sdl.Core.FineGrainedAlignment namespace: Sdl.Core.FineGrainedAlignment syntax: - content: 'public class TranslationModelException : Exception, ISerializable' - content.vb: Public Class TranslationModelException Inherits Exception Implements ISerializable + content: 'public class TranslationModelException : Exception, ISerializable, _Exception' + content.vb: Public Class TranslationModelException Inherits Exception Implements ISerializable, _Exception inheritance: - System.Object - System.Exception implements: - System.Runtime.Serialization.ISerializable + - System.Runtime.InteropServices._Exception inheritedMembers: - System.Exception.GetBaseException - - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.ToString + - System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) - System.Exception.GetType - - System.Exception.TargetSite - 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.StackTrace - System.Exception.SerializeObjectState - - System.Object.MemberwiseClone - 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 - uid: Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.String) commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor(System.String) id: '#ctor(System.String)' @@ -208,6 +209,14 @@ references: name: ISerializable nameWithType: ISerializable fullName: System.Runtime.Serialization.ISerializable +- uid: System.Runtime.InteropServices._Exception + commentId: T:System.Runtime.InteropServices._Exception + parent: System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception + name: _Exception + nameWithType: _Exception + fullName: System.Runtime.InteropServices._Exception - uid: System.Exception.GetBaseException commentId: M:System.Exception.GetBaseException parent: System.Exception @@ -230,6 +239,28 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception - name: ( - name: ) +- uid: System.Exception.ToString + commentId: M:System.Exception.ToString + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + name: ToString() + nameWithType: Exception.ToString() + fullName: System.Exception.ToString() + spec.csharp: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) commentId: M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) parent: System.Exception @@ -272,28 +303,6 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext - name: ) -- uid: System.Exception.ToString - commentId: M:System.Exception.ToString - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - name: ToString() - nameWithType: Exception.ToString() - fullName: System.Exception.ToString() - spec.csharp: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - spec.vb: - - uid: System.Exception.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.tostring - - name: ( - - name: ) - uid: System.Exception.GetType commentId: M:System.Exception.GetType parent: System.Exception @@ -316,14 +325,6 @@ references: href: https://learn.microsoft.com/dotnet/api/system.exception.gettype - name: ( - name: ) -- uid: System.Exception.TargetSite - commentId: P:System.Exception.TargetSite - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite - name: TargetSite - nameWithType: Exception.TargetSite - fullName: System.Exception.TargetSite - uid: System.Exception.Message commentId: P:System.Exception.Message parent: System.Exception @@ -348,6 +349,22 @@ references: name: InnerException nameWithType: Exception.InnerException fullName: System.Exception.InnerException +- uid: System.Exception.TargetSite + commentId: P:System.Exception.TargetSite + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite + name: TargetSite + nameWithType: Exception.TargetSite + fullName: System.Exception.TargetSite +- uid: System.Exception.StackTrace + commentId: P:System.Exception.StackTrace + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace + name: StackTrace + nameWithType: Exception.StackTrace + fullName: System.Exception.StackTrace - uid: System.Exception.HelpLink commentId: P:System.Exception.HelpLink parent: System.Exception @@ -372,14 +389,6 @@ references: name: HResult nameWithType: Exception.HResult fullName: System.Exception.HResult -- uid: System.Exception.StackTrace - commentId: P:System.Exception.StackTrace - parent: System.Exception - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace - name: StackTrace - nameWithType: Exception.StackTrace - fullName: System.Exception.StackTrace - uid: System.Exception.SerializeObjectState commentId: E:System.Exception.SerializeObjectState parent: System.Exception @@ -388,30 +397,6 @@ references: name: SerializeObjectState nameWithType: Exception.SerializeObjectState fullName: System.Exception.SerializeObjectState -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object @@ -559,6 +544,30 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true @@ -603,6 +612,43 @@ references: name: Serialization isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization +- uid: System.Runtime.InteropServices + commentId: N:System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Runtime.InteropServices + nameWithType: System.Runtime.InteropServices + fullName: System.Runtime.InteropServices + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices - uid: Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor* commentId: Overload:Sdl.Core.FineGrainedAlignment.TranslationModelException.#ctor isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.yml index b7f38b862..c3b406c9b 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelFitness.yml @@ -26,13 +26,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.TranslationModelFitness.#ctor commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelFitness.#ctor id: '#ctor' @@ -187,54 +187,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -406,6 +358,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.yml index d6701c048..b50ff7ee4 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelId.yml @@ -31,15 +31,14 @@ items: - System.Object derivedClasses: - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId - - Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.TranslationModelId.Serialize(System.IO.BinaryWriter) commentId: M:Sdl.Core.FineGrainedAlignment.TranslationModelId.Serialize(System.IO.BinaryWriter) id: Serialize(System.IO.BinaryWriter) @@ -289,54 +288,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -508,6 +459,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.yml index 5afa5418d..2a7d22fc1 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelProgressEventArgs.yml @@ -28,13 +28,13 @@ items: - System.EventArgs inheritedMembers: - System.EventArgs.Empty - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: 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) id: '#ctor(Sdl.Core.FineGrainedAlignment.TranslationModelProgressStage,System.Int32,System.Int32)' @@ -212,54 +212,6 @@ references: name: Empty nameWithType: EventArgs.Empty fullName: System.EventArgs.Empty -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -431,6 +383,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml index 7c9253c90..fe301dd61 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.TranslationModelTypes.yml @@ -7,6 +7,7 @@ items: children: - Sdl.Core.FineGrainedAlignment.TranslationModelTypes.ChiSquared - Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Trained + - Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Xlm langs: - csharp - vb @@ -56,6 +57,24 @@ items: content: Trained = 2 return: type: Sdl.Core.FineGrainedAlignment.TranslationModelTypes +- uid: Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Xlm + commentId: F:Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Xlm + id: Xlm + parent: Sdl.Core.FineGrainedAlignment.TranslationModelTypes + langs: + - csharp + - vb + name: Xlm + nameWithType: TranslationModelTypes.Xlm + fullName: Sdl.Core.FineGrainedAlignment.TranslationModelTypes.Xlm + type: Field + assemblies: + - Sdl.Core.FineGrainedAlignment + namespace: Sdl.Core.FineGrainedAlignment + syntax: + content: Xlm = 3 + return: + type: Sdl.Core.FineGrainedAlignment.TranslationModelTypes references: - uid: Sdl.Core.FineGrainedAlignment commentId: N:Sdl.Core.FineGrainedAlignment diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml index 59d92c2c1..93b07b3e0 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.VocabularyFile3.yml @@ -44,13 +44,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.VocabularyFile3._Dirty commentId: F:Sdl.Core.FineGrainedAlignment.VocabularyFile3._Dirty id: _Dirty @@ -628,54 +628,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -847,6 +799,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.yml index 4262df366..3b6d406f8 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.yml @@ -23,13 +23,13 @@ items: inheritance: - System.Object inheritedMembers: - - System.Object.GetType - - System.Object.MemberwiseClone - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone - uid: Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.MAX_SEGMENT_LENGTH commentId: F:Sdl.Core.FineGrainedAlignment.WordAlignmentComputer3.MAX_SEGMENT_LENGTH id: MAX_SEGMENT_LENGTH @@ -126,54 +126,6 @@ references: nameWithType.vb: Object fullName.vb: Object name.vb: Object -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object @@ -345,6 +297,54 @@ references: href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) - uid: System commentId: N:System isExternal: true diff --git a/api/translationmemory/Sdl.Core.FineGrainedAlignment.yml b/api/translationmemory/Sdl.Core.FineGrainedAlignment.yml index 658ae8cca..a36abc4d3 100644 --- a/api/translationmemory/Sdl.Core.FineGrainedAlignment.yml +++ b/api/translationmemory/Sdl.Core.FineGrainedAlignment.yml @@ -24,6 +24,7 @@ items: - Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelStoreReadOnly - Sdl.Core.FineGrainedAlignment.CooccurrenceCounter2 - Sdl.Core.FineGrainedAlignment.FGAInitializer + - Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId - Sdl.Core.FineGrainedAlignment.IAlignableContentPair - Sdl.Core.FineGrainedAlignment.IAlignableCorpus - Sdl.Core.FineGrainedAlignment.IAlignableCorpusAsync @@ -47,12 +48,6 @@ items: - Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker - Sdl.Core.FineGrainedAlignment.SimpleAlignmentEvidence - Sdl.Core.FineGrainedAlignment.TokenWithCount - - Sdl.Core.FineGrainedAlignment.TrainedModelAligner - - Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - - Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults - - Sdl.Core.FineGrainedAlignment.TrainedTranslationModel - - Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder - - Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId - Sdl.Core.FineGrainedAlignment.TranslationModel - Sdl.Core.FineGrainedAlignment.TranslationModelBuilderSettings - Sdl.Core.FineGrainedAlignment.TranslationModelCancelException @@ -249,6 +244,7 @@ references: fullName: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelBuilder - uid: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId commentId: T:Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId + parent: Sdl.Core.FineGrainedAlignment isExternal: true href: Sdl.Core.FineGrainedAlignment.ChiSquaredTranslationModelId.html name: ChiSquaredTranslationModelId @@ -275,6 +271,14 @@ references: name: FGAInitializer nameWithType: FGAInitializer fullName: Sdl.Core.FineGrainedAlignment.FGAInitializer +- uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + commentId: T:Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + parent: Sdl.Core.FineGrainedAlignment + isExternal: true + href: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId.html + name: GuidBasedTranslationModelId + nameWithType: GuidBasedTranslationModelId + fullName: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId - uid: Sdl.Core.FineGrainedAlignment.IAlignableContentPair commentId: T:Sdl.Core.FineGrainedAlignment.IAlignableContentPair parent: Sdl.Core.FineGrainedAlignment @@ -337,7 +341,6 @@ references: fullName: Sdl.Core.FineGrainedAlignment.IAlignerService - uid: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore commentId: T:Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore - parent: Sdl.Core.FineGrainedAlignment isExternal: true href: Sdl.Core.FineGrainedAlignment.IChiSquaredTranslationModelStore.html name: IChiSquaredTranslationModelStore @@ -486,69 +489,6 @@ references: name: SimpleAlignerBroker nameWithType: SimpleAlignerBroker fullName: Sdl.Core.FineGrainedAlignment.SimpleAlignerBroker -- uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner - commentId: T:Sdl.Core.FineGrainedAlignment.TrainedModelAligner - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html - name: TrainedModelAligner - nameWithType: TrainedModelAligner - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner -- uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - commentId: T:Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html - name: TrainedModelAligner.CodedTokenIndexConverter - nameWithType: TrainedModelAligner.CodedTokenIndexConverter - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - spec.csharp: - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner - name: TrainedModelAligner - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html - - name: . - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - name: CodedTokenIndexConverter - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html - spec.vb: - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner - name: TrainedModelAligner - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.html - - name: . - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - name: CodedTokenIndexConverter - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter.html -- uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel - commentId: T:Sdl.Core.FineGrainedAlignment.TrainedTranslationModel - parent: Sdl.Core.FineGrainedAlignment - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel.html - name: TrainedTranslationModel - nameWithType: TrainedTranslationModel - fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel -- uid: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults - commentId: T:Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults.html - name: TrainedModelBuildResults - nameWithType: TrainedModelBuildResults - fullName: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults -- uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder - commentId: T:Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder.html - name: TrainedTranslationModelBuilder - nameWithType: TrainedTranslationModelBuilder - fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder -- uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId - commentId: T:Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId - isExternal: true - href: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId.html - name: TrainedTranslationModelId - nameWithType: TrainedTranslationModelId - fullName: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId - uid: Sdl.Core.FineGrainedAlignment.TranslationModel commentId: T:Sdl.Core.FineGrainedAlignment.TranslationModel parent: Sdl.Core.FineGrainedAlignment diff --git a/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.yml b/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.yml index 89fd3e563..a519e4a54 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.Core.ErrorCode.yml @@ -152,6 +152,8 @@ items: - Sdl.LanguagePlatform.Core.ErrorCode.TMSearchModeNotSupported - Sdl.LanguagePlatform.Core.ErrorCode.TMSourceLanguageMismatch - Sdl.LanguagePlatform.Core.ErrorCode.TMTUDuplicate + - Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldLimitExceeded + - Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldPicklistValueLimitExceeded - Sdl.LanguagePlatform.Core.ErrorCode.TMTULimitExceeded - Sdl.LanguagePlatform.Core.ErrorCode.TMTUSourceSegmentNestedTagCountLimitExceeded - Sdl.LanguagePlatform.Core.ErrorCode.TMTUSourceSegmentSizeLimitExceeded @@ -3380,6 +3382,68 @@ items: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor arguments: [] +- uid: Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldLimitExceeded + commentId: F:Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldLimitExceeded + id: TMTUFieldLimitExceeded + parent: Sdl.LanguagePlatform.Core.ErrorCode + langs: + - csharp + - vb + name: TMTUFieldLimitExceeded + nameWithType: ErrorCode.TMTUFieldLimitExceeded + fullName: Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldLimitExceeded + type: Field + assemblies: + - Sdl.LanguagePlatform.Core + namespace: Sdl.LanguagePlatform.Core + summary: The TM cannot import the TU because the field limit was exceeded. + example: [] + syntax: + content: >- + [EnumMember] + + TMTUFieldLimitExceeded = 102 + return: + type: Sdl.LanguagePlatform.Core.ErrorCode + content.vb: >- + + + TMTUFieldLimitExceeded = 102 + attributes: + - type: System.Runtime.Serialization.EnumMemberAttribute + ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor + arguments: [] +- uid: Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldPicklistValueLimitExceeded + commentId: F:Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldPicklistValueLimitExceeded + id: TMTUFieldPicklistValueLimitExceeded + parent: Sdl.LanguagePlatform.Core.ErrorCode + langs: + - csharp + - vb + name: TMTUFieldPicklistValueLimitExceeded + nameWithType: ErrorCode.TMTUFieldPicklistValueLimitExceeded + fullName: Sdl.LanguagePlatform.Core.ErrorCode.TMTUFieldPicklistValueLimitExceeded + type: Field + assemblies: + - Sdl.LanguagePlatform.Core + namespace: Sdl.LanguagePlatform.Core + summary: The TM cannot import the TU because the picklist value limit was exceeded. + example: [] + syntax: + content: >- + [EnumMember] + + TMTUFieldPicklistValueLimitExceeded = 103 + return: + type: Sdl.LanguagePlatform.Core.ErrorCode + content.vb: >- + + + TMTUFieldPicklistValueLimitExceeded = 103 + attributes: + - type: System.Runtime.Serialization.EnumMemberAttribute + ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor + arguments: [] - uid: Sdl.LanguagePlatform.Core.ErrorCode.TMTUDuplicate commentId: F:Sdl.LanguagePlatform.Core.ErrorCode.TMTUDuplicate id: TMTUDuplicate @@ -3400,13 +3464,13 @@ items: content: >- [EnumMember] - TMTUDuplicate = 102 + TMTUDuplicate = 104 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMTUDuplicate = 102 + TMTUDuplicate = 104 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3431,13 +3495,13 @@ items: content: >- [EnumMember] - StorageTMAlreadyExists = 103 + StorageTMAlreadyExists = 105 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageTMAlreadyExists = 103 + StorageTMAlreadyExists = 105 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3462,13 +3526,13 @@ items: content: >- [EnumMember] - StorageSchemaDoesntExist = 104 + StorageSchemaDoesntExist = 106 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageSchemaDoesntExist = 104 + StorageSchemaDoesntExist = 106 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3493,13 +3557,13 @@ items: content: >- [EnumMember] - StorageSchemaAlreadyExists = 105 + StorageSchemaAlreadyExists = 107 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageSchemaAlreadyExists = 105 + StorageSchemaAlreadyExists = 107 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3524,13 +3588,13 @@ items: content: >- [EnumMember] - StoragePicklistValueAlreadyExists = 106 + StoragePicklistValueAlreadyExists = 108 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StoragePicklistValueAlreadyExists = 106 + StoragePicklistValueAlreadyExists = 108 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3555,13 +3619,13 @@ items: content: >- [EnumMember] - StorageIncompatibleAttributeType = 107 + StorageIncompatibleAttributeType = 109 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageIncompatibleAttributeType = 107 + StorageIncompatibleAttributeType = 109 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3586,13 +3650,13 @@ items: content: >- [EnumMember] - StorageFieldNotFound = 108 + StorageFieldNotFound = 110 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageFieldNotFound = 108 + StorageFieldNotFound = 110 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3617,13 +3681,13 @@ items: content: >- [EnumMember] - StorageFieldAlreadyExists = 109 + StorageFieldAlreadyExists = 111 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageFieldAlreadyExists = 109 + StorageFieldAlreadyExists = 111 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3648,13 +3712,13 @@ items: content: >- [EnumMember] - StorageParameterNotFound = 110 + StorageParameterNotFound = 112 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageParameterNotFound = 110 + StorageParameterNotFound = 112 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3679,13 +3743,13 @@ items: content: >- [EnumMember] - StorageDataFileNotFound = 111 + StorageDataFileNotFound = 113 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageDataFileNotFound = 111 + StorageDataFileNotFound = 113 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3710,13 +3774,13 @@ items: content: >- [EnumMember] - StorageVersionDataOutdated = 112 + StorageVersionDataOutdated = 114 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageVersionDataOutdated = 112 + StorageVersionDataOutdated = 114 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3741,13 +3805,13 @@ items: content: >- [EnumMember] - StorageVersionDataNewer = 113 + StorageVersionDataNewer = 115 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StorageVersionDataNewer = 113 + StorageVersionDataNewer = 115 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3772,13 +3836,13 @@ items: content: >- [EnumMember] - TMXUnknownVersion = 114 + TMXUnknownVersion = 116 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXUnknownVersion = 114 + TMXUnknownVersion = 116 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3803,13 +3867,13 @@ items: content: >- [EnumMember] - TMXNoSegmentOpen = 115 + TMXNoSegmentOpen = 117 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXNoSegmentOpen = 115 + TMXNoSegmentOpen = 117 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3834,13 +3898,13 @@ items: content: >- [EnumMember] - TMXUnknownTMXAttribute = 116 + TMXUnknownTMXAttribute = 118 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXUnknownTMXAttribute = 116 + TMXUnknownTMXAttribute = 118 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3865,13 +3929,13 @@ items: content: >- [EnumMember] - TMXMissingVersion = 117 + TMXMissingVersion = 119 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXMissingVersion = 117 + TMXMissingVersion = 119 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3896,13 +3960,13 @@ items: content: >- [EnumMember] - TMXCannotAddTagData = 118 + TMXCannotAddTagData = 120 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXCannotAddTagData = 118 + TMXCannotAddTagData = 120 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3927,13 +3991,13 @@ items: content: >- [EnumMember] - TMXInternalParserError = 119 + TMXInternalParserError = 121 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXInternalParserError = 119 + TMXInternalParserError = 121 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3958,13 +4022,13 @@ items: content: >- [EnumMember] - TMXUnexpectedInputData = 120 + TMXUnexpectedInputData = 122 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXUnexpectedInputData = 120 + TMXUnexpectedInputData = 122 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -3989,13 +4053,13 @@ items: content: >- [EnumMember] - TMXCannotDetermineLanguageDirection = 121 + TMXCannotDetermineLanguageDirection = 123 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMXCannotDetermineLanguageDirection = 121 + TMXCannotDetermineLanguageDirection = 123 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4020,13 +4084,13 @@ items: content: >- [EnumMember] - StemmerErrorInStemmingRule = 122 + StemmerErrorInStemmingRule = 124 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - StemmerErrorInStemmingRule = 122 + StemmerErrorInStemmingRule = 124 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4051,13 +4115,13 @@ items: content: >- [EnumMember] - TokenizerInvalidNumericFormat = 123 + TokenizerInvalidNumericFormat = 125 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TokenizerInvalidNumericFormat = 123 + TokenizerInvalidNumericFormat = 125 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4082,13 +4146,13 @@ items: content: >- [EnumMember] - TokenizerInvalidCharacterSet = 124 + TokenizerInvalidCharacterSet = 126 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TokenizerInvalidCharacterSet = 124 + TokenizerInvalidCharacterSet = 126 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4113,13 +4177,13 @@ items: content: >- [EnumMember] - NoRegionSpecificLanguageFound = 125 + NoRegionSpecificLanguageFound = 127 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - NoRegionSpecificLanguageFound = 125 + NoRegionSpecificLanguageFound = 127 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4144,13 +4208,13 @@ items: content: >- [EnumMember] - ErrorInFilterExpression = 126 + ErrorInFilterExpression = 128 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorInFilterExpression = 126 + ErrorInFilterExpression = 128 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4175,13 +4239,13 @@ items: content: >- [EnumMember] - ErrorFilterUnbalancedParenthesis = 127 + ErrorFilterUnbalancedParenthesis = 129 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterUnbalancedParenthesis = 127 + ErrorFilterUnbalancedParenthesis = 129 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4206,13 +4270,13 @@ items: content: >- [EnumMember] - ErrorFilterExpectFieldName = 128 + ErrorFilterExpectFieldName = 130 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterExpectFieldName = 128 + ErrorFilterExpectFieldName = 130 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4237,13 +4301,13 @@ items: content: >- [EnumMember] - ErrorFilterInvalidFieldName = 129 + ErrorFilterInvalidFieldName = 131 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterInvalidFieldName = 129 + ErrorFilterInvalidFieldName = 131 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4268,13 +4332,13 @@ items: content: >- [EnumMember] - ErrorFilterEmptyFieldName = 130 + ErrorFilterEmptyFieldName = 132 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterEmptyFieldName = 130 + ErrorFilterEmptyFieldName = 132 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4299,13 +4363,13 @@ items: content: >- [EnumMember] - ErrorFilterUnknownField = 131 + ErrorFilterUnknownField = 133 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterUnknownField = 131 + ErrorFilterUnknownField = 133 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4330,13 +4394,13 @@ items: content: >- [EnumMember] - ErrorFilterPrematureEndOfInput = 132 + ErrorFilterPrematureEndOfInput = 134 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterPrematureEndOfInput = 132 + ErrorFilterPrematureEndOfInput = 134 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4361,13 +4425,13 @@ items: content: >- [EnumMember] - ErrorFilterOperatorExpected = 133 + ErrorFilterOperatorExpected = 135 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterOperatorExpected = 133 + ErrorFilterOperatorExpected = 135 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4392,13 +4456,13 @@ items: content: >- [EnumMember] - ErrorFilterNotAPicklistField = 134 + ErrorFilterNotAPicklistField = 136 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterNotAPicklistField = 134 + ErrorFilterNotAPicklistField = 136 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4423,13 +4487,13 @@ items: content: >- [EnumMember] - ErrorFilterPicklistItemNotFound = 135 + ErrorFilterPicklistItemNotFound = 137 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterPicklistItemNotFound = 135 + ErrorFilterPicklistItemNotFound = 137 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4454,13 +4518,13 @@ items: content: >- [EnumMember] - ErrorFilterFieldNameNotSurroundedByDoubleQuotes = 136 + ErrorFilterFieldNameNotSurroundedByDoubleQuotes = 138 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterFieldNameNotSurroundedByDoubleQuotes = 136 + ErrorFilterFieldNameNotSurroundedByDoubleQuotes = 138 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4485,13 +4549,13 @@ items: content: >- [EnumMember] - ErrorFilterMultipleValuesNotBracketed = 137 + ErrorFilterMultipleValuesNotBracketed = 139 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterMultipleValuesNotBracketed = 137 + ErrorFilterMultipleValuesNotBracketed = 139 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4516,13 +4580,13 @@ items: content: >- [EnumMember] - ErrorFilterMultivalueFieldNotBracketed = 138 + ErrorFilterMultivalueFieldNotBracketed = 140 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterMultivalueFieldNotBracketed = 138 + ErrorFilterMultivalueFieldNotBracketed = 140 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4547,13 +4611,13 @@ items: content: >- [EnumMember] - ErrorFilterFieldRequiresIntegerValue = 139 + ErrorFilterFieldRequiresIntegerValue = 141 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterFieldRequiresIntegerValue = 139 + ErrorFilterFieldRequiresIntegerValue = 141 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4578,13 +4642,13 @@ items: content: >- [EnumMember] - ErrorFilterValueNotSurroundedByDoubleQuotes = 140 + ErrorFilterValueNotSurroundedByDoubleQuotes = 142 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterValueNotSurroundedByDoubleQuotes = 140 + ErrorFilterValueNotSurroundedByDoubleQuotes = 142 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4609,13 +4673,13 @@ items: content: >- [EnumMember] - ErrorFilterCannotParseDate = 141 + ErrorFilterCannotParseDate = 143 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterCannotParseDate = 141 + ErrorFilterCannotParseDate = 143 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4640,13 +4704,13 @@ items: content: >- [EnumMember] - ErrorFilterTrailingBackslash = 142 + ErrorFilterTrailingBackslash = 144 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterTrailingBackslash = 142 + ErrorFilterTrailingBackslash = 144 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4671,13 +4735,13 @@ items: content: >- [EnumMember] - ErrorFilterIllegalInputSymbol = 143 + ErrorFilterIllegalInputSymbol = 145 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterIllegalInputSymbol = 143 + ErrorFilterIllegalInputSymbol = 145 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4702,13 +4766,13 @@ items: content: >- [EnumMember] - ErrorFilterTrailingJunk = 144 + ErrorFilterTrailingJunk = 146 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ErrorFilterTrailingJunk = 144 + ErrorFilterTrailingJunk = 146 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4733,13 +4797,13 @@ items: content: >- [EnumMember] - FilterMismatch = 145 + FilterMismatch = 147 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - FilterMismatch = 145 + FilterMismatch = 147 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4764,13 +4828,13 @@ items: content: >- [EnumMember] - TMToolsNoTM = 146 + TMToolsNoTM = 148 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMToolsNoTM = 146 + TMToolsNoTM = 148 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4795,13 +4859,13 @@ items: content: >- [EnumMember] - TMToolsNoFileHeader = 147 + TMToolsNoFileHeader = 149 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMToolsNoFileHeader = 147 + TMToolsNoFileHeader = 149 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4826,13 +4890,13 @@ items: content: >- [EnumMember] - TMToolsIncompatibleLanguagesBetweenDocumentAndTM = 148 + TMToolsIncompatibleLanguagesBetweenDocumentAndTM = 150 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TMToolsIncompatibleLanguagesBetweenDocumentAndTM = 148 + TMToolsIncompatibleLanguagesBetweenDocumentAndTM = 150 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4857,13 +4921,13 @@ items: content: >- [EnumMember] - InternalError = 149 + InternalError = 151 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - InternalError = 149 + InternalError = 151 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4888,13 +4952,13 @@ items: content: >- [EnumMember] - CorruptData = 150 + CorruptData = 152 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - CorruptData = 150 + CorruptData = 152 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4919,13 +4983,13 @@ items: content: >- [EnumMember] - InconsistentData = 151 + InconsistentData = 153 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - InconsistentData = 151 + InconsistentData = 153 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4950,13 +5014,13 @@ items: content: >- [EnumMember] - CannotInitializeSpring = 152 + CannotInitializeSpring = 154 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - CannotInitializeSpring = 152 + CannotInitializeSpring = 154 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -4981,13 +5045,13 @@ items: content: >- [EnumMember] - CannotInitializeFilterManager = 153 + CannotInitializeFilterManager = 155 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - CannotInitializeFilterManager = 153 + CannotInitializeFilterManager = 155 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5012,13 +5076,13 @@ items: content: >- [EnumMember] - InvalidOperation = 154 + InvalidOperation = 156 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - InvalidOperation = 154 + InvalidOperation = 156 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5043,13 +5107,13 @@ items: content: >- [EnumMember] - ReadonlyResource = 155 + ReadonlyResource = 157 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ReadonlyResource = 155 + ReadonlyResource = 157 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5074,13 +5138,13 @@ items: content: >- [EnumMember] - EmbeddedResourceNotFound = 156 + EmbeddedResourceNotFound = 158 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EmbeddedResourceNotFound = 156 + EmbeddedResourceNotFound = 158 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5105,13 +5169,13 @@ items: content: >- [EnumMember] - ResourceNotAvailable = 157 + ResourceNotAvailable = 159 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - ResourceNotAvailable = 157 + ResourceNotAvailable = 159 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5136,13 +5200,13 @@ items: content: >- [EnumMember] - DataComponentMissing = 158 + DataComponentMissing = 160 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - DataComponentMissing = 158 + DataComponentMissing = 160 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5167,13 +5231,13 @@ items: content: >- [EnumMember] - DataComponentIncompatible = 159 + DataComponentIncompatible = 161 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - DataComponentIncompatible = 159 + DataComponentIncompatible = 161 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5198,13 +5262,13 @@ items: content: >- [EnumMember] - DataComponentNotOpen = 160 + DataComponentNotOpen = 162 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - DataComponentNotOpen = 160 + DataComponentNotOpen = 162 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5229,13 +5293,13 @@ items: content: >- [EnumMember] - DataComponentAlreadyInUse = 161 + DataComponentAlreadyInUse = 163 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - DataComponentAlreadyInUse = 161 + DataComponentAlreadyInUse = 163 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5260,13 +5324,13 @@ items: content: >- [EnumMember] - SegmentNotTokenized = 162 + SegmentNotTokenized = 164 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - SegmentNotTokenized = 162 + SegmentNotTokenized = 164 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5291,13 +5355,13 @@ items: content: >- [EnumMember] - TagCountLimitExceeded = 163 + TagCountLimitExceeded = 165 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - TagCountLimitExceeded = 163 + TagCountLimitExceeded = 165 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5322,13 +5386,13 @@ items: content: >- [EnumMember] - NoTranslatableContentInFile = 164 + NoTranslatableContentInFile = 166 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - NoTranslatableContentInFile = 164 + NoTranslatableContentInFile = 166 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5353,13 +5417,13 @@ items: content: >- [EnumMember] - NoContentInFile = 165 + NoContentInFile = 167 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - NoContentInFile = 165 + NoContentInFile = 167 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5384,13 +5448,13 @@ items: content: >- [EnumMember] - UnexpectedDocumentContent = 166 + UnexpectedDocumentContent = 168 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - UnexpectedDocumentContent = 166 + UnexpectedDocumentContent = 168 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5415,13 +5479,13 @@ items: content: >- [EnumMember] - LanguageResourceFileNotFound = 167 + LanguageResourceFileNotFound = 169 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - LanguageResourceFileNotFound = 167 + LanguageResourceFileNotFound = 169 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5446,13 +5510,13 @@ items: content: >- [EnumMember] - InvalidLanguageResourceFile = 168 + InvalidLanguageResourceFile = 170 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - InvalidLanguageResourceFile = 168 + InvalidLanguageResourceFile = 170 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5477,13 +5541,13 @@ items: content: >- [EnumMember] - CorruptDataInResourceFile = 169 + CorruptDataInResourceFile = 171 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - CorruptDataInResourceFile = 169 + CorruptDataInResourceFile = 171 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5508,13 +5572,13 @@ items: content: >- [EnumMember] - XmlError = 170 + XmlError = 172 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - XmlError = 170 + XmlError = 172 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5539,13 +5603,13 @@ items: content: >- [EnumMember] - EditScriptEmptySearchPattern = 171 + EditScriptEmptySearchPattern = 173 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptEmptySearchPattern = 171 + EditScriptEmptySearchPattern = 173 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5570,13 +5634,13 @@ items: content: >- [EnumMember] - EditScriptEmptyFieldName = 172 + EditScriptEmptyFieldName = 174 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptEmptyFieldName = 172 + EditScriptEmptyFieldName = 174 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5601,13 +5665,13 @@ items: content: >- [EnumMember] - EditScriptSystemField = 173 + EditScriptSystemField = 175 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptSystemField = 173 + EditScriptSystemField = 175 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5632,13 +5696,13 @@ items: content: >- [EnumMember] - EditScriptIncompatibleFieldValueTypes = 174 + EditScriptIncompatibleFieldValueTypes = 176 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptIncompatibleFieldValueTypes = 174 + EditScriptIncompatibleFieldValueTypes = 176 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5663,13 +5727,13 @@ items: content: >- [EnumMember] - EditScriptInvalidValue = 175 + EditScriptInvalidValue = 177 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptInvalidValue = 175 + EditScriptInvalidValue = 177 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5694,13 +5758,13 @@ items: content: >- [EnumMember] - EditScriptIncompatibleField = 176 + EditScriptIncompatibleField = 178 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptIncompatibleField = 176 + EditScriptIncompatibleField = 178 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5725,13 +5789,13 @@ items: content: >- [EnumMember] - EditScriptInvalidOperationForFieldValueType = 177 + EditScriptInvalidOperationForFieldValueType = 179 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EditScriptInvalidOperationForFieldValueType = 177 + EditScriptInvalidOperationForFieldValueType = 179 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5756,13 +5820,13 @@ items: content: >- [EnumMember] - SQLiteNotADatabase = 178 + SQLiteNotADatabase = 180 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - SQLiteNotADatabase = 178 + SQLiteNotADatabase = 180 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5787,13 +5851,13 @@ items: content: >- [EnumMember] - SQLiteCorrupt = 179 + SQLiteCorrupt = 181 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - SQLiteCorrupt = 179 + SQLiteCorrupt = 181 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5818,13 +5882,13 @@ items: content: >- [EnumMember] - SQLiteOtherError = 180 + SQLiteOtherError = 182 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - SQLiteOtherError = 180 + SQLiteOtherError = 182 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor @@ -5849,13 +5913,13 @@ items: content: >- [EnumMember] - EmptyData = 181 + EmptyData = 183 return: type: Sdl.LanguagePlatform.Core.ErrorCode content.vb: >- - EmptyData = 181 + EmptyData = 183 attributes: - type: System.Runtime.Serialization.EnumMemberAttribute ctor: System.Runtime.Serialization.EnumMemberAttribute.#ctor diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml index d04fdeac1..457d16b80 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.ImportSettings.yml @@ -15,6 +15,7 @@ items: - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ExistingFieldsUpdateMode - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ExistingTUsUpdateMode - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldIdentifierMappings + - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.Filter - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.IncrementUsageCount - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.InvalidTranslationUnitsExportPath @@ -23,6 +24,7 @@ items: - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.NewFields - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.OverrideTuUserIdWithCurrentContextUser - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.OverwriteExistingTUs + - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PlainText - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.ProjectSettings - Sdl.LanguagePlatform.TranslationMemory.ImportSettings.SegmentLengthLimit @@ -965,6 +967,72 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] +- uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit + commentId: P:Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit + id: FieldsLimit + parent: Sdl.LanguagePlatform.TranslationMemory.ImportSettings + langs: + - csharp + - vb + name: FieldsLimit + nameWithType: ImportSettings.FieldsLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemory + namespace: Sdl.LanguagePlatform.TranslationMemory + summary: Gets or sets the value that indicate if the TM importer will ignore TU with fields over specified limit. + example: [] + syntax: + content: >- + [DataMember] + + public int? FieldsLimit { get; set; } + parameters: [] + return: + type: System.Nullable{System.Int32} + content.vb: >- + + + Public Property FieldsLimit As Integer? + overload: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit* + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] +- uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit + commentId: P:Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit + id: PicklistValuesLimit + parent: Sdl.LanguagePlatform.TranslationMemory.ImportSettings + langs: + - csharp + - vb + name: PicklistValuesLimit + nameWithType: ImportSettings.PicklistValuesLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemory + namespace: Sdl.LanguagePlatform.TranslationMemory + summary: Gets or sets the value that indicate if the TM importer will ignore TU with fields of type picklist with values over specified limit. + example: [] + syntax: + content: >- + [DataMember] + + public int? PicklistValuesLimit { get; set; } + parameters: [] + return: + type: System.Nullable{System.Int32} + content.vb: >- + + + Public Property PicklistValuesLimit As Integer? + overload: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit* + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] references: - uid: Sdl.LanguagePlatform.TranslationMemory commentId: N:Sdl.LanguagePlatform.TranslationMemory @@ -1837,3 +1905,17 @@ references: name: MergedToSeparateTuCountThreshold nameWithType: ImportSettings.MergedToSeparateTuCountThreshold fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.MergedToSeparateTuCountThreshold +- uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ImportSettings_FieldsLimit + name: FieldsLimit + nameWithType: ImportSettings.FieldsLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.FieldsLimit +- uid: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.html#Sdl_LanguagePlatform_TranslationMemory_ImportSettings_PicklistValuesLimit + name: PicklistValuesLimit + nameWithType: ImportSettings.PicklistValuesLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.ImportSettings.PicklistValuesLimit diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml index d8d25efd9..96403dcc9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResults.yml @@ -15,8 +15,8 @@ items: - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Clear - Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Count + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder - - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DocumentPlaceables - Sdl.LanguagePlatform.TranslationMemory.SearchResults.HasTuId(System.Int32) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Item(System.Int32) @@ -31,6 +31,7 @@ items: - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortOrder - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SourceHash - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SourceSegment @@ -91,43 +92,49 @@ items: - Sdl.LanguagePlatform.TranslationMemory namespace: Sdl.LanguagePlatform.TranslationMemory summary: >- - The default sort order, in string representation, for normal searches. The + The default search sort order, in string representation, - primary sort key is the score (descending), the secondary sort key is the + by score (descending) followed - use count (descending), and the tertiary sort key is the use date (descending). + by change date (descending) followed + + by use count (descending). example: [] syntax: content: public static readonly string DefaultSortOrder return: type: System.String content.vb: Public Shared ReadOnly DefaultSortOrder As String -- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance - commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance - id: DefaultSortOrderConcordance +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder + commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder + id: DefaultMergeSortOrder parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults langs: - csharp - vb - name: DefaultSortOrderConcordance - nameWithType: SearchResults.DefaultSortOrderConcordance - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + name: DefaultMergeSortOrder + nameWithType: SearchResults.DefaultMergeSortOrder + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder type: Field assemblies: - Sdl.LanguagePlatform.TranslationMemory namespace: Sdl.LanguagePlatform.TranslationMemory summary: >- - The default sort order, in string representation, for concordance searches. The + The default merge search sort order, in string representation, + + by score (descending) followed - primary sort key is the score (descending), the secondary sort key is the + by cascade (descending) followed - change date (descending), and the tertiary sort key is the use count (descending). + by change date (descending) followed + + by use count (descending). example: [] syntax: - content: public static readonly string DefaultSortOrderConcordance + content: public static readonly string DefaultMergeSortOrder return: type: System.String - content.vb: Public Shared ReadOnly DefaultSortOrderConcordance As String + content.vb: Public Shared ReadOnly DefaultMergeSortOrder As String - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) id: CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) @@ -308,6 +315,26 @@ items: content: public void Sort() content.vb: Public Sub Sort() overload: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort* +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + id: SortMergedResults + parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults + langs: + - csharp + - vb + name: SortMergedResults() + nameWithType: SearchResults.SortMergedResults() + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemory + namespace: Sdl.LanguagePlatform.TranslationMemory + summary: Sorts the merged results in this instance using the default sort order for merged results + example: [] + syntax: + content: public void SortMergedResults() + content.vb: Public Sub SortMergedResults() + overload: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults* - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) id: Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) @@ -1469,6 +1496,13 @@ references: name: SortOrder nameWithType: SearchResults.SortOrder fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortOrder +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + name: SortMergedResults + nameWithType: SearchResults.SortMergedResults + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge* commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge isExternal: true diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.yml index 36e2e1e2c..613431196 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.yml @@ -41,12 +41,13 @@ items: - System.Collections.IEnumerable inheritedMembers: - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder - - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemory.SearchResults},System.Collections.Generic.IEnumerable{System.Boolean},Sdl.LanguagePlatform.TranslationMemory.SearchSettings) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(System.Int32) @@ -333,14 +334,14 @@ references: name: DefaultSortOrder nameWithType: SearchResults.DefaultSortOrder fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder -- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance - commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder + commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults isExternal: true - href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_DefaultSortOrderConcordance - name: DefaultSortOrderConcordance - nameWithType: SearchResults.DefaultSortOrderConcordance - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_DefaultMergeSortOrder + name: DefaultMergeSortOrder + nameWithType: SearchResults.DefaultMergeSortOrder + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults @@ -498,6 +499,28 @@ references: href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sort - name: ( - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + name: SortMergedResults() + nameWithType: SearchResults.SortMergedResults() + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + name: SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + name: SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + - name: ( + - name: ) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.yml index a81ea3145..707ae5286 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResults.yml @@ -38,12 +38,13 @@ items: - System.Collections.IEnumerable inheritedMembers: - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder - - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemory.SearchResults},System.Collections.Generic.IEnumerable{System.Boolean},Sdl.LanguagePlatform.TranslationMemory.SearchSettings) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(System.Int32) @@ -303,14 +304,14 @@ references: name: DefaultSortOrder nameWithType: SearchResults.DefaultSortOrder fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder -- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance - commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder + commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults isExternal: true - href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_DefaultSortOrderConcordance - name: DefaultSortOrderConcordance - nameWithType: SearchResults.DefaultSortOrderConcordance - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_DefaultMergeSortOrder + name: DefaultMergeSortOrder + nameWithType: SearchResults.DefaultMergeSortOrder + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults @@ -468,6 +469,28 @@ references: href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sort - name: ( - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + name: SortMergedResults() + nameWithType: SearchResults.SortMergedResults() + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + name: SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + name: SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + - name: ( + - name: ) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.yml index 684a5f1a2..a9e8ac161 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.SegmentAndSubsegmentSearchResultsMerged.yml @@ -36,12 +36,13 @@ items: - Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.CopyFromSearchResults(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - Sdl.LanguagePlatform.TranslationMemory.SearchResultsMerged.DocumentDetails - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder - - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(Sdl.LanguagePlatform.TranslationMemory.SortSpecification,Sdl.LanguagePlatform.TranslationMemory.SearchResults.SearchResultComparer) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort(System.String) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Sort + - Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.PostMergeFixup(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemory.SearchResults},System.Collections.Generic.IEnumerable{System.Boolean},Sdl.LanguagePlatform.TranslationMemory.SearchSettings) - Sdl.LanguagePlatform.TranslationMemory.SearchResults.Cap(System.Int32) @@ -394,14 +395,14 @@ references: name: DefaultSortOrder nameWithType: SearchResults.DefaultSortOrder fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrder -- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance - commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder + commentId: F:Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults isExternal: true - href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_DefaultSortOrderConcordance - name: DefaultSortOrderConcordance - nameWithType: SearchResults.DefaultSortOrderConcordance - fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultSortOrderConcordance + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_DefaultMergeSortOrder + name: DefaultMergeSortOrder + nameWithType: SearchResults.DefaultMergeSortOrder + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.DefaultMergeSortOrder - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.CopyFrom(Sdl.LanguagePlatform.TranslationMemory.SearchResults) parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults @@ -559,6 +560,28 @@ references: href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_Sort - name: ( - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + name: SortMergedResults() + nameWithType: SearchResults.SortMergedResults() + fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + name: SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.SortMergedResults + name: SortMergedResults + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.SearchResults.html#Sdl_LanguagePlatform_TranslationMemory_SearchResults_SortMergedResults + - name: ( + - name: ) - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) commentId: M:Sdl.LanguagePlatform.TranslationMemory.SearchResults.Merge(Sdl.LanguagePlatform.TranslationMemory.SearchResults,System.Boolean) parent: Sdl.LanguagePlatform.TranslationMemory.SearchResults diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml index ccd4ed1f4..f4616fe89 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.yml @@ -5,7 +5,9 @@ items: id: TuLimitsValidatorSettings parent: Sdl.LanguagePlatform.TranslationMemory children: - - Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32}) + - Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32}) + - Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit + - Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit - Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.SegmentLengthLimit - Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TagNestingLimit langs: @@ -33,16 +35,16 @@ items: - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone -- uid: 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}) - id: '#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32})' +- uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32}) + commentId: M:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32}) + id: '#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})' parent: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings langs: - csharp - vb - name: TuLimitsValidatorSettings(int?, int?) - nameWithType: TuLimitsValidatorSettings.TuLimitsValidatorSettings(int?, int?) - fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings(int?, int?) + name: TuLimitsValidatorSettings(int?, int?, int?, int?) + nameWithType: TuLimitsValidatorSettings.TuLimitsValidatorSettings(int?, int?, int?, int?) + fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings(int?, int?, int?, int?) type: Constructor assemblies: - Sdl.LanguagePlatform.TranslationMemory @@ -50,7 +52,7 @@ items: summary: Initializes a new instance. example: [] syntax: - content: public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null) + content: public TuLimitsValidatorSettings(int? segmentLengthLimit = null, int? tagNestingLimit = null, int? fieldsLimit = null, int? picklistValuesLimit = null) parameters: - id: segmentLengthLimit type: System.Nullable{System.Int32} @@ -58,11 +60,17 @@ items: - id: tagNestingLimit type: System.Nullable{System.Int32} description: Maximum nesting level of a TU segment to be considered valid - content.vb: Public Sub New(segmentLengthLimit As Integer? = Nothing, tagNestingLimit As Integer? = Nothing) + - id: fieldsLimit + type: System.Nullable{System.Int32} + description: Maximum number of fields to be considered valid + - id: picklistValuesLimit + type: System.Nullable{System.Int32} + description: Maximum number of picklist values + content.vb: Public Sub New(segmentLengthLimit As Integer? = Nothing, tagNestingLimit As Integer? = Nothing, fieldsLimit As Integer? = Nothing, picklistValuesLimit As Integer? = Nothing) overload: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor* - nameWithType.vb: TuLimitsValidatorSettings.New(Integer?, Integer?) - fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.New(Integer?, Integer?) - name.vb: New(Integer?, Integer?) + nameWithType.vb: TuLimitsValidatorSettings.New(Integer?, Integer?, Integer?, Integer?) + fullName.vb: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.New(Integer?, Integer?, Integer?, Integer?) + name.vb: New(Integer?, Integer?, Integer?, Integer?) - uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.SegmentLengthLimit commentId: P:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.SegmentLengthLimit id: SegmentLengthLimit @@ -109,6 +117,52 @@ items: type: System.Nullable{System.Int32} content.vb: Public ReadOnly Property TagNestingLimit As Integer? overload: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TagNestingLimit* +- uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit + commentId: P:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit + id: FieldsLimit + parent: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings + langs: + - csharp + - vb + name: FieldsLimit + nameWithType: TuLimitsValidatorSettings.FieldsLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemory + namespace: Sdl.LanguagePlatform.TranslationMemory + summary: Gets a value specifying the maximum number of fields to be considered valid + example: [] + syntax: + content: public int? FieldsLimit { get; } + parameters: [] + return: + type: System.Nullable{System.Int32} + content.vb: Public ReadOnly Property FieldsLimit As Integer? + overload: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit* +- uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit + commentId: P:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit + id: PicklistValuesLimit + parent: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings + langs: + - csharp + - vb + name: PicklistValuesLimit + nameWithType: TuLimitsValidatorSettings.PicklistValuesLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemory + namespace: Sdl.LanguagePlatform.TranslationMemory + summary: Gets a value specifying the maximum number of picklist values to be considered valid + example: [] + syntax: + content: public int? PicklistValuesLimit { get; } + parameters: [] + return: + type: System.Nullable{System.Int32} + content.vb: Public ReadOnly Property PicklistValuesLimit As Integer? + overload: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit* references: - uid: Sdl.LanguagePlatform.TranslationMemory commentId: N:Sdl.LanguagePlatform.TranslationMemory @@ -387,7 +441,7 @@ references: - uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor* commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.#ctor isExternal: true - href: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings__ctor_System_Nullable_System_Int32__System_Nullable_System_Int32__ + href: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings__ctor_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Nullable_System_Int32__System_Nullable_System_Int32__ name: TuLimitsValidatorSettings nameWithType: TuLimitsValidatorSettings.TuLimitsValidatorSettings fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TuLimitsValidatorSettings @@ -459,3 +513,17 @@ references: name: TagNestingLimit nameWithType: TuLimitsValidatorSettings.TagNestingLimit fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.TagNestingLimit +- uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings_FieldsLimit + name: FieldsLimit + nameWithType: TuLimitsValidatorSettings.FieldsLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.FieldsLimit +- uid: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.html#Sdl_LanguagePlatform_TranslationMemory_TuLimitsValidatorSettings_PicklistValuesLimit + name: PicklistValuesLimit + nameWithType: TuLimitsValidatorSettings.PicklistValuesLimit + fullName: Sdl.LanguagePlatform.TranslationMemory.TuLimitsValidatorSettings.PicklistValuesLimit diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml new file mode 100644 index 000000000..da6b77158 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml @@ -0,0 +1,792 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + id: IAIAssistantProvider + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl(System.Windows.Forms.IWin32Window,Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams) + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync(Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams) + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings + langs: + - csharp + - vb + name: IAIAssistantProvider + nameWithType: IAIAssistantProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + type: Interface + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + summary: Defines the contract for an AI Assistant translation provider, extending with AI-specific settings and operations. + remarks: This interface exposes AI assistant settings, asynchronous search capabilities, and a method to display a settings dialog. + example: [] + syntax: + content: 'public interface IAIAssistantProvider : ITranslationProvider' + content.vb: Public Interface IAIAssistantProvider Inherits ITranslationProvider + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.RefreshStatusInfo + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SerializeState + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.StatusInfo + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Uri + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Name + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTaggedInput + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsScoring + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSearchForTranslationUnits + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsMultipleResults + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFilters + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPenalties + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsStructureContext + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsDocumentSearches + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsUpdate + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPlaceables + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFuzzySearch + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsConcordanceSearch + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSourceConcordanceSearch + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTargetConcordanceSearch + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsWordCounts + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.TranslationMethod + - Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.IsReadOnly +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync(Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync(Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams) + id: SearchAsync(Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + langs: + - csharp + - vb + name: SearchAsync(AISearchParams) + nameWithType: IAIAssistantProvider.SearchAsync(AISearchParams) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync(Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + summary: Performs an asynchronous AI search using the specified parameters. + example: [] + syntax: + content: Task SearchAsync(AISearchParams searchParams) + parameters: + - id: searchParams + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + description: The parameters for the AI search, including prompt, connection, and segment context. + return: + type: System.Threading.Tasks.Task{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult} + description: A task that represents the asynchronous operation, containing the AI search result. + content.vb: Function SearchAsync(searchParams As AISearchParams) As Task(Of AISearchResult) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl(System.Windows.Forms.IWin32Window,Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl(System.Windows.Forms.IWin32Window,Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams) + id: DisplaySettingsControl(System.Windows.Forms.IWin32Window,Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + langs: + - csharp + - vb + name: DisplaySettingsControl(IWin32Window, AIAssistantSettingsDialogParams) + nameWithType: IAIAssistantProvider.DisplaySettingsControl(IWin32Window, AIAssistantSettingsDialogParams) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl(System.Windows.Forms.IWin32Window, Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + summary: Displays the AI assistant settings dialog. + example: [] + syntax: + content: bool DisplaySettingsControl(IWin32Window owner, AIAssistantSettingsDialogParams dialogParams) + parameters: + - id: owner + type: System.Windows.Forms.IWin32Window + description: The window that owns the dialog. + - id: dialogParams + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + description: The dialog parameters, including selected prompt and connection. + return: + type: System.Boolean + description: True if settings were changed and require a refresh; otherwise, false. + content.vb: Function DisplaySettingsControl(owner As IWin32Window, dialogParams As AIAssistantSettingsDialogParams) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings + id: Settings + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + langs: + - csharp + - vb + name: Settings + nameWithType: IAIAssistantProvider.Settings + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + summary: Gets the current AI assistant settings, including selected prompt, connection, and available options. + example: [] + syntax: + content: AIAssistantSettings Settings { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + content.vb: ReadOnly Property Settings As AIAssistantSettings + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + parent: Sdl.LanguagePlatform.TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html + name: ITranslationProvider + nameWithType: ITranslationProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + name: SupportsLanguageDirection(LanguagePair) + nameWithType: ITranslationProvider.SupportsLanguageDirection(LanguagePair) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: SupportsLanguageDirection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + - name: ( + - uid: Sdl.LanguagePlatform.Core.LanguagePair + name: LanguagePair + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: SupportsLanguageDirection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + - name: ( + - uid: Sdl.LanguagePlatform.Core.LanguagePair + name: LanguagePair + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + name: GetLanguageDirection(LanguagePair) + nameWithType: ITranslationProvider.GetLanguageDirection(LanguagePair) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: GetLanguageDirection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + - name: ( + - uid: Sdl.LanguagePlatform.Core.LanguagePair + name: LanguagePair + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.GetLanguageDirection(Sdl.LanguagePlatform.Core.LanguagePair) + name: GetLanguageDirection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_GetLanguageDirection_Sdl_LanguagePlatform_Core_LanguagePair_ + - name: ( + - uid: Sdl.LanguagePlatform.Core.LanguagePair + name: LanguagePair + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.RefreshStatusInfo + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.RefreshStatusInfo + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_RefreshStatusInfo + name: RefreshStatusInfo() + nameWithType: ITranslationProvider.RefreshStatusInfo() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.RefreshStatusInfo() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.RefreshStatusInfo + name: RefreshStatusInfo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_RefreshStatusInfo + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.RefreshStatusInfo + name: RefreshStatusInfo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_RefreshStatusInfo + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SerializeState + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SerializeState + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SerializeState + name: SerializeState() + nameWithType: ITranslationProvider.SerializeState() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SerializeState() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SerializeState + name: SerializeState + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SerializeState + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SerializeState + name: SerializeState + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SerializeState + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_LoadState_System_String_ + name: LoadState(string) + nameWithType: ITranslationProvider.LoadState(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(string) + nameWithType.vb: ITranslationProvider.LoadState(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(String) + name.vb: LoadState(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) + name: LoadState + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_LoadState_System_String_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.LoadState(System.String) + name: LoadState + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_LoadState_System_String_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.StatusInfo + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.StatusInfo + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_StatusInfo + name: StatusInfo + nameWithType: ITranslationProvider.StatusInfo + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.StatusInfo +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Uri + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Uri + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_Uri + name: Uri + nameWithType: ITranslationProvider.Uri + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Uri +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Name + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Name + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_Name + name: Name + nameWithType: ITranslationProvider.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.Name +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTaggedInput + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTaggedInput + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsTaggedInput + name: SupportsTaggedInput + nameWithType: ITranslationProvider.SupportsTaggedInput + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTaggedInput +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsScoring + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsScoring + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsScoring + name: SupportsScoring + nameWithType: ITranslationProvider.SupportsScoring + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsScoring +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSearchForTranslationUnits + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSearchForTranslationUnits + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsSearchForTranslationUnits + name: SupportsSearchForTranslationUnits + nameWithType: ITranslationProvider.SupportsSearchForTranslationUnits + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSearchForTranslationUnits +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsMultipleResults + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsMultipleResults + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsMultipleResults + name: SupportsMultipleResults + nameWithType: ITranslationProvider.SupportsMultipleResults + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsMultipleResults +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFilters + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFilters + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsFilters + name: SupportsFilters + nameWithType: ITranslationProvider.SupportsFilters + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFilters +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPenalties + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPenalties + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsPenalties + name: SupportsPenalties + nameWithType: ITranslationProvider.SupportsPenalties + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPenalties +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsStructureContext + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsStructureContext + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsStructureContext + name: SupportsStructureContext + nameWithType: ITranslationProvider.SupportsStructureContext + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsStructureContext +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsDocumentSearches + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsDocumentSearches + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsDocumentSearches + name: SupportsDocumentSearches + nameWithType: ITranslationProvider.SupportsDocumentSearches + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsDocumentSearches +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsUpdate + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsUpdate + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsUpdate + name: SupportsUpdate + nameWithType: ITranslationProvider.SupportsUpdate + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsUpdate +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPlaceables + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPlaceables + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsPlaceables + name: SupportsPlaceables + nameWithType: ITranslationProvider.SupportsPlaceables + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsPlaceables +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTranslation + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsTranslation + name: SupportsTranslation + nameWithType: ITranslationProvider.SupportsTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTranslation +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFuzzySearch + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFuzzySearch + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsFuzzySearch + name: SupportsFuzzySearch + nameWithType: ITranslationProvider.SupportsFuzzySearch + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsFuzzySearch +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsConcordanceSearch + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsConcordanceSearch + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsConcordanceSearch + name: SupportsConcordanceSearch + nameWithType: ITranslationProvider.SupportsConcordanceSearch + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsConcordanceSearch +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSourceConcordanceSearch + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSourceConcordanceSearch + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsSourceConcordanceSearch + name: SupportsSourceConcordanceSearch + nameWithType: ITranslationProvider.SupportsSourceConcordanceSearch + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsSourceConcordanceSearch +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTargetConcordanceSearch + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTargetConcordanceSearch + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsTargetConcordanceSearch + name: SupportsTargetConcordanceSearch + nameWithType: ITranslationProvider.SupportsTargetConcordanceSearch + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsTargetConcordanceSearch +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsWordCounts + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsWordCounts + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_SupportsWordCounts + name: SupportsWordCounts + nameWithType: ITranslationProvider.SupportsWordCounts + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.SupportsWordCounts +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.TranslationMethod + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.TranslationMethod + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_TranslationMethod + name: TranslationMethod + nameWithType: ITranslationProvider.TranslationMethod + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.TranslationMethod +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.IsReadOnly + parent: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_ITranslationProvider_IsReadOnly + name: IsReadOnly + nameWithType: ITranslationProvider.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.ITranslationProvider.IsReadOnly +- uid: Sdl.LanguagePlatform.TranslationMemoryApi + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi + fullName: Sdl.LanguagePlatform.TranslationMemoryApi + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_IAIAssistantProvider_SearchAsync_Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchParams_ + name: SearchAsync + nameWithType: IAIAssistantProvider.SearchAsync + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.SearchAsync +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html + name: AISearchParams + nameWithType: AISearchParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams +- uid: System.Threading.Tasks.Task{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult} + commentId: T:System.Threading.Tasks.Task{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult} + parent: System.Threading.Tasks + definition: System.Threading.Tasks.Task`1 + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + nameWithType.vb: Task(Of AISearchResult) + fullName.vb: System.Threading.Tasks.Task(Of Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult) + name.vb: Task(Of AISearchResult) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + name: AISearchResult + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.html + - name: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + name: AISearchResult + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Threading.Tasks.Task`1 + commentId: T:System.Threading.Tasks.Task`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + name: Task + nameWithType: Task + fullName: System.Threading.Tasks.Task + nameWithType.vb: Task(Of TResult) + fullName.vb: System.Threading.Tasks.Task(Of TResult) + name.vb: Task(Of TResult) + spec.csharp: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: < + - name: TResult + - name: '>' + spec.vb: + - uid: System.Threading.Tasks.Task`1 + name: Task + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 + - name: ( + - name: Of + - name: " " + - name: TResult + - name: ) +- uid: System.Threading.Tasks + commentId: N:System.Threading.Tasks + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Threading.Tasks + nameWithType: System.Threading.Tasks + fullName: System.Threading.Tasks + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Threading + name: Threading + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading + - name: . + - uid: System.Threading.Tasks + name: Tasks + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Threading + name: Threading + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading + - name: . + - uid: System.Threading.Tasks + name: Tasks + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.threading.tasks +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_IAIAssistantProvider_DisplaySettingsControl_System_Windows_Forms_IWin32Window_Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettingsDialogParams_ + name: DisplaySettingsControl + nameWithType: IAIAssistantProvider.DisplaySettingsControl + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.DisplaySettingsControl +- uid: System.Windows.Forms.IWin32Window + commentId: T:System.Windows.Forms.IWin32Window + parent: System.Windows.Forms + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window + name: IWin32Window + nameWithType: IWin32Window + fullName: System.Windows.Forms.IWin32Window +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.html + name: AIAssistantSettingsDialogParams + nameWithType: AIAssistantSettingsDialogParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: System.Windows.Forms + commentId: N:System.Windows.Forms + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Windows.Forms + nameWithType: System.Windows.Forms + fullName: System.Windows.Forms + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Forms + name: Forms + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.forms + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Windows + name: Windows + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows + - name: . + - uid: System.Windows.Forms + name: Forms + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.windows.forms +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_IAIAssistantProvider_Settings + name: Settings + nameWithType: IAIAssistantProvider.Settings + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.Settings +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html + name: AIAssistantSettings + nameWithType: AIAssistantSettings + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml new file mode 100644 index 000000000..6e9308398 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.yml @@ -0,0 +1,677 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + id: AIAssistantSettings + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt + langs: + - csharp + - vb + name: AIAssistantSettings + nameWithType: AIAssistantSettings + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Represents the configuration settings for the AI Assistant provider. + remarks: Includes the selected prompt and connection, lists of available prompts and connections, and a flag for auto-translation. + example: [] + syntax: + content: public class AIAssistantSettings + content.vb: Public Class AIAssistantSettings + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + langs: + - csharp + - vb + name: AIAssistantSettings() + nameWithType: AIAssistantSettings.AIAssistantSettings() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AIAssistantSettings() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + syntax: + content: public AIAssistantSettings() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor* + nameWithType.vb: AIAssistantSettings.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt + id: SelectedPrompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + langs: + - csharp + - vb + name: SelectedPrompt + nameWithType: AIAssistantSettings.SelectedPrompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the currently selected prompt. + example: [] + syntax: + content: public Prompt SelectedPrompt { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + content.vb: Public Property SelectedPrompt As Prompt + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection + id: SelectedConnection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + langs: + - csharp + - vb + name: SelectedConnection + nameWithType: AIAssistantSettings.SelectedConnection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the currently selected connection. + example: [] + syntax: + content: public Connection SelectedConnection { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + content.vb: Public Property SelectedConnection As Connection + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts + id: Prompts + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + langs: + - csharp + - vb + name: Prompts + nameWithType: AIAssistantSettings.Prompts + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the list of available prompts. + example: [] + syntax: + content: public IList Prompts { get; set; } + parameters: [] + return: + type: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt} + content.vb: Public Property Prompts As IList(Of Prompt) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections + id: Connections + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + langs: + - csharp + - vb + name: Connections + nameWithType: AIAssistantSettings.Connections + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the list of available connections. + example: [] + syntax: + content: public IList Connections { get; set; } + parameters: [] + return: + type: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection} + content.vb: Public Property Connections As IList(Of Connection) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled + id: AutoTranslateEnabled + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + langs: + - csharp + - vb + name: AutoTranslateEnabled + nameWithType: AIAssistantSettings.AutoTranslateEnabled + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets a value indicating whether auto-translation is enabled. + example: [] + syntax: + content: public bool AutoTranslateEnabled { get; set; } + parameters: [] + return: + type: System.Boolean + content.vb: Public Property AutoTranslateEnabled As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettings__ctor + name: AIAssistantSettings + nameWithType: AIAssistantSettings.AIAssistantSettings + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AIAssistantSettings + nameWithType.vb: AIAssistantSettings.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettings_SelectedPrompt + name: SelectedPrompt + nameWithType: AIAssistantSettings.SelectedPrompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedPrompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html + name: Prompt + nameWithType: Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettings_SelectedConnection + name: SelectedConnection + nameWithType: AIAssistantSettings.SelectedConnection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.SelectedConnection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html + name: Connection + nameWithType: Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettings_Prompts + name: Prompts + nameWithType: AIAssistantSettings.Prompts + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Prompts +- uid: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt} + commentId: T:System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of Prompt) + fullName.vb: System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt) + name.vb: IList(Of Prompt) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + name: Prompt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + name: Prompt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html + - name: ) +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettings_Connections + name: Connections + nameWithType: AIAssistantSettings.Connections + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.Connections +- uid: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection} + commentId: T:System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of Connection) + fullName.vb: System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection) + name.vb: IList(Of Connection) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + name: Connection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + name: Connection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettings_AutoTranslateEnabled + name: AutoTranslateEnabled + nameWithType: AIAssistantSettings.AutoTranslateEnabled + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.AutoTranslateEnabled +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml new file mode 100644 index 000000000..196186078 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.yml @@ -0,0 +1,437 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + id: AIAssistantSettingsDialogParams + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt + langs: + - csharp + - vb + name: AIAssistantSettingsDialogParams + nameWithType: AIAssistantSettingsDialogParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Provides parameters for displaying the AI Assistant settings dialog. + example: [] + syntax: + content: public class AIAssistantSettingsDialogParams + content.vb: Public Class AIAssistantSettingsDialogParams + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + langs: + - csharp + - vb + name: AIAssistantSettingsDialogParams() + nameWithType: AIAssistantSettingsDialogParams.AIAssistantSettingsDialogParams() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.AIAssistantSettingsDialogParams() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + syntax: + content: public AIAssistantSettingsDialogParams() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor* + nameWithType.vb: AIAssistantSettingsDialogParams.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt + id: SelectedPrompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + langs: + - csharp + - vb + name: SelectedPrompt + nameWithType: AIAssistantSettingsDialogParams.SelectedPrompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the currently selected prompt in the dialog. + example: [] + syntax: + content: public Prompt SelectedPrompt { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + content.vb: Public Property SelectedPrompt As Prompt + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection + id: SelectedConnection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + langs: + - csharp + - vb + name: SelectedConnection + nameWithType: AIAssistantSettingsDialogParams.SelectedConnection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the currently selected connection in the dialog. + example: [] + syntax: + content: public Connection SelectedConnection { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + content.vb: Public Property SelectedConnection As Connection + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettingsDialogParams__ctor + name: AIAssistantSettingsDialogParams + nameWithType: AIAssistantSettingsDialogParams.AIAssistantSettingsDialogParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.AIAssistantSettingsDialogParams + nameWithType.vb: AIAssistantSettingsDialogParams.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettingsDialogParams_SelectedPrompt + name: SelectedPrompt + nameWithType: AIAssistantSettingsDialogParams.SelectedPrompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedPrompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html + name: Prompt + nameWithType: Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AIAssistantSettingsDialogParams_SelectedConnection + name: SelectedConnection + nameWithType: AIAssistantSettingsDialogParams.SelectedConnection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.SelectedConnection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html + name: Connection + nameWithType: Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml new file mode 100644 index 000000000..053e68abf --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.yml @@ -0,0 +1,554 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + id: AISearchParams + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair + langs: + - csharp + - vb + name: AISearchParams + nameWithType: AISearchParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Encapsulates the parameters required for performing an AI search. + example: [] + syntax: + content: public class AISearchParams + content.vb: Public Class AISearchParams + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + langs: + - csharp + - vb + name: AISearchParams() + nameWithType: AISearchParams.AISearchParams() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.AISearchParams() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + syntax: + content: public AISearchParams() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor* + nameWithType.vb: AISearchParams.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt + id: Prompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + langs: + - csharp + - vb + name: Prompt + nameWithType: AISearchParams.Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the prompt to use for the AI search. + example: [] + syntax: + content: public Prompt Prompt { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + content.vb: Public Property Prompt As Prompt + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection + id: Connection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + langs: + - csharp + - vb + name: Connection + nameWithType: AISearchParams.Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the connection to use for the AI search. + example: [] + syntax: + content: public Connection Connection { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + content.vb: Public Property Connection As Connection + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair + id: ContextSegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + langs: + - csharp + - vb + name: ContextSegmentPair + nameWithType: AISearchParams.ContextSegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the context segment pair, if any, for providing additional context to the AI search. + example: [] + syntax: + content: public LiteFragment ContextSegmentPair { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + content.vb: Public Property ContextSegmentPair As LiteFragment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair + id: SegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + langs: + - csharp + - vb + name: SegmentPair + nameWithType: AISearchParams.SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the segment pair to be searched. + example: [] + syntax: + content: public LiteFragment SegmentPair { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + content.vb: Public Property SegmentPair As LiteFragment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchParams__ctor + name: AISearchParams + nameWithType: AISearchParams.AISearchParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.AISearchParams + nameWithType.vb: AISearchParams.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchParams_Prompt + name: Prompt + nameWithType: AISearchParams.Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Prompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html + name: Prompt + nameWithType: Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchParams_Connection + name: Connection + nameWithType: AISearchParams.Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.Connection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html + name: Connection + nameWithType: Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchParams_ContextSegmentPair + name: ContextSegmentPair + nameWithType: AISearchParams.ContextSegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.ContextSegmentPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html + name: LiteFragment + nameWithType: LiteFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchParams_SegmentPair + name: SegmentPair + nameWithType: AISearchParams.SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.SegmentPair diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.yml new file mode 100644 index 000000000..3cb9ed5f5 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.yml @@ -0,0 +1,445 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + id: AISearchResult + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result + langs: + - csharp + - vb + name: AISearchResult + nameWithType: AISearchResult + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Represents the result of an AI search operation. + example: [] + syntax: + content: public class AISearchResult + content.vb: Public Class AISearchResult + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + langs: + - csharp + - vb + name: AISearchResult() + nameWithType: AISearchResult.AISearchResult() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.AISearchResult() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + syntax: + content: public AISearchResult() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor* + nameWithType.vb: AISearchResult.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result + id: Result + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + langs: + - csharp + - vb + name: Result + nameWithType: AISearchResult.Result + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the resulting document from the AI search. + example: [] + syntax: + content: public LiteDocument Result { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + content.vb: Public Property Result As LiteDocument + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchResult__ctor + name: AISearchResult + nameWithType: AISearchResult.AISearchResult + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.AISearchResult + nameWithType.vb: AISearchResult.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_AISearchResult_Result + name: Result + nameWithType: AISearchResult.Result + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.Result +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html + name: LiteDocument + nameWithType: LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml new file mode 100644 index 000000000..18fb4e803 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.yml @@ -0,0 +1,433 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + id: Connection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name + langs: + - csharp + - vb + name: Connection + nameWithType: Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Represents a connection configuration for the AI Assistant. + remarks: A connection defines the endpoint or service used by the AI Assistant for processing translation or search requests. + example: [] + syntax: + content: public class Connection + content.vb: Public Class Connection + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + langs: + - csharp + - vb + name: Connection() + nameWithType: Connection.Connection() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Connection() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + syntax: + content: public Connection() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor* + nameWithType.vb: Connection.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + langs: + - csharp + - vb + name: Id + nameWithType: Connection.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the unique identifier of the connection. + example: [] + syntax: + content: public string Id { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name + id: Name + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + langs: + - csharp + - vb + name: Name + nameWithType: Connection.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the display name of the connection. + example: [] + syntax: + content: public string Name { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property Name As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_Connection__ctor + name: Connection + nameWithType: Connection.Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Connection + nameWithType.vb: Connection.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_Connection_Id + name: Id + nameWithType: Connection.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Id +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_Connection_Name + name: Name + nameWithType: Connection.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.Name diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml new file mode 100644 index 000000000..4603801a6 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.yml @@ -0,0 +1,433 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + id: Prompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name + langs: + - csharp + - vb + name: Prompt + nameWithType: Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Represents a prompt configuration for the AI Assistant. + remarks: A prompt defines the instructions or context provided to the AI model during translation or search operations. + example: [] + syntax: + content: public class Prompt + content.vb: Public Class Prompt + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + langs: + - csharp + - vb + name: Prompt() + nameWithType: Prompt.Prompt() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Prompt() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + syntax: + content: public Prompt() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor* + nameWithType.vb: Prompt.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + langs: + - csharp + - vb + name: Id + nameWithType: Prompt.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the unique identifier of the prompt. + example: [] + syntax: + content: public string Id { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name + id: Name + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + langs: + - csharp + - vb + name: Name + nameWithType: Prompt.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + summary: Gets or sets the display name of the prompt. + example: [] + syntax: + content: public string Name { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property Name As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_Prompt__ctor + name: Prompt + nameWithType: Prompt.Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Prompt + nameWithType.vb: Prompt.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_Prompt_Id + name: Id + nameWithType: Prompt.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Id +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html#Sdl_LanguagePlatform_TranslationMemoryApi_AIAssistant_Model_Prompt_Name + name: Name + nameWithType: Prompt.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.Name diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.yml new file mode 100644 index 000000000..ffa1ea99e --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.yml @@ -0,0 +1,126 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + id: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings.html + name: AIAssistantSettings + nameWithType: AIAssistantSettings + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams.html + name: AIAssistantSettingsDialogParams + nameWithType: AIAssistantSettingsDialogParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams.html + name: AISearchParams + nameWithType: AISearchParams + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult.html + name: AISearchResult + nameWithType: AISearchResult + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection.html + name: Connection + nameWithType: Connection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + parent: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt.html + name: Prompt + nameWithType: Prompt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: AIAssistant + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Model + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.yml new file mode 100644 index 000000000..38023cde4 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.yml @@ -0,0 +1,24 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + id: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.html + name: IAIAssistantProvider + nameWithType: IAIAssistantProvider + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.yml index 7ec9a9c5b..75257a1c6 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.yml @@ -967,13 +967,25 @@ items: simply returns null. example: [] syntax: - content: public virtual List SupportedSubsegmentMatchTypes() + content: >- + [Obsolete("This method is obsolete. Will be removed in future releases.")] + + public virtual List SupportedSubsegmentMatchTypes() return: type: System.Collections.Generic.List{Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType} - content.vb: Public Overridable Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) + content.vb: >- + + + Public Overridable Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) overload: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SupportedSubsegmentMatchTypes* implements: - Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SupportedSubsegmentMatchTypes + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This method is obsolete. Will be removed in future releases. - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.AbstractMachineTranslationProviderLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) id: SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.yml index c7bc9e0d2..b62512eea 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.yml @@ -1762,14 +1762,26 @@ items: summary: '' example: [] syntax: - content: public List SupportedSubsegmentMatchTypes() + content: >- + [Obsolete("This method is obsolete. Will be removed in future releases.")] + + public List SupportedSubsegmentMatchTypes() return: type: System.Collections.Generic.List{Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType} description: '' - content.vb: Public Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) + content.vb: >- + + + Public Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) overload: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.SupportedSubsegmentMatchTypes* implements: - Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SupportedSubsegmentMatchTypes + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This method is obsolete. Will be removed in future releases. - uid: Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.TranslationProvider commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.FileBasedTranslationMemoryLanguageDirection.TranslationProvider id: TranslationProvider diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.yml index f81029859..6ff0c60e9 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.yml @@ -111,12 +111,24 @@ items: summary: Reports the subsegment match types supported by this TM. example: [] syntax: - content: List SupportedSubsegmentMatchTypes() + content: >- + [Obsolete("This method is obsolete. Will be removed in future releases.")] + + List SupportedSubsegmentMatchTypes() return: type: System.Collections.Generic.List{Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType} description: '' - content.vb: Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) + content.vb: >- + + + Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) overload: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SupportedSubsegmentMatchTypes* + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This method is obsolete. Will be removed in future releases. - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) id: SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml new file mode 100644 index 000000000..de6c692c6 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.yml @@ -0,0 +1,1180 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + id: AnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + langs: + - csharp + - vb + name: AnnotationContainer + nameWithType: AnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Abstract , marking a user annotation on the BCM. + example: [] + syntax: + content: 'public abstract class AnnotationContainer : MarkupDataContainer' + content.vb: Public MustInherit Class AnnotationContainer Inherits MarkupDataContainer + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + derivedClasses: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + langs: + - csharp + - vb + name: AnnotationContainer() + nameWithType: AnnotationContainer.AnnotationContainer() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationContainer() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected AnnotationContainer() + content.vb: Protected Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor* + nameWithType.vb: AnnotationContainer.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + langs: + - csharp + - vb + name: AnnotationContainer(string) + nameWithType: AnnotationContainer.AnnotationContainer(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationContainer(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected AnnotationContainer(string id) + parameters: + - id: id + type: System.String + description: The identifier. + content.vb: Protected Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor* + nameWithType.vb: AnnotationContainer.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + id: AnnotationId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + langs: + - csharp + - vb + name: AnnotationId + nameWithType: AnnotationContainer.AnnotationId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: The annotation ID. + example: [] + syntax: + content: public int AnnotationId { get; set; } + parameters: [] + return: + type: System.Int32 + content.vb: Public Property AnnotationId As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html + name: AnnotationContainer + nameWithType: AnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_AnnotationContainer__ctor + name: AnnotationContainer + nameWithType: AnnotationContainer.AnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationContainer + nameWithType.vb: AnnotationContainer.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_AnnotationContainer_AnnotationId + name: AnnotationId + nameWithType: AnnotationContainer.AnnotationId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml new file mode 100644 index 000000000..903c51cff --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.yml @@ -0,0 +1,1516 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + id: CommentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.String,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type + langs: + - csharp + - vb + name: CommentContainer + nameWithType: CommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: An representing user comments. + example: [] + syntax: + content: 'public class CommentContainer : AnnotationContainer, ISkeletonItemReference' + content.vb: Public Class CommentContainer Inherits AnnotationContainer Implements ISkeletonItemReference(Of CommentDefinition) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + langs: + - csharp + - vb + name: CommentContainer(int) + nameWithType: CommentContainer.CommentContainer(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentContainer(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public CommentContainer(int commentDefinitionId) + parameters: + - id: commentDefinitionId + type: System.Int32 + description: Definition identifier. + content.vb: Public Sub New(commentDefinitionId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor* + nameWithType.vb: CommentContainer.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.String,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor(System.String,System.Int32) + id: '#ctor(System.String,System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + langs: + - csharp + - vb + name: CommentContainer(string, int) + nameWithType: CommentContainer.CommentContainer(string, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentContainer(string, int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public CommentContainer(string id, int commentDefinitionId) + parameters: + - id: id + type: System.String + description: The identifier. + - id: commentDefinitionId + type: System.Int32 + description: Definition identifier. + content.vb: Public Sub New(id As String, commentDefinitionId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor* + nameWithType.vb: CommentContainer.New(String, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.New(String, Integer) + name.vb: New(String, Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: CommentContainer.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId + id: CommentDefinitionId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + langs: + - csharp + - vb + name: CommentDefinitionId + nameWithType: CommentContainer.CommentDefinitionId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: >- + Gets or sets the comment definition ID. + + When setting the value, the ID must correspond to a valid in the skeleton. + example: [] + syntax: + content: public int CommentDefinitionId { get; set; } + parameters: [] + return: + type: System.Int32 + description: The comment definition ID. + content.vb: Public Property CommentDefinitionId As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + langs: + - csharp + - vb + name: Type + nameWithType: CommentContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Gets the type. + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition + id: Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + langs: + - csharp + - vb + name: Definition + nameWithType: CommentContainer.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Gets the . + example: [] + syntax: + content: public CommentDefinition Definition { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + content.vb: Public ReadOnly Property Definition As CommentDefinition + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition* + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition}.Definition +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html + name: AnnotationContainer + nameWithType: AnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of CommentDefinition) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition) + name.vb: ISkeletonItemReference(Of CommentDefinition) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + name: CommentDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + name: CommentDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_AnnotationContainer_AnnotationId + name: AnnotationId + nameWithType: AnnotationContainer.AnnotationId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T) + name.vb: ISkeletonItemReference(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html + name: CommentContainer + nameWithType: CommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_CommentContainer__ctor_System_Int32_ + name: CommentContainer + nameWithType: CommentContainer.CommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentContainer + nameWithType.vb: CommentContainer.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_CommentContainer_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: CommentContainer.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + name: CommentDefinition + nameWithType: CommentDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_CommentContainer_CommentDefinitionId + name: CommentDefinitionId + nameWithType: CommentContainer.CommentDefinitionId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.CommentDefinitionId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_CommentContainer_Type + name: Type + nameWithType: CommentContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_CommentContainer_Definition + name: Definition + nameWithType: CommentContainer.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition}.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition}.Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of CommentDefinition).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of T).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T).Definition diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml new file mode 100644 index 000000000..bcf0f77a6 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.yml @@ -0,0 +1,1516 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + id: TerminologyAnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.String,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type + langs: + - csharp + - vb + name: TerminologyAnnotationContainer + nameWithType: TerminologyAnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: An representing terminology-related annotations. + example: [] + syntax: + content: 'public class TerminologyAnnotationContainer : AnnotationContainer, ISkeletonItemReference' + content.vb: Public Class TerminologyAnnotationContainer Inherits AnnotationContainer Implements ISkeletonItemReference(Of TerminologyData) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: TerminologyAnnotationContainer(int) + nameWithType: TerminologyAnnotationContainer.TerminologyAnnotationContainer(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyAnnotationContainer(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TerminologyAnnotationContainer(int terminologyDataId) + parameters: + - id: terminologyDataId + type: System.Int32 + description: Definition identifier. + content.vb: Public Sub New(terminologyDataId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor* + nameWithType.vb: TerminologyAnnotationContainer.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.String,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor(System.String,System.Int32) + id: '#ctor(System.String,System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: TerminologyAnnotationContainer(string, int) + nameWithType: TerminologyAnnotationContainer.TerminologyAnnotationContainer(string, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyAnnotationContainer(string, int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TerminologyAnnotationContainer(string id, int terminologyDataId) + parameters: + - id: id + type: System.String + description: The identifier. + - id: terminologyDataId + type: System.Int32 + description: Definition identifier. + content.vb: Public Sub New(id As String, terminologyDataId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor* + nameWithType.vb: TerminologyAnnotationContainer.New(String, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.New(String, Integer) + name.vb: New(String, Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: TerminologyAnnotationContainer.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId + id: TerminologyDataId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: TerminologyDataId + nameWithType: TerminologyAnnotationContainer.TerminologyDataId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: >- + Gets or sets the terminology data identifier. + + When setting the value, the ID must correspond to a valid in the skeleton if one is associated. + example: [] + syntax: + content: public int TerminologyDataId { get; set; } + parameters: [] + return: + type: System.Int32 + description: The terminology data identifier. + content.vb: Public Property TerminologyDataId As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition + id: Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: Definition + nameWithType: TerminologyAnnotationContainer.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Gets the definition. + example: [] + syntax: + content: public TerminologyData Definition { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + content.vb: Public ReadOnly Property Definition As TerminologyData + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition* + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData}.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: Type + nameWithType: TerminologyAnnotationContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + summary: Gets the type. + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html + name: AnnotationContainer + nameWithType: AnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of TerminologyData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData) + name.vb: ISkeletonItemReference(Of TerminologyData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + name: TerminologyData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + name: TerminologyData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_AnnotationContainer_AnnotationId + name: AnnotationId + nameWithType: AnnotationContainer.AnnotationId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.AnnotationId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T) + name.vb: ISkeletonItemReference(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html + name: TerminologyAnnotationContainer + nameWithType: TerminologyAnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_TerminologyAnnotationContainer__ctor_System_Int32_ + name: TerminologyAnnotationContainer + nameWithType: TerminologyAnnotationContainer.TerminologyAnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyAnnotationContainer + nameWithType.vb: TerminologyAnnotationContainer.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_TerminologyAnnotationContainer_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: TerminologyAnnotationContainer.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + name: TerminologyData + nameWithType: TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_TerminologyAnnotationContainer_TerminologyDataId + name: TerminologyDataId + nameWithType: TerminologyAnnotationContainer.TerminologyDataId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.TerminologyDataId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_TerminologyAnnotationContainer_Definition + name: Definition + nameWithType: TerminologyAnnotationContainer.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData}.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData}.Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of TerminologyData).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of T).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_TerminologyAnnotationContainer_Type + name: Type + nameWithType: TerminologyAnnotationContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.Type diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.yml new file mode 100644 index 000000000..aef899e5a --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.yml @@ -0,0 +1,100 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + id: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer.html + name: AnnotationContainer + nameWithType: AnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html + name: CommentContainer + nameWithType: CommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html + name: TerminologyAnnotationContainer + nameWithType: TerminologyAnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.yml new file mode 100644 index 000000000..f4b9f3afa --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.yml @@ -0,0 +1,350 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + id: BcmConst + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.CurrentBcmModelVersion + langs: + - csharp + - vb + name: BcmConst + nameWithType: BcmConst + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Public constants. + example: [] + syntax: + content: public static class BcmConst + content.vb: Public Module BcmConst + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.CurrentBcmModelVersion + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.CurrentBcmModelVersion + id: CurrentBcmModelVersion + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + langs: + - csharp + - vb + name: CurrentBcmModelVersion + nameWithType: BcmConst.CurrentBcmModelVersion + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.CurrentBcmModelVersion + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The current BCM model version. + example: [] + syntax: + content: public static readonly string CurrentBcmModelVersion + return: + type: System.String + content.vb: Public Shared ReadOnly CurrentBcmModelVersion As String +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml new file mode 100644 index 000000000..31399c617 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.yml @@ -0,0 +1,2978 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + id: KeyBasedCollection`2 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Collections.Generic.IEnumerable{`1},System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + langs: + - csharp + - vb + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: A implementation. + example: [] + syntax: + content: 'public class KeyBasedCollection : IList, ICollection, IEnumerable, IEnumerable, IEquatable>' + typeParameters: + - id: TKey + description: The key. + - id: TValue + description: The value. + content.vb: Public Class KeyBasedCollection(Of TKey, TValue) Implements IList(Of TValue), ICollection(Of TValue), IEnumerable(Of TValue), IEnumerable, IEquatable(Of KeyBasedCollection(Of TKey, TValue)) + inheritance: + - System.Object + derivedClasses: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + implements: + - System.Collections.Generic.IList{{TValue}} + - System.Collections.Generic.ICollection{{TValue}} + - System.Collections.Generic.IEnumerable{{TValue}} + - System.Collections.IEnumerable + - System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2} + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetType + - System.Object.MemberwiseClone + nameWithType.vb: KeyBasedCollection(Of TKey, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue) + name.vb: KeyBasedCollection(Of TKey, TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + id: ThreadSafeListHandler + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: The thread-safe list handler that backs the items of the collection. + example: [] + syntax: + content: protected readonly ThreadSafeListHandler ThreadSafeListHandler + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler{{TValue}} + content.vb: Protected ReadOnly ThreadSafeListHandler As ThreadSafeListHandler(Of TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + id: KeyMap + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: A map of keys to the values from the items held by the > respecting the key selector. + example: [] + syntax: + content: protected readonly ConcurrentDictionary KeyMap + return: + type: System.Collections.Concurrent.ConcurrentDictionary{{TKey},{TValue}} + content.vb: Protected ReadOnly KeyMap As ConcurrentDictionary(Of TKey, TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Collections.Generic.IEnumerable{`1},System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Collections.Generic.IEnumerable{`1},System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + id: '#ctor(System.Collections.Generic.IEnumerable{`1},System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: KeyBasedCollection(IEnumerable, Func, Func, (bool IsValid, string ErrorReason)>, bool) + nameWithType: KeyBasedCollection.KeyBasedCollection(IEnumerable, Func, Func, (bool IsValid, string ErrorReason)>, bool) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyBasedCollection(System.Collections.Generic.IEnumerable, System.Func, System.Func, (bool IsValid, string ErrorReason)>, bool) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Instantiates a new instance of the class. + example: [] + syntax: + content: public KeyBasedCollection(IEnumerable items, Func keySelector, Func, (bool IsValid, string ErrorReason)> itemValidator = null, bool allowDefault = false) + parameters: + - id: items + type: System.Collections.Generic.IEnumerable{{TValue}} + description: The items to be used for initial seeding of the collection + - id: keySelector + type: System.Func{{TValue},{TKey}} + description: The key selector used to map the items. + - id: itemValidator + type: System.Func{{TValue},System.Collections.Generic.IEnumerable{{TValue}},System.ValueTuple{System.Boolean,System.String}} + description: Optional validator to be applied when items are added/inserted/replaced in the collection + - id: allowDefault + type: System.Boolean + description: Tells if default values are allowed for the items. Defaults to not allow default values. This check has precedence over the validator if both are present. + content.vb: Public Sub New(items As IEnumerable(Of TValue), keySelector As Func(Of TValue, TKey), itemValidator As Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)) = Nothing, allowDefault As Boolean = False) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).New(IEnumerable(Of TValue), Func(Of TValue, TKey), Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)), Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).New(System.Collections.Generic.IEnumerable(Of TValue), System.Func(Of TValue, TKey), System.Func(Of TValue, System.Collections.Generic.IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)), Boolean) + name.vb: New(IEnumerable(Of TValue), Func(Of TValue, TKey), Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)), Boolean) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor(System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + id: '#ctor(System.Func{`1,`0},System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}},System.Boolean)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: KeyBasedCollection(Func, Func, (bool IsValid, string ErrorReason)>, bool) + nameWithType: KeyBasedCollection.KeyBasedCollection(Func, Func, (bool IsValid, string ErrorReason)>, bool) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyBasedCollection(System.Func, System.Func, (bool IsValid, string ErrorReason)>, bool) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Instantiates a new instance of the class. + example: [] + syntax: + content: public KeyBasedCollection(Func keySelector, Func, (bool IsValid, string ErrorReason)> itemValidator = null, bool allowDefault = false) + parameters: + - id: keySelector + type: System.Func{{TValue},{TKey}} + description: The key selector used to map the items. + - id: itemValidator + type: System.Func{{TValue},System.Collections.Generic.IEnumerable{{TValue}},System.ValueTuple{System.Boolean,System.String}} + description: Optional validator to be applied when items are added/inserted/replaced in the collection + - id: allowDefault + type: System.Boolean + description: Tells if default values are allowed for the items. Defaults to not allow default values. This check has precedence over the validator if both are present. + content.vb: Public Sub New(keySelector As Func(Of TValue, TKey), itemValidator As Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)) = Nothing, allowDefault As Boolean = False) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).New(Func(Of TValue, TKey), Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)), Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).New(System.Func(Of TValue, TKey), System.Func(Of TValue, System.Collections.Generic.IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)), Boolean) + name.vb: New(Func(Of TValue, TKey), Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)), Boolean) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + id: OnItemAdded(`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: OnItemAdded(TValue) + nameWithType: KeyBasedCollection.OnItemAdded(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + Extension point for derived classes to perform additional operations when an item is added to the collection. + + Has no default implementation. + example: [] + syntax: + content: protected virtual void OnItemAdded(TValue item) + parameters: + - id: item + type: '{TValue}' + description: The item that was just added to the collection. + content.vb: Protected Overridable Sub OnItemAdded(item As TValue) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + id: ForEach(System.Action{`1}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Executes an action over each element of the collection. + example: [] + syntax: + content: public void ForEach(Action action) + parameters: + - id: action + type: System.Action{{TValue}} + description: The action. + content.vb: Public Sub ForEach(action As Action(Of TValue)) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ForEach(Action(Of TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ForEach(System.Action(Of TValue)) + name.vb: ForEach(Action(Of TValue)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + id: Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Indicates whether the current object is equal to another object of the same type. + example: [] + syntax: + content: public bool Equals(KeyBasedCollection other) + parameters: + - id: other + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + description: An object to compare with this object. + return: + type: System.Boolean + description: true if the current object is equal to the other parameter; otherwise, false. + content.vb: Public Function Equals(other As KeyBasedCollection(Of TKey, TValue)) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals* + implements: + - System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{{TKey},{TValue}}) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(KeyBasedCollection(Of TKey, TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)) + name.vb: Equals(KeyBasedCollection(Of TKey, TValue)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + id: Equals(System.Object) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + Performs a deep-equals comparison. + + + example: [] + syntax: + content: public override bool Equals(object obj) + parameters: + - id: obj + type: System.Object + return: + type: System.Boolean + content.vb: Public Overrides Function Equals(obj As Object) As Boolean + overridden: System.Object.Equals(System.Object) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Object) + name.vb: Equals(Object) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + id: GetHashCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Returns a hash code for this instance. + example: [] + syntax: + content: public override int GetHashCode() + return: + type: System.Int32 + description: A hash code for this instance. + content.vb: Public Overrides Function GetHashCode() As Integer + overridden: System.Object.GetHashCode + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetHashCode() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + id: TryGetValue(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: TryGetValue(TKey) + nameWithType: KeyBasedCollection.TryGetValue(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(TKey) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + Tries to get the value for the given key. + + Does not fail if the key is not found. + example: [] + syntax: + content: public TValue TryGetValue(TKey key) + parameters: + - id: key + type: '{TKey}' + description: The key used to lookup a value. + return: + type: '{TValue}' + description: The value matching the key, if present. Returns the default of the value type otherwise. + content.vb: Public Function TryGetValue(key As TKey) As TValue + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + id: Add(`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Add(TValue) + nameWithType: KeyBasedCollection.Add(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Adds items to the collection. + example: [] + syntax: + content: public void Add(TValue item) + parameters: + - id: item + type: '{TValue}' + description: The item to be added. + content.vb: Public Sub Add(item As TValue) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add* + exceptions: + - type: System.ArgumentException + commentId: T:System.ArgumentException + description: Thrown if the collection already has an item with the same key, according to the key selector. + implements: + - System.Collections.Generic.ICollection{{TValue}}.Add({TValue}) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Add(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Add(TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + id: Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes all items and key mappings from the collection. + example: [] + syntax: + content: public void Clear() + content.vb: Public Sub Clear() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear* + implements: + - System.Collections.Generic.ICollection{{TValue}}.Clear + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Clear() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + id: GetKeyFor(`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: GetKeyFor(TValue) + nameWithType: KeyBasedCollection.GetKeyFor(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Evaluates the key selector for a given item and gives back the key. + example: [] + syntax: + content: public TKey GetKeyFor(TValue item) + parameters: + - id: item + type: '{TValue}' + description: The item for which to evaluate the key. + return: + type: '{TKey}' + description: The key matching the item. + content.vb: Public Function GetKeyFor(item As TValue) As TKey + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + id: Contains(`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Contains(TValue) + nameWithType: KeyBasedCollection.Contains(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Tells if the collection contains an item. + example: [] + syntax: + content: public bool Contains(TValue item) + parameters: + - id: item + type: '{TValue}' + description: The item to verify. + return: + type: System.Boolean + description: True if the item exists in the collection. False otherwise. + content.vb: Public Function Contains(item As TValue) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains* + implements: + - System.Collections.Generic.ICollection{{TValue}}.Contains({TValue}) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + id: Contains(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Contains(TKey) + nameWithType: KeyBasedCollection.Contains(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TKey) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Tells if the collection contains an item for a given key. + example: [] + syntax: + content: public bool Contains(TKey key) + parameters: + - id: key + type: '{TKey}' + description: The key to verify. + return: + type: System.Boolean + description: True if the the collection contains an item for the given key. False otherwise. + content.vb: Public Function Contains(key As TKey) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TKey) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + id: ContainsKey(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: ContainsKey(TKey) + nameWithType: KeyBasedCollection.ContainsKey(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(TKey) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Tells if the collection contains an item for a given key. + example: [] + syntax: + content: public bool ContainsKey(TKey key) + parameters: + - id: key + type: '{TKey}' + description: The key to verify. + return: + type: System.Boolean + description: True if the the collection contains an item for the given key. False otherwise. + content.vb: Public Function ContainsKey(key As TKey) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + id: CopyTo(`1[],System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: CopyTo(TValue[], int) + nameWithType: KeyBasedCollection.CopyTo(TValue[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(TValue[], int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Copies all the items to a given array reference starting at a given index. + example: [] + syntax: + content: public void CopyTo(TValue[] array, int arrayIndex) + parameters: + - id: array + type: '{TValue}[]' + description: The array to copy items to. + - id: arrayIndex + type: System.Int32 + description: The index from where to start the copying. + content.vb: Public Sub CopyTo(array As TValue(), arrayIndex As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo* + implements: + - System.Collections.Generic.ICollection{{TValue}}.CopyTo({TValue}[],System.Int32) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + name.vb: CopyTo(TValue(), Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + id: IndexOf(`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: IndexOf(TValue) + nameWithType: KeyBasedCollection.IndexOf(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Determines the index of a given item in the collection. + example: [] + syntax: + content: public int IndexOf(TValue item) + parameters: + - id: item + type: '{TValue}' + description: The item to be searched for. + return: + type: System.Int32 + description: The index of the item if found in the collection. -1 otherwise + content.vb: Public Function IndexOf(item As TValue) As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf* + implements: + - System.Collections.Generic.IList{{TValue}}.IndexOf({TValue}) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + id: Insert(System.Int32,`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Insert(int, TValue) + nameWithType: KeyBasedCollection.Insert(int, TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Inserts an item to the collection at a given index. + example: [] + syntax: + content: public void Insert(int index, TValue item) + parameters: + - id: index + type: System.Int32 + description: Index to insert at in the collection. + - id: item + type: '{TValue}' + description: Item to be inserted at the given index. + content.vb: Public Sub Insert(index As Integer, item As TValue) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert* + exceptions: + - type: System.ArgumentException + commentId: T:System.ArgumentException + description: Thrown if the given item has a key that's already found in the collection. + implements: + - System.Collections.Generic.IList{{TValue}}.Insert(System.Int32,{TValue}) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + name.vb: Insert(Integer, TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + id: Remove(`1) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Remove(TValue) + nameWithType: KeyBasedCollection.Remove(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TValue) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes a given item and its key mapping from the collection. + example: [] + syntax: + content: public bool Remove(TValue item) + parameters: + - id: item + type: '{TValue}' + description: The item to be removed + return: + type: System.Boolean + description: True if the item was removed. False otherwise. + content.vb: Public Function Remove(item As TValue) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove* + implements: + - System.Collections.Generic.ICollection{{TValue}}.Remove({TValue}) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TValue) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + id: Remove(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Remove(TKey) + nameWithType: KeyBasedCollection.Remove(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TKey) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes the item matching a given key. + example: [] + syntax: + content: public bool Remove(TKey key) + parameters: + - id: key + type: '{TKey}' + description: The key that identifies the item to be removed. + return: + type: System.Boolean + description: True if the item was removed. False otherwise. + content.vb: Public Function Remove(key As TKey) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove* + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TKey) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + id: RemoveAt(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes an item at a given index in the collection. + example: [] + syntax: + content: public void RemoveAt(int index) + parameters: + - id: index + type: System.Int32 + description: Index of the item to be removed. + content.vb: Public Sub RemoveAt(index As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt* + implements: + - System.Collections.Generic.IList{{TValue}}.RemoveAt(System.Int32) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + name.vb: RemoveAt(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + id: GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Returns an enumerator that iterates over the collection. + example: [] + syntax: + content: public IEnumerator GetEnumerator() + return: + type: System.Collections.Generic.IEnumerator{{TValue}} + description: An enumerator that can be used to iterate the collection. + content.vb: Public Function GetEnumerator() As IEnumerator(Of TValue) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator* + implements: + - System.Collections.Generic.IEnumerable{{TValue}}.GetEnumerator + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + id: Item(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: this[TKey] + nameWithType: KeyBasedCollection.this[TKey] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[TKey] + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets the value for the given key. Throws if not found. + example: [] + syntax: + content: public TValue this[TKey key] { get; } + parameters: + - id: key + type: '{TKey}' + description: The key used to lookup a value. + return: + type: '{TValue}' + content.vb: Public ReadOnly Default Property this[](key As TKey) As TValue + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item* + exceptions: + - type: System.Collections.Generic.KeyNotFoundException + commentId: T:System.Collections.Generic.KeyNotFoundException + description: Thrown if the key does not match any item. + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](TKey) + name.vb: this[](TKey) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + id: Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets or sets items at a given index. + example: [] + syntax: + content: public TValue this[int index] { get; set; } + parameters: + - id: index + type: System.Int32 + description: The index of the item to be retrieved/replaced. + return: + type: '{TValue}' + description: The value from the given index. + content.vb: Public Default Property this[](index As Integer) As TValue + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item* + exceptions: + - type: System.ArgumentException + commentId: T:System.ArgumentException + description: Throws on setting a new value at the index if the new value has a key that's already present in the collection for a different item. + implements: + - System.Collections.Generic.IList{{TValue}}.Item(System.Int32) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](Integer) + name.vb: this[](Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + id: Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Number of elements in the collection. + example: [] + syntax: + content: public int Count { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property Count As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count* + implements: + - System.Collections.Generic.ICollection{{TValue}}.Count + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + id: IsReadOnly + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + langs: + - csharp + - vb + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Tells if the collection is read-only. Always false. + example: [] + syntax: + content: public bool IsReadOnly { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsReadOnly As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly* + implements: + - System.Collections.Generic.ICollection{{TValue}}.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IsReadOnly +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of TKey, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue) + name.vb: KeyBasedCollection(Of TKey, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Collections.Generic.IList{{TValue}} + commentId: T:System.Collections.Generic.IList{`1} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of TValue) + fullName.vb: System.Collections.Generic.IList(Of TValue) + name.vb: IList(Of TValue) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Generic.ICollection{{TValue}} + commentId: T:System.Collections.Generic.ICollection{`1} + parent: System.Collections.Generic + definition: System.Collections.Generic.ICollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of TValue) + fullName.vb: System.Collections.Generic.ICollection(Of TValue) + name.vb: ICollection(Of TValue) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Generic.IEnumerable{{TValue}} + commentId: T:System.Collections.Generic.IEnumerable{`1} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of TValue) + fullName.vb: System.Collections.Generic.IEnumerable(Of TValue) + name.vb: IEnumerable(Of TValue) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2} + commentId: T:System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable> + nameWithType: IEquatable> + fullName: System.IEquatable> + nameWithType.vb: IEquatable(Of KeyBasedCollection(Of TKey, TValue)) + fullName.vb: System.IEquatable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)) + name.vb: IEquatable(Of KeyBasedCollection(Of TKey, TValue)) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Collections.Generic.ICollection`1 + commentId: T:System.Collections.Generic.ICollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler{{TValue}} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler{`1} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler + nameWithType.vb: ThreadSafeListHandler(Of TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of TValue) + name.vb: ThreadSafeListHandler(Of TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: < + - name: TValue + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler + nameWithType.vb: ThreadSafeListHandler(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T) + name.vb: ThreadSafeListHandler(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler +- uid: System.Collections.Concurrent.ConcurrentDictionary{{TKey},{TValue}} + commentId: T:System.Collections.Concurrent.ConcurrentDictionary{`0,`1} + parent: System.Collections.Concurrent + definition: System.Collections.Concurrent.ConcurrentDictionary`2 + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2 + name: ConcurrentDictionary + nameWithType: ConcurrentDictionary + fullName: System.Collections.Concurrent.ConcurrentDictionary + nameWithType.vb: ConcurrentDictionary(Of TKey, TValue) + fullName.vb: System.Collections.Concurrent.ConcurrentDictionary(Of TKey, TValue) + name.vb: ConcurrentDictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Concurrent.ConcurrentDictionary`2 + name: ConcurrentDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2 + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Concurrent.ConcurrentDictionary`2 + name: ConcurrentDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2 + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Concurrent.ConcurrentDictionary`2 + commentId: T:System.Collections.Concurrent.ConcurrentDictionary`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2 + name: ConcurrentDictionary + nameWithType: ConcurrentDictionary + fullName: System.Collections.Concurrent.ConcurrentDictionary + nameWithType.vb: ConcurrentDictionary(Of TKey, TValue) + fullName.vb: System.Collections.Concurrent.ConcurrentDictionary(Of TKey, TValue) + name.vb: ConcurrentDictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Concurrent.ConcurrentDictionary`2 + name: ConcurrentDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2 + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Concurrent.ConcurrentDictionary`2 + name: ConcurrentDictionary + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2 + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Concurrent + commentId: N:System.Collections.Concurrent + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Concurrent + nameWithType: System.Collections.Concurrent + fullName: System.Collections.Concurrent + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Concurrent + name: Concurrent + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Concurrent + name: Concurrent + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.concurrent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2__ctor_System_Collections_Generic_IEnumerable__1__System_Func__1__0__System_Func__1_System_Collections_Generic_IEnumerable__1__System_ValueTuple_System_Boolean_System_String___System_Boolean_ + name: KeyBasedCollection + nameWithType: KeyBasedCollection.KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).New + name.vb: New +- uid: System.Func{{TValue},{TKey}} + commentId: T:System.Func{`1,`0} + parent: System + definition: System.Func`2 + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of TValue, TKey) + fullName.vb: System.Func(Of TValue, TKey) + name.vb: Func(Of TValue, TKey) + spec.csharp: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: TValue + - name: ',' + - name: " " + - name: TKey + - name: '>' + spec.vb: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ',' + - name: " " + - name: TKey + - name: ) +- uid: System.Func{{TValue},System.Collections.Generic.IEnumerable{{TValue}},System.ValueTuple{System.Boolean,System.String}} + commentId: T:System.Func{`1,System.Collections.Generic.IEnumerable{`1},System.ValueTuple{System.Boolean,System.String}} + parent: System + definition: System.Func`3 + href: https://learn.microsoft.com/dotnet/api/system.func-3 + name: Func, (bool IsValid, string ErrorReason)> + nameWithType: Func, (bool IsValid, string ErrorReason)> + fullName: System.Func, (bool IsValid, string ErrorReason)> + nameWithType.vb: Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)) + fullName.vb: System.Func(Of TValue, System.Collections.Generic.IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)) + name.vb: Func(Of TValue, IEnumerable(Of TValue), (IsValid As Boolean, ErrorReason As String)) + spec.csharp: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: < + - name: TValue + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: TValue + - name: '>' + - name: ',' + - name: " " + - name: ( + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: " " + - uid: System.ValueTuple{System.Boolean,System.String}.IsValid + name: IsValid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.isvalid + - name: ',' + - name: " " + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: " " + - uid: System.ValueTuple{System.Boolean,System.String}.ErrorReason + name: ErrorReason + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.errorreason + - name: ) + - name: '>' + spec.vb: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) + - name: ',' + - name: " " + - name: ( + - uid: System.ValueTuple{System.Boolean,System.String}.IsValid + name: IsValid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.isvalid + - name: " " + - name: As + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.ValueTuple{System.Boolean,System.String}.ErrorReason + name: ErrorReason + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.errorreason + - name: " " + - name: As + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ) +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - name: TResult + - name: '>' + spec.vb: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - name: TResult + - name: ) +- uid: System.Func`3 + commentId: T:System.Func`3 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T1, T2, TResult) + fullName.vb: System.Func(Of T1, T2, TResult) + name.vb: Func(Of T1, T2, TResult) + spec.csharp: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: TResult + - name: '>' + spec.vb: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: TResult + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded + nameWithType: KeyBasedCollection.OnItemAdded + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).OnItemAdded + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).OnItemAdded +- uid: '{TValue}' + commentId: '!:TValue' + definition: TValue + name: TValue + nameWithType: TValue + fullName: TValue +- uid: TValue + name: TValue + nameWithType: TValue + fullName: TValue +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach + nameWithType: KeyBasedCollection.ForEach + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ForEach + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ForEach +- uid: System.Action{{TValue}} + commentId: T:System.Action{`1} + parent: System + definition: System.Action`1 + href: https://learn.microsoft.com/dotnet/api/system.action-1 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of TValue) + fullName.vb: System.Action(Of TValue) + name.vb: Action(Of TValue) + spec.csharp: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: TValue + - name: '>' + spec.vb: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) +- uid: System.Action`1 + commentId: T:System.Action`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T) + fullName.vb: System.Action(Of T) + name.vb: Action(Of T) + spec.csharp: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals + nameWithType: KeyBasedCollection.Equals + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals +- uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{{TKey},{TValue}}) + commentId: M:System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + parent: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2} + definition: System.IEquatable`1.Equals(`0) + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals + name: Equals(KeyBasedCollection) + nameWithType: IEquatable>.Equals(KeyBasedCollection) + fullName: System.IEquatable>.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: IEquatable(Of KeyBasedCollection(Of TKey, TValue)).Equals(KeyBasedCollection(Of TKey, TValue)) + fullName.vb: System.IEquatable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)) + name.vb: Equals(KeyBasedCollection(Of TKey, TValue)) + spec.csharp: + - uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: System.IEquatable`1.Equals(`0) + commentId: M:System.IEquatable`1.Equals(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals + name: Equals(T) + nameWithType: IEquatable.Equals(T) + fullName: System.IEquatable.Equals(T) + nameWithType.vb: IEquatable(Of T).Equals(T) + fullName.vb: System.IEquatable(Of T).Equals(T) + spec.csharp: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals + - name: ( + - name: T + - name: ) +- uid: System.Object.Equals(object) + commentId: M:System.Object.Equals(object) + isExternal: true +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode + nameWithType: KeyBasedCollection.GetHashCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetHashCode + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetHashCode +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue + nameWithType: KeyBasedCollection.TryGetValue + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).TryGetValue + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).TryGetValue +- uid: '{TKey}' + commentId: '!:TKey' + definition: TKey + name: TKey + nameWithType: TKey + fullName: TKey +- uid: TKey + name: TKey + nameWithType: TKey + fullName: TKey +- uid: System.ArgumentException + commentId: T:System.ArgumentException + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.argumentexception + name: ArgumentException + nameWithType: ArgumentException + fullName: System.ArgumentException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add + nameWithType: KeyBasedCollection.Add + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Add + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Add +- uid: System.Collections.Generic.ICollection{{TValue}}.Add({TValue}) + commentId: M:System.Collections.Generic.ICollection{`1}.Add(`1) + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.Add(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + name: Add(TValue) + nameWithType: ICollection.Add(TValue) + fullName: System.Collections.Generic.ICollection.Add(TValue) + nameWithType.vb: ICollection(Of TValue).Add(TValue) + fullName.vb: System.Collections.Generic.ICollection(Of TValue).Add(TValue) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`1}.Add(`1) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`1}.Add(`1) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: TValue + - name: ) +- uid: System.Collections.Generic.ICollection`1.Add(`0) + commentId: M:System.Collections.Generic.ICollection`1.Add(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + name: Add(T) + nameWithType: ICollection.Add(T) + fullName: System.Collections.Generic.ICollection.Add(T) + nameWithType.vb: ICollection(Of T).Add(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Add(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Add(`0) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Add(`0) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear + nameWithType: KeyBasedCollection.Clear + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Clear + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Clear +- uid: System.Collections.Generic.ICollection{{TValue}}.Clear + commentId: M:System.Collections.Generic.ICollection{`1}.Clear + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.Clear + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + name: Clear() + nameWithType: ICollection.Clear() + fullName: System.Collections.Generic.ICollection.Clear() + nameWithType.vb: ICollection(Of TValue).Clear() + fullName.vb: System.Collections.Generic.ICollection(Of TValue).Clear() + spec.csharp: + - uid: System.Collections.Generic.ICollection{`1}.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`1}.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) +- uid: System.Collections.Generic.ICollection`1.Clear + commentId: M:System.Collections.Generic.ICollection`1.Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + name: Clear() + nameWithType: ICollection.Clear() + fullName: System.Collections.Generic.ICollection.Clear() + nameWithType.vb: ICollection(Of T).Clear() + fullName.vb: System.Collections.Generic.ICollection(Of T).Clear() + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor + nameWithType: KeyBasedCollection.GetKeyFor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetKeyFor + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetKeyFor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains + nameWithType: KeyBasedCollection.Contains + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains +- uid: System.Collections.Generic.ICollection{{TValue}}.Contains({TValue}) + commentId: M:System.Collections.Generic.ICollection{`1}.Contains(`1) + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.Contains(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + name: Contains(TValue) + nameWithType: ICollection.Contains(TValue) + fullName: System.Collections.Generic.ICollection.Contains(TValue) + nameWithType.vb: ICollection(Of TValue).Contains(TValue) + fullName.vb: System.Collections.Generic.ICollection(Of TValue).Contains(TValue) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`1}.Contains(`1) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`1}.Contains(`1) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: TValue + - name: ) +- uid: System.Collections.Generic.ICollection`1.Contains(`0) + commentId: M:System.Collections.Generic.ICollection`1.Contains(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + name: Contains(T) + nameWithType: ICollection.Contains(T) + fullName: System.Collections.Generic.ICollection.Contains(T) + nameWithType.vb: ICollection(Of T).Contains(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Contains(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Contains(`0) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Contains(`0) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey + nameWithType: KeyBasedCollection.ContainsKey + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ContainsKey + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ContainsKey +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo + nameWithType: KeyBasedCollection.CopyTo + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).CopyTo + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).CopyTo +- uid: System.Collections.Generic.ICollection{{TValue}}.CopyTo({TValue}[],System.Int32) + commentId: M:System.Collections.Generic.ICollection{`1}.CopyTo(`1[],System.Int32) + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + name: CopyTo(TValue[], int) + nameWithType: ICollection.CopyTo(TValue[], int) + fullName: System.Collections.Generic.ICollection.CopyTo(TValue[], int) + nameWithType.vb: ICollection(Of TValue).CopyTo(TValue(), Integer) + fullName.vb: System.Collections.Generic.ICollection(Of TValue).CopyTo(TValue(), Integer) + name.vb: CopyTo(TValue(), Integer) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`1}.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: TValue + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`1}.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: TValue + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: '{TValue}[]' + isExternal: true + name: TValue[] + nameWithType: TValue[] + fullName: TValue[] + nameWithType.vb: TValue() + fullName.vb: TValue() + name.vb: TValue() + spec.csharp: + - name: TValue + - name: '[' + - name: ']' + spec.vb: + - name: TValue + - name: ( + - name: ) +- uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + commentId: M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + name: CopyTo(T[], int) + nameWithType: ICollection.CopyTo(T[], int) + fullName: System.Collections.Generic.ICollection.CopyTo(T[], int) + nameWithType.vb: ICollection(Of T).CopyTo(T(), Integer) + fullName.vb: System.Collections.Generic.ICollection(Of T).CopyTo(T(), Integer) + name.vb: CopyTo(T(), Integer) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: T + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: T + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf + nameWithType: KeyBasedCollection.IndexOf + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IndexOf + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IndexOf +- uid: System.Collections.Generic.IList{{TValue}}.IndexOf({TValue}) + commentId: M:System.Collections.Generic.IList{`1}.IndexOf(`1) + parent: System.Collections.Generic.IList{{TValue}} + definition: System.Collections.Generic.IList`1.IndexOf(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + name: IndexOf(TValue) + nameWithType: IList.IndexOf(TValue) + fullName: System.Collections.Generic.IList.IndexOf(TValue) + nameWithType.vb: IList(Of TValue).IndexOf(TValue) + fullName.vb: System.Collections.Generic.IList(Of TValue).IndexOf(TValue) + spec.csharp: + - uid: System.Collections.Generic.IList{`1}.IndexOf(`1) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList{`1}.IndexOf(`1) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: TValue + - name: ) +- uid: System.Collections.Generic.IList`1.IndexOf(`0) + commentId: M:System.Collections.Generic.IList`1.IndexOf(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + name: IndexOf(T) + nameWithType: IList.IndexOf(T) + fullName: System.Collections.Generic.IList.IndexOf(T) + nameWithType.vb: IList(Of T).IndexOf(T) + fullName.vb: System.Collections.Generic.IList(Of T).IndexOf(T) + spec.csharp: + - uid: System.Collections.Generic.IList`1.IndexOf(`0) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList`1.IndexOf(`0) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert + nameWithType: KeyBasedCollection.Insert + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Insert + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Insert +- uid: System.Collections.Generic.IList{{TValue}}.Insert(System.Int32,{TValue}) + commentId: M:System.Collections.Generic.IList{`1}.Insert(System.Int32,`1) + parent: System.Collections.Generic.IList{{TValue}} + definition: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + name: Insert(int, TValue) + nameWithType: IList.Insert(int, TValue) + fullName: System.Collections.Generic.IList.Insert(int, TValue) + nameWithType.vb: IList(Of TValue).Insert(Integer, TValue) + fullName.vb: System.Collections.Generic.IList(Of TValue).Insert(Integer, TValue) + name.vb: Insert(Integer, TValue) + spec.csharp: + - uid: System.Collections.Generic.IList{`1}.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList{`1}.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + commentId: M:System.Collections.Generic.IList`1.Insert(System.Int32,`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + name: Insert(int, T) + nameWithType: IList.Insert(int, T) + fullName: System.Collections.Generic.IList.Insert(int, T) + nameWithType.vb: IList(Of T).Insert(Integer, T) + fullName.vb: System.Collections.Generic.IList(Of T).Insert(Integer, T) + name.vb: Insert(Integer, T) + spec.csharp: + - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove + nameWithType: KeyBasedCollection.Remove + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove +- uid: System.Collections.Generic.ICollection{{TValue}}.Remove({TValue}) + commentId: M:System.Collections.Generic.ICollection{`1}.Remove(`1) + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.Remove(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + name: Remove(TValue) + nameWithType: ICollection.Remove(TValue) + fullName: System.Collections.Generic.ICollection.Remove(TValue) + nameWithType.vb: ICollection(Of TValue).Remove(TValue) + fullName.vb: System.Collections.Generic.ICollection(Of TValue).Remove(TValue) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`1}.Remove(`1) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`1}.Remove(`1) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: TValue + - name: ) +- uid: System.Collections.Generic.ICollection`1.Remove(`0) + commentId: M:System.Collections.Generic.ICollection`1.Remove(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + name: Remove(T) + nameWithType: ICollection.Remove(T) + fullName: System.Collections.Generic.ICollection.Remove(T) + nameWithType.vb: ICollection(Of T).Remove(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Remove(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Remove(`0) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Remove(`0) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt + nameWithType: KeyBasedCollection.RemoveAt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).RemoveAt + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).RemoveAt +- uid: System.Collections.Generic.IList{{TValue}}.RemoveAt(System.Int32) + commentId: M:System.Collections.Generic.IList{`1}.RemoveAt(System.Int32) + parent: System.Collections.Generic.IList{{TValue}} + definition: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + name: RemoveAt(int) + nameWithType: IList.RemoveAt(int) + fullName: System.Collections.Generic.IList.RemoveAt(int) + nameWithType.vb: IList(Of TValue).RemoveAt(Integer) + fullName.vb: System.Collections.Generic.IList(Of TValue).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: System.Collections.Generic.IList{`1}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList{`1}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + commentId: M:System.Collections.Generic.IList`1.RemoveAt(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + name: RemoveAt(int) + nameWithType: IList.RemoveAt(int) + fullName: System.Collections.Generic.IList.RemoveAt(int) + nameWithType.vb: IList(Of T).RemoveAt(Integer) + fullName.vb: System.Collections.Generic.IList(Of T).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator + nameWithType: KeyBasedCollection.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetEnumerator + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetEnumerator +- uid: System.Collections.Generic.IEnumerable{{TValue}}.GetEnumerator + commentId: M:System.Collections.Generic.IEnumerable{`1}.GetEnumerator + parent: System.Collections.Generic.IEnumerable{{TValue}} + definition: System.Collections.Generic.IEnumerable`1.GetEnumerator + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + name: GetEnumerator() + nameWithType: IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType.vb: IEnumerable(Of TValue).GetEnumerator() + fullName.vb: System.Collections.Generic.IEnumerable(Of TValue).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.IEnumerable{`1}.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.IEnumerable{`1}.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) +- uid: System.Collections.Generic.IEnumerator{{TValue}} + commentId: T:System.Collections.Generic.IEnumerator{`1} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerator`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of TValue) + fullName.vb: System.Collections.Generic.IEnumerator(Of TValue) + name.vb: IEnumerator(Of TValue) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - name: TValue + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) +- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + commentId: M:System.Collections.Generic.IEnumerable`1.GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + name: GetEnumerator() + nameWithType: IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType.vb: IEnumerable(Of T).GetEnumerator() + fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) +- uid: System.Collections.Generic.IEnumerator`1 + commentId: T:System.Collections.Generic.IEnumerator`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of T) + fullName.vb: System.Collections.Generic.IEnumerator(Of T) + name.vb: IEnumerator(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.KeyNotFoundException + commentId: T:System.Collections.Generic.KeyNotFoundException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.keynotfoundexception + name: KeyNotFoundException + nameWithType: KeyNotFoundException + fullName: System.Collections.Generic.KeyNotFoundException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + name: this + nameWithType: KeyBasedCollection.this + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[] + name.vb: this[] +- uid: System.Collections.Generic.IList{{TValue}}.Item(System.Int32) + commentId: P:System.Collections.Generic.IList{`1}.Item(System.Int32) + parent: System.Collections.Generic.IList{{TValue}} + definition: System.Collections.Generic.IList`1.Item(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: IList.this[int] + fullName: System.Collections.Generic.IList.this[int] + nameWithType.vb: IList(Of TValue).this[](Integer) + fullName.vb: System.Collections.Generic.IList(Of TValue).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: System.Collections.Generic.IList{`1}.Item(System.Int32) + name: this[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.item + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: System.Collections.Generic.IList`1.Item(System.Int32) + commentId: P:System.Collections.Generic.IList`1.Item(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: IList.this[int] + fullName: System.Collections.Generic.IList.this[int] + nameWithType.vb: IList(Of T).this[](Integer) + fullName.vb: System.Collections.Generic.IList(Of T).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: System.Collections.Generic.IList`1.Item(System.Int32) + name: this[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.item + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Count +- uid: System.Collections.Generic.ICollection{{TValue}}.Count + commentId: P:System.Collections.Generic.ICollection{`1}.Count + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.Count + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count + name: Count + nameWithType: ICollection.Count + fullName: System.Collections.Generic.ICollection.Count + nameWithType.vb: ICollection(Of TValue).Count + fullName.vb: System.Collections.Generic.ICollection(Of TValue).Count +- uid: System.Collections.Generic.ICollection`1.Count + commentId: P:System.Collections.Generic.ICollection`1.Count + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count + name: Count + nameWithType: ICollection.Count + fullName: System.Collections.Generic.ICollection.Count + nameWithType.vb: ICollection(Of T).Count + fullName.vb: System.Collections.Generic.ICollection(Of T).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IsReadOnly +- uid: System.Collections.Generic.ICollection{{TValue}}.IsReadOnly + commentId: P:System.Collections.Generic.ICollection{`1}.IsReadOnly + parent: System.Collections.Generic.ICollection{{TValue}} + definition: System.Collections.Generic.ICollection`1.IsReadOnly + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.isreadonly + name: IsReadOnly + nameWithType: ICollection.IsReadOnly + fullName: System.Collections.Generic.ICollection.IsReadOnly + nameWithType.vb: ICollection(Of TValue).IsReadOnly + fullName.vb: System.Collections.Generic.ICollection(Of TValue).IsReadOnly +- uid: System.Collections.Generic.ICollection`1.IsReadOnly + commentId: P:System.Collections.Generic.ICollection`1.IsReadOnly + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.isreadonly + name: IsReadOnly + nameWithType: ICollection.IsReadOnly + fullName: System.Collections.Generic.ICollection.IsReadOnly + nameWithType.vb: ICollection(Of T).IsReadOnly + fullName.vb: System.Collections.Generic.ICollection(Of T).IsReadOnly diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml new file mode 100644 index 000000000..b0250f1ee --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.yml @@ -0,0 +1,2501 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + id: ParagraphUnitCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount + langs: + - csharp + - vb + name: ParagraphUnitCollection + nameWithType: ParagraphUnitCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + A of s. + + Adds support for setting the parent elements and additonal helper properties. + example: [] + syntax: + content: 'public class ParagraphUnitCollection : KeyBasedCollection, IList, ICollection, IEnumerable, IEnumerable, IEquatable>' + content.vb: Public Class ParagraphUnitCollection Inherits KeyBasedCollection(Of String, ParagraphUnit) Implements IList(Of ParagraphUnit), ICollection(Of ParagraphUnit), IEnumerable(Of ParagraphUnit), IEnumerable, IEquatable(Of KeyBasedCollection(Of String, ParagraphUnit)) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + implements: + - System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + - System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + - System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + - System.Collections.IEnumerable + - System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ThreadSafeListHandler + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.KeyMap + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ForEach(System.Action{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(System.Object) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetHashCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.TryGetValue(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ContainsKey(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit[],System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.RemoveAt(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IsReadOnly + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + langs: + - csharp + - vb + name: ParagraphUnitCollection() + nameWithType: ParagraphUnitCollection.ParagraphUnitCollection() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParagraphUnitCollection() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public ParagraphUnitCollection() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor* + nameWithType.vb: ParagraphUnitCollection.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + id: '#ctor(System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit})' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + langs: + - csharp + - vb + name: ParagraphUnitCollection(IList) + nameWithType: ParagraphUnitCollection.ParagraphUnitCollection(IList) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParagraphUnitCollection(System.Collections.Generic.IList) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public ParagraphUnitCollection(IList paragraphUnits) + parameters: + - id: paragraphUnits + type: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + description: A pre-populated list with the paragraph units to use for the initialization + content.vb: Public Sub New(paragraphUnits As IList(Of ParagraphUnit)) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor* + nameWithType.vb: ParagraphUnitCollection.New(IList(Of ParagraphUnit)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.New(System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit)) + name.vb: New(IList(Of ParagraphUnit)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + id: OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + langs: + - csharp + - vb + name: OnItemAdded(ParagraphUnit) + nameWithType: ParagraphUnitCollection.OnItemAdded(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Ensures the newly added item has the correct parent file references set. + example: [] + syntax: + content: protected override void OnItemAdded(ParagraphUnit item) + parameters: + - id: item + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + description: The ParagraphUnit item that was just added to the collection. + content.vb: Protected Overrides Sub OnItemAdded(item As ParagraphUnit) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile + id: ParentFile + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + langs: + - csharp + - vb + name: ParentFile + nameWithType: ParagraphUnitCollection.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets or sets the parent file. + example: [] + syntax: + content: public File ParentFile { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + description: The parent file. + content.vb: Public ReadOnly Property ParentFile As File + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs + id: AllSegmentPairs + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + langs: + - csharp + - vb + name: AllSegmentPairs + nameWithType: ParagraphUnitCollection.AllSegmentPairs + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets all segment pairs. + example: [] + syntax: + content: public IEnumerable AllSegmentPairs { get; } + parameters: [] + return: + type: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + description: All segment pairs. + content.vb: Public ReadOnly Property AllSegmentPairs As IEnumerable(Of SegmentPair) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount + id: SegmentCount + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + langs: + - csharp + - vb + name: SegmentCount + nameWithType: ParagraphUnitCollection.SegmentCount + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets the segment count. + example: [] + syntax: + content: public int SegmentCount { get; } + parameters: [] + return: + type: System.Int32 + description: The segment count. + content.vb: Public ReadOnly Property SegmentCount As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of TKey, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue) + name.vb: KeyBasedCollection(Of TKey, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name.vb: KeyBasedCollection(Of String, ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + commentId: T:System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of ParagraphUnit) + fullName.vb: System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name.vb: IList(Of ParagraphUnit) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + commentId: T:System.Collections.Generic.ICollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + parent: System.Collections.Generic + definition: System.Collections.Generic.ICollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of ParagraphUnit) + fullName.vb: System.Collections.Generic.ICollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name.vb: ICollection(Of ParagraphUnit) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + commentId: T:System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of ParagraphUnit) + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name.vb: IEnumerable(Of ParagraphUnit) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}} + commentId: T:System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable> + nameWithType: IEquatable> + fullName: System.IEquatable> + nameWithType.vb: IEquatable(Of KeyBasedCollection(Of String, ParagraphUnit)) + fullName.vb: System.IEquatable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit)) + name.vb: IEquatable(Of KeyBasedCollection(Of String, ParagraphUnit)) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ThreadSafeListHandler + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.KeyMap + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_KeyMap + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded(ParagraphUnit) + nameWithType: KeyBasedCollection.OnItemAdded(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).OnItemAdded(ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.OnItemAdded(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ForEach(System.Action{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ForEach(System.Action{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).ForEach(Action(Of ParagraphUnit)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).ForEach(System.Action(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit)) + name.vb: ForEach(Action(Of ParagraphUnit)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ForEach(System.Action{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ForEach(System.Action{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Equals(KeyBasedCollection(Of String, ParagraphUnit)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit)) + name.vb: Equals(KeyBasedCollection(Of String, ParagraphUnit)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(System.Object) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetHashCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).GetHashCode() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.TryGetValue(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.TryGetValue(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue(string) + nameWithType: KeyBasedCollection.TryGetValue(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(string) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).TryGetValue(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).TryGetValue(String) + name.vb: TryGetValue(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.TryGetValue(System.String) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.TryGetValue(System.String) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add(ParagraphUnit) + nameWithType: KeyBasedCollection.Add(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Add(ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor(ParagraphUnit) + nameWithType: KeyBasedCollection.GetKeyFor(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).GetKeyFor(ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetKeyFor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains(ParagraphUnit) + nameWithType: KeyBasedCollection.Contains(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Contains(ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + name: Contains(string) + nameWithType: KeyBasedCollection.Contains(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(string) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Contains(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Contains(String) + name.vb: Contains(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(System.String) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Contains(System.String) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ContainsKey(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ContainsKey(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey(string) + nameWithType: KeyBasedCollection.ContainsKey(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(string) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).ContainsKey(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).ContainsKey(String) + name.vb: ContainsKey(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ContainsKey(System.String) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.ContainsKey(System.String) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit[],System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo(ParagraphUnit[], int) + nameWithType: KeyBasedCollection.CopyTo(ParagraphUnit[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit[], int) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).CopyTo(ParagraphUnit(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit(), Integer) + name.vb: CopyTo(ParagraphUnit(), Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.CopyTo(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf(ParagraphUnit) + nameWithType: KeyBasedCollection.IndexOf(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).IndexOf(ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert(int, ParagraphUnit) + nameWithType: KeyBasedCollection.Insert(int, ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Insert(Integer, ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name.vb: Insert(Integer, ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove(ParagraphUnit) + nameWithType: KeyBasedCollection.Remove(ParagraphUnit) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Remove(ParagraphUnit) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + name: Remove(string) + nameWithType: KeyBasedCollection.Remove(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(string) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Remove(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Remove(String) + name.vb: Remove(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(System.String) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Remove(System.String) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.RemoveAt(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.String) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + href: https://learn.microsoft.com/dotnet/api/system.string + name: this[string] + nameWithType: KeyBasedCollection.this[string] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[string] + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).this[](String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).this[](String) + name.vb: this[](String) + spec.csharp: + - name: this + - name: '[' + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.String) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit}.IsReadOnly + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of String, ParagraphUnit).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit).IsReadOnly +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Collections.Generic.ICollection`1 + commentId: T:System.Collections.Generic.ICollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_KeyMap + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded(TValue) + nameWithType: KeyBasedCollection.OnItemAdded(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ForEach(Action(Of TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ForEach(System.Action(Of TValue)) + name.vb: ForEach(Action(Of TValue)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(KeyBasedCollection(Of TKey, TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)) + name.vb: Equals(KeyBasedCollection(Of TKey, TValue)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetHashCode() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue(TKey) + nameWithType: KeyBasedCollection.TryGetValue(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add(TValue) + nameWithType: KeyBasedCollection.Add(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Add(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Add(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor(TValue) + nameWithType: KeyBasedCollection.GetKeyFor(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains(TValue) + nameWithType: KeyBasedCollection.Contains(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + name: Contains(TKey) + nameWithType: KeyBasedCollection.Contains(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey(TKey) + nameWithType: KeyBasedCollection.ContainsKey(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo(TValue[], int) + nameWithType: KeyBasedCollection.CopyTo(TValue[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(TValue[], int) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + name.vb: CopyTo(TValue(), Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: TValue + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: TValue + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf(TValue) + nameWithType: KeyBasedCollection.IndexOf(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert(int, TValue) + nameWithType: KeyBasedCollection.Insert(int, TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + name.vb: Insert(Integer, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove(TValue) + nameWithType: KeyBasedCollection.Remove(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + name: Remove(TKey) + nameWithType: KeyBasedCollection.Remove(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + name: this[TKey] + nameWithType: KeyBasedCollection.this[TKey] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[TKey] + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](TKey) + name.vb: this[](TKey) + spec.csharp: + - name: this + - name: '[' + - name: TKey + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IsReadOnly +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html + name: ParagraphUnitCollection + nameWithType: ParagraphUnitCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ParagraphUnitCollection__ctor + name: ParagraphUnitCollection + nameWithType: ParagraphUnitCollection.ParagraphUnitCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParagraphUnitCollection + nameWithType.vb: ParagraphUnitCollection.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ParagraphUnitCollection_OnItemAdded_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_ + name: OnItemAdded + nameWithType: ParagraphUnitCollection.OnItemAdded + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.OnItemAdded +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ParagraphUnitCollection_ParentFile + name: ParentFile + nameWithType: ParagraphUnitCollection.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.ParentFile +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ParagraphUnitCollection_AllSegmentPairs + name: AllSegmentPairs + nameWithType: ParagraphUnitCollection.AllSegmentPairs + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.AllSegmentPairs +- uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + commentId: T:System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of SegmentPair) + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair) + name.vb: IEnumerable(Of SegmentPair) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ParagraphUnitCollection_SegmentCount + name: SegmentCount + nameWithType: ParagraphUnitCollection.SegmentCount + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.SegmentCount +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml new file mode 100644 index 000000000..138c86706 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.yml @@ -0,0 +1,764 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + id: SegmentPairCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item(System.String) + langs: + - csharp + - vb + name: SegmentPairCollection + nameWithType: SegmentPairCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + A collection of s. + + Adds support for indexing by segment number. + example: [] + syntax: + content: 'public class SegmentPairCollection : IEnumerable, IEnumerable' + content.vb: Public Class SegmentPairCollection Implements IEnumerable(Of SegmentPair), IEnumerable + inheritance: + - System.Object + implements: + - System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + - System.Collections.IEnumerable + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}) + id: '#ctor(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair})' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + langs: + - csharp + - vb + name: SegmentPairCollection(IEnumerable) + nameWithType: SegmentPairCollection.SegmentPairCollection(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.SegmentPairCollection(System.Collections.Generic.IEnumerable) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public SegmentPairCollection(IEnumerable enumerable) + parameters: + - id: enumerable + type: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + description: The enumerable. + content.vb: Public Sub New(enumerable As IEnumerable(Of SegmentPair)) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor* + nameWithType.vb: SegmentPairCollection.New(IEnumerable(Of SegmentPair)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.New(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair)) + name.vb: New(IEnumerable(Of SegmentPair)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator + id: GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + langs: + - csharp + - vb + name: GetEnumerator() + nameWithType: SegmentPairCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Returns an enumerator that iterates through the collection. + example: [] + syntax: + content: public IEnumerator GetEnumerator() + return: + type: System.Collections.Generic.IEnumerator{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + description: An enumerator that can be used to iterate through the collection. + content.vb: Public Function GetEnumerator() As IEnumerator(Of SegmentPair) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator* + implements: + - System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}.GetEnumerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item(System.String) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item(System.String) + id: Item(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + langs: + - csharp + - vb + name: this[string] + nameWithType: SegmentPairCollection.this[string] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.this[string] + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets the with the specified segment number. + example: [] + syntax: + content: public SegmentPair this[string segmentNumber] { get; } + parameters: + - id: segmentNumber + type: System.String + description: The segment number. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + description: The . + content.vb: Public ReadOnly Default Property this[](segmentNumber As String) As SegmentPair + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item* + nameWithType.vb: SegmentPairCollection.this[](String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.this[](String) + name.vb: this[](String) +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + name: SegmentPair + nameWithType: SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + commentId: T:System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of SegmentPair) + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair) + name.vb: IEnumerable(Of SegmentPair) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + - name: ) +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.html + name: SegmentPairCollection + nameWithType: SegmentPairCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_SegmentPairCollection__ctor_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_SegmentPair__ + name: SegmentPairCollection + nameWithType: SegmentPairCollection.SegmentPairCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.SegmentPairCollection + nameWithType.vb: SegmentPairCollection.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_SegmentPairCollection_GetEnumerator + name: GetEnumerator + nameWithType: SegmentPairCollection.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.GetEnumerator +- uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}.GetEnumerator + commentId: M:System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}.GetEnumerator + parent: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + definition: System.Collections.Generic.IEnumerable`1.GetEnumerator + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + name: GetEnumerator() + nameWithType: IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType.vb: IEnumerable(Of SegmentPair).GetEnumerator() + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair}.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) +- uid: System.Collections.Generic.IEnumerator{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + commentId: T:System.Collections.Generic.IEnumerator{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerator`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of SegmentPair) + fullName.vb: System.Collections.Generic.IEnumerator(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair) + name.vb: IEnumerator(Of SegmentPair) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + - name: ) +- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + commentId: M:System.Collections.Generic.IEnumerable`1.GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + name: GetEnumerator() + nameWithType: IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType.vb: IEnumerable(Of T).GetEnumerator() + fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) +- uid: System.Collections.Generic.IEnumerator`1 + commentId: T:System.Collections.Generic.IEnumerator`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of T) + fullName.vb: System.Collections.Generic.IEnumerator(Of T) + name.vb: IEnumerator(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.Item + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_SegmentPairCollection_Item_System_String_ + name: this + nameWithType: SegmentPairCollection.this + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.this + nameWithType.vb: SegmentPairCollection.this[] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.this[] + name.vb: this[] +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml new file mode 100644 index 000000000..a2a36a16a --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.yml @@ -0,0 +1,2272 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + id: ThreadSafeListHandler`1 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo(`0[],System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert(System.Int32,`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot + langs: + - csharp + - vb + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + example: [] + syntax: + content: 'public class ThreadSafeListHandler : IList, ICollection, IReadOnlyCollection, IEnumerable, IEnumerable' + typeParameters: + - id: T + description: Generic type for the items + content.vb: Public Class ThreadSafeListHandler(Of T) Implements IList(Of T), ICollection(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable + inheritance: + - System.Object + implements: + - System.Collections.Generic.IList{{T}} + - System.Collections.Generic.ICollection{{T}} + - System.Collections.Generic.IReadOnlyCollection{{T}} + - System.Collections.Generic.IEnumerable{{T}} + - System.Collections.IEnumerable + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + nameWithType.vb: ThreadSafeListHandler(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T) + name.vb: ThreadSafeListHandler(Of T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + id: '#ctor(System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: ThreadSafeListHandler(Func, (bool IsValid, string ErrorReason)>, bool) + nameWithType: ThreadSafeListHandler.ThreadSafeListHandler(Func, (bool IsValid, string ErrorReason)>, bool) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.ThreadSafeListHandler(System.Func, (bool IsValid, string ErrorReason)>, bool) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: A Thread-Safe handler for a collection of items. Starts with an empty collection. + example: [] + syntax: + content: public ThreadSafeListHandler(Func, (bool IsValid, string ErrorReason)> itemValidator = null, bool allowDefault = false) + parameters: + - id: itemValidator + type: System.Func{{T},System.Collections.Generic.IEnumerable{{T}},System.ValueTuple{System.Boolean,System.String}} + description: Optional validator for the items to be enforced on setting, adding or inserting items. Does not verify the items at construction time. + - id: allowDefault + type: System.Boolean + description: Tells if items in the list are allowed to have the type's default value. + content.vb: Public Sub New(itemValidator As Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)) = Nothing, allowDefault As Boolean = False) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor* + exceptions: + - type: System.ArgumentNullException + commentId: T:System.ArgumentNullException + description: '' + nameWithType.vb: ThreadSafeListHandler(Of T).New(Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)), Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).New(System.Func(Of T, System.Collections.Generic.IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)), Boolean) + name.vb: New(Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)), Boolean) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean) + id: '#ctor(System.Collections.Generic.IEnumerable{`0},System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}},System.Boolean)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: ThreadSafeListHandler(IEnumerable, Func, (bool IsValid, string ErrorReason)>, bool) + nameWithType: ThreadSafeListHandler.ThreadSafeListHandler(IEnumerable, Func, (bool IsValid, string ErrorReason)>, bool) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.ThreadSafeListHandler(System.Collections.Generic.IEnumerable, System.Func, (bool IsValid, string ErrorReason)>, bool) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + A Thread-Safe handler wrapping a given List. It manipulates the list directly, in a thread safe way. + + NOTE: If the list is manipulated without the handler, you can still have concurrency issues. All handling should be done through this component! + example: [] + syntax: + content: public ThreadSafeListHandler(IEnumerable items, Func, (bool IsValid, string ErrorReason)> itemValidator = null, bool allowDefault = false) + parameters: + - id: items + type: System.Collections.Generic.IEnumerable{{T}} + description: The list to be manipulated through the handler in a synchronized thread-safe way. + - id: itemValidator + type: System.Func{{T},System.Collections.Generic.IEnumerable{{T}},System.ValueTuple{System.Boolean,System.String}} + description: Optional validator for the items to be enforced on setting, adding or inserting items. Does not verify the items at construction time. + - id: allowDefault + type: System.Boolean + description: Tells if items in the list are allowed to have the type's default value. + content.vb: Public Sub New(items As IEnumerable(Of T), itemValidator As Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)) = Nothing, allowDefault As Boolean = False) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor* + exceptions: + - type: System.ArgumentNullException + commentId: T:System.ArgumentNullException + description: Thrown when the provided items are null. + nameWithType.vb: ThreadSafeListHandler(Of T).New(IEnumerable(Of T), Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)), Boolean) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).New(System.Collections.Generic.IEnumerable(Of T), System.Func(Of T, System.Collections.Generic.IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)), Boolean) + name.vb: New(IEnumerable(Of T), Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)), Boolean) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add(`0) + id: Add(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Add(T) + nameWithType: ThreadSafeListHandler.Add(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Add(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Adds an item to the collection. Throws an exception if the item is invalid. + example: [] + syntax: + content: public void Add(T item) + parameters: + - id: item + type: '{T}' + description: The item to be added if it passes validation rules of the collection. + content.vb: Public Sub Add(item As T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add* + implements: + - System.Collections.Generic.ICollection{{T}}.Add({T}) + nameWithType.vb: ThreadSafeListHandler(Of T).Add(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Add(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear + id: Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Clear() + nameWithType: ThreadSafeListHandler.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Clear() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes all the items from the collection. + example: [] + syntax: + content: public void Clear() + content.vb: Public Sub Clear() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear* + implements: + - System.Collections.Generic.ICollection{{T}}.Clear + nameWithType.vb: ThreadSafeListHandler(Of T).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Clear() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains(`0) + id: Contains(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Contains(T) + nameWithType: ThreadSafeListHandler.Contains(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Contains(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Tells if the collection contains a given item. + example: [] + syntax: + content: public bool Contains(T item) + parameters: + - id: item + type: '{T}' + description: The item to be searched. + return: + type: System.Boolean + description: True if the item is found in the collection. False otherwise. + content.vb: Public Function Contains(item As T) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains* + implements: + - System.Collections.Generic.ICollection{{T}}.Contains({T}) + nameWithType.vb: ThreadSafeListHandler(Of T).Contains(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Contains(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo(`0[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo(`0[],System.Int32) + id: CopyTo(`0[],System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: CopyTo(T[], int) + nameWithType: ThreadSafeListHandler.CopyTo(T[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.CopyTo(T[], int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Copies the items of the collection to an array, starting at a given index. + example: [] + syntax: + content: public void CopyTo(T[] array, int arrayIndex) + parameters: + - id: array + type: '{T}[]' + description: Array where to copy items to. + - id: arrayIndex + type: System.Int32 + description: Index in the array where to start the copying from. + content.vb: Public Sub CopyTo(array As T(), arrayIndex As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo* + implements: + - System.Collections.Generic.ICollection{{T}}.CopyTo({T}[],System.Int32) + nameWithType.vb: ThreadSafeListHandler(Of T).CopyTo(T(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).CopyTo(T(), Integer) + name.vb: CopyTo(T(), Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf(`0) + id: IndexOf(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: IndexOf(T) + nameWithType: ThreadSafeListHandler.IndexOf(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.IndexOf(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets the index of a given item in the collection. + example: [] + syntax: + content: public int IndexOf(T item) + parameters: + - id: item + type: '{T}' + description: Item to be searched in the collection. + return: + type: System.Int32 + description: The index of the item in the collection. -1 if not found. + content.vb: Public Function IndexOf(item As T) As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf* + implements: + - System.Collections.Generic.IList{{T}}.IndexOf({T}) + nameWithType.vb: ThreadSafeListHandler(Of T).IndexOf(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).IndexOf(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert(System.Int32,`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert(System.Int32,`0) + id: Insert(System.Int32,`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Insert(int, T) + nameWithType: ThreadSafeListHandler.Insert(int, T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Insert(int, T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Inserts an item at a given index. Throws an exception if the item is invalid or if the index is out of bounds. + example: [] + syntax: + content: public void Insert(int index, T item) + parameters: + - id: index + type: System.Int32 + description: Index where to insert the given item. + - id: item + type: '{T}' + description: Item to be inserted at the given index. + content.vb: Public Sub Insert(index As Integer, item As T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert* + implements: + - System.Collections.Generic.IList{{T}}.Insert(System.Int32,{T}) + nameWithType.vb: ThreadSafeListHandler(Of T).Insert(Integer, T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Insert(Integer, T) + name.vb: Insert(Integer, T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove(`0) + id: Remove(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Remove(T) + nameWithType: ThreadSafeListHandler.Remove(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Remove(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes a given item from the collection, if found. + example: [] + syntax: + content: public bool Remove(T item) + parameters: + - id: item + type: '{T}' + description: Item to be removed. + return: + type: System.Boolean + description: True if the item was removed. False otherwise. + content.vb: Public Function Remove(item As T) As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove* + implements: + - System.Collections.Generic.ICollection{{T}}.Remove({T}) + nameWithType.vb: ThreadSafeListHandler(Of T).Remove(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Remove(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt(System.Int32) + id: RemoveAt(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: RemoveAt(int) + nameWithType: ThreadSafeListHandler.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.RemoveAt(int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Removes an item at a given index. + example: [] + syntax: + content: public void RemoveAt(int index) + parameters: + - id: index + type: System.Int32 + description: Index for the item that needs to be removed. + content.vb: Public Sub RemoveAt(index As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt* + implements: + - System.Collections.Generic.IList{{T}}.RemoveAt(System.Int32) + nameWithType.vb: ThreadSafeListHandler(Of T).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).RemoveAt(Integer) + name.vb: RemoveAt(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator + id: GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: GetEnumerator() + nameWithType: ThreadSafeListHandler.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.GetEnumerator() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets an enumerator that can be used to iterate the collection. + example: [] + syntax: + content: public IEnumerator GetEnumerator() + return: + type: System.Collections.Generic.IEnumerator{{T}} + description: An enumerator that can be used to iterate the collection. + content.vb: Public Function GetEnumerator() As IEnumerator(Of T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator* + implements: + - System.Collections.Generic.IEnumerable{{T}}.GetEnumerator + nameWithType.vb: ThreadSafeListHandler(Of T).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).GetEnumerator() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone + id: GetSafeClone + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: GetSafeClone() + nameWithType: ThreadSafeListHandler.GetSafeClone() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.GetSafeClone() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + Generates an array clone obtained in a thread safe way. Should be used for enumeration instead of the original list. + + Manipulating the result will not change the original list. + example: [] + syntax: + content: public List GetSafeClone() + return: + type: System.Collections.Generic.List{{T}} + description: A snapshot of the backing list. + content.vb: Public Function GetSafeClone() As List(Of T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone* + nameWithType.vb: ThreadSafeListHandler(Of T).GetSafeClone() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).GetSafeClone() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot + id: SyncRoot + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: SyncRoot + nameWithType: ThreadSafeListHandler.SyncRoot + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.SyncRoot + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: The object used for the locking mechanism that keeps the backing list operations synchronized. + example: [] + syntax: + content: public object SyncRoot { get; } + parameters: [] + return: + type: System.Object + content.vb: Public ReadOnly Property SyncRoot As Object + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot* + nameWithType.vb: ThreadSafeListHandler(Of T).SyncRoot + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).SyncRoot +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items + id: Items + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Items + nameWithType: ThreadSafeListHandler.Items + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Items + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: >- + The items, not protected by any locking mechanisms. Should not be iterated on - use GetSafeArrayClone instead. + + Should only be used if more complex manipulation is needed that is not available through the handler. Must use SyncRoot for locking! + + This is the exposing the same exact reference provided in the constructor of the handler. + example: [] + syntax: + content: public List Items { get; } + parameters: [] + return: + type: System.Collections.Generic.List{{T}} + content.vb: Public ReadOnly Property Items As List(Of T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items* + nameWithType.vb: ThreadSafeListHandler(Of T).Items + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Items +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item(System.Int32) + id: Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: this[int] + nameWithType: ThreadSafeListHandler.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.this[int] + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets or sets an item at the specified index. Throws an exception if the index is out of bounds. + example: [] + syntax: + content: public T this[int index] { get; set; } + parameters: + - id: index + type: System.Int32 + description: Index for the desired item. + return: + type: '{T}' + description: The item at the given index. + content.vb: Public Default Property this[](index As Integer) As T + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item* + exceptions: + - type: System.ArgumentOutOfRangeException + commentId: T:System.ArgumentOutOfRangeException + description: Thrown if index is out of bounds of the collection. + implements: + - System.Collections.Generic.IList{{T}}.Item(System.Int32) + nameWithType.vb: ThreadSafeListHandler(Of T).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).this[](Integer) + name.vb: this[](Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count + id: Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Count + nameWithType: ThreadSafeListHandler.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Count + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Gets the number of elements in the collection. + example: [] + syntax: + content: public int Count { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property Count As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count* + implements: + - System.Collections.Generic.ICollection{{T}}.Count + - System.Collections.Generic.IReadOnlyCollection{{T}}.Count + nameWithType.vb: ThreadSafeListHandler(Of T).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly + id: IsReadOnly + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: IsReadOnly + nameWithType: ThreadSafeListHandler.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.IsReadOnly + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + summary: Tells if the collection is read-only. Always returns false. + example: [] + syntax: + content: public bool IsReadOnly { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsReadOnly As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly* + implements: + - System.Collections.Generic.ICollection{{T}}.IsReadOnly + nameWithType.vb: ThreadSafeListHandler(Of T).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).IsReadOnly +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Collections.Generic.IList{{T}} + commentId: T:System.Collections.Generic.IList{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.ICollection{{T}} + commentId: T:System.Collections.Generic.ICollection{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.ICollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IReadOnlyCollection{{T}} + commentId: T:System.Collections.Generic.IReadOnlyCollection{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IReadOnlyCollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of T) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) + name.vb: IReadOnlyCollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable{{T}} + commentId: T:System.Collections.Generic.IEnumerable{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Collections.Generic.ICollection`1 + commentId: T:System.Collections.Generic.ICollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IReadOnlyCollection`1 + commentId: T:System.Collections.Generic.IReadOnlyCollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of T) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) + name.vb: IReadOnlyCollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: System.ArgumentNullException + commentId: T:System.ArgumentNullException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.argumentnullexception + name: ArgumentNullException + nameWithType: ArgumentNullException + fullName: System.ArgumentNullException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1__ctor_System_Func__0_System_Collections_Generic_IEnumerable__0__System_ValueTuple_System_Boolean_System_String___System_Boolean_ + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.ThreadSafeListHandler + nameWithType.vb: ThreadSafeListHandler(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).New + name.vb: New +- uid: System.Func{{T},System.Collections.Generic.IEnumerable{{T}},System.ValueTuple{System.Boolean,System.String}} + commentId: T:System.Func{`0,System.Collections.Generic.IEnumerable{`0},System.ValueTuple{System.Boolean,System.String}} + parent: System + definition: System.Func`3 + href: https://learn.microsoft.com/dotnet/api/system.func-3 + name: Func, (bool IsValid, string ErrorReason)> + nameWithType: Func, (bool IsValid, string ErrorReason)> + fullName: System.Func, (bool IsValid, string ErrorReason)> + nameWithType.vb: Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)) + fullName.vb: System.Func(Of T, System.Collections.Generic.IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)) + name.vb: Func(Of T, IEnumerable(Of T), (IsValid As Boolean, ErrorReason As String)) + spec.csharp: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + - name: ',' + - name: " " + - name: ( + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: " " + - uid: System.ValueTuple{System.Boolean,System.String}.IsValid + name: IsValid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.isvalid + - name: ',' + - name: " " + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: " " + - uid: System.ValueTuple{System.Boolean,System.String}.ErrorReason + name: ErrorReason + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.errorreason + - name: ) + - name: '>' + spec.vb: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ',' + - name: " " + - name: ( + - uid: System.ValueTuple{System.Boolean,System.String}.IsValid + name: IsValid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.isvalid + - name: " " + - name: As + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.ValueTuple{System.Boolean,System.String}.ErrorReason + name: ErrorReason + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.boolean,system.string-.errorreason + - name: " " + - name: As + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ) +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: System.Func`3 + commentId: T:System.Func`3 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T1, T2, TResult) + fullName.vb: System.Func(Of T1, T2, TResult) + name.vb: Func(Of T1, T2, TResult) + spec.csharp: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: < + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: TResult + - name: '>' + spec.vb: + - uid: System.Func`3 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-3 + - name: ( + - name: Of + - name: " " + - name: T1 + - name: ',' + - name: " " + - name: T2 + - name: ',' + - name: " " + - name: TResult + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Add__0_ + name: Add + nameWithType: ThreadSafeListHandler.Add + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Add + nameWithType.vb: ThreadSafeListHandler(Of T).Add + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Add +- uid: System.Collections.Generic.ICollection{{T}}.Add({T}) + commentId: M:System.Collections.Generic.ICollection{`0}.Add(`0) + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.Add(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + name: Add(T) + nameWithType: ICollection.Add(T) + fullName: System.Collections.Generic.ICollection.Add(T) + nameWithType.vb: ICollection(Of T).Add(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Add(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`0}.Add(`0) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`0}.Add(`0) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: T + - name: ) +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: System.Collections.Generic.ICollection`1.Add(`0) + commentId: M:System.Collections.Generic.ICollection`1.Add(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + name: Add(T) + nameWithType: ICollection.Add(T) + fullName: System.Collections.Generic.ICollection.Add(T) + nameWithType.vb: ICollection(Of T).Add(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Add(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Add(`0) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Add(`0) + name: Add + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.add + - name: ( + - name: T + - name: ) +- uid: T + name: T + nameWithType: T + fullName: T +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Clear + name: Clear + nameWithType: ThreadSafeListHandler.Clear + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Clear + nameWithType.vb: ThreadSafeListHandler(Of T).Clear + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Clear +- uid: System.Collections.Generic.ICollection{{T}}.Clear + commentId: M:System.Collections.Generic.ICollection{`0}.Clear + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.Clear + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + name: Clear() + nameWithType: ICollection.Clear() + fullName: System.Collections.Generic.ICollection.Clear() + nameWithType.vb: ICollection(Of T).Clear() + fullName.vb: System.Collections.Generic.ICollection(Of T).Clear() + spec.csharp: + - uid: System.Collections.Generic.ICollection{`0}.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`0}.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) +- uid: System.Collections.Generic.ICollection`1.Clear + commentId: M:System.Collections.Generic.ICollection`1.Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + name: Clear() + nameWithType: ICollection.Clear() + fullName: System.Collections.Generic.ICollection.Clear() + nameWithType.vb: ICollection(Of T).Clear() + fullName.vb: System.Collections.Generic.ICollection(Of T).Clear() + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Clear + name: Clear + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Contains__0_ + name: Contains + nameWithType: ThreadSafeListHandler.Contains + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Contains + nameWithType.vb: ThreadSafeListHandler(Of T).Contains + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Contains +- uid: System.Collections.Generic.ICollection{{T}}.Contains({T}) + commentId: M:System.Collections.Generic.ICollection{`0}.Contains(`0) + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.Contains(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + name: Contains(T) + nameWithType: ICollection.Contains(T) + fullName: System.Collections.Generic.ICollection.Contains(T) + nameWithType.vb: ICollection(Of T).Contains(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Contains(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`0}.Contains(`0) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`0}.Contains(`0) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: T + - name: ) +- uid: System.Collections.Generic.ICollection`1.Contains(`0) + commentId: M:System.Collections.Generic.ICollection`1.Contains(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + name: Contains(T) + nameWithType: ICollection.Contains(T) + fullName: System.Collections.Generic.ICollection.Contains(T) + nameWithType.vb: ICollection(Of T).Contains(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Contains(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Contains(`0) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Contains(`0) + name: Contains + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.contains + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_CopyTo__0___System_Int32_ + name: CopyTo + nameWithType: ThreadSafeListHandler.CopyTo + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.CopyTo + nameWithType.vb: ThreadSafeListHandler(Of T).CopyTo + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).CopyTo +- uid: System.Collections.Generic.ICollection{{T}}.CopyTo({T}[],System.Int32) + commentId: M:System.Collections.Generic.ICollection{`0}.CopyTo(`0[],System.Int32) + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + name: CopyTo(T[], int) + nameWithType: ICollection.CopyTo(T[], int) + fullName: System.Collections.Generic.ICollection.CopyTo(T[], int) + nameWithType.vb: ICollection(Of T).CopyTo(T(), Integer) + fullName.vb: System.Collections.Generic.ICollection(Of T).CopyTo(T(), Integer) + name.vb: CopyTo(T(), Integer) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`0}.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: T + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`0}.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: T + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: '{T}[]' + isExternal: true + name: T[] + nameWithType: T[] + fullName: T[] + nameWithType.vb: T() + fullName.vb: T() + name.vb: T() + spec.csharp: + - name: T + - name: '[' + - name: ']' + spec.vb: + - name: T + - name: ( + - name: ) +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + commentId: M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + name: CopyTo(T[], int) + nameWithType: ICollection.CopyTo(T[], int) + fullName: System.Collections.Generic.ICollection.CopyTo(T[], int) + nameWithType.vb: ICollection(Of T).CopyTo(T(), Integer) + fullName.vb: System.Collections.Generic.ICollection(Of T).CopyTo(T(), Integer) + name.vb: CopyTo(T(), Integer) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: T + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.copyto + - name: ( + - name: T + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_IndexOf__0_ + name: IndexOf + nameWithType: ThreadSafeListHandler.IndexOf + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.IndexOf + nameWithType.vb: ThreadSafeListHandler(Of T).IndexOf + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).IndexOf +- uid: System.Collections.Generic.IList{{T}}.IndexOf({T}) + commentId: M:System.Collections.Generic.IList{`0}.IndexOf(`0) + parent: System.Collections.Generic.IList{{T}} + definition: System.Collections.Generic.IList`1.IndexOf(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + name: IndexOf(T) + nameWithType: IList.IndexOf(T) + fullName: System.Collections.Generic.IList.IndexOf(T) + nameWithType.vb: IList(Of T).IndexOf(T) + fullName.vb: System.Collections.Generic.IList(Of T).IndexOf(T) + spec.csharp: + - uid: System.Collections.Generic.IList{`0}.IndexOf(`0) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList{`0}.IndexOf(`0) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: T + - name: ) +- uid: System.Collections.Generic.IList`1.IndexOf(`0) + commentId: M:System.Collections.Generic.IList`1.IndexOf(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + name: IndexOf(T) + nameWithType: IList.IndexOf(T) + fullName: System.Collections.Generic.IList.IndexOf(T) + nameWithType.vb: IList(Of T).IndexOf(T) + fullName.vb: System.Collections.Generic.IList(Of T).IndexOf(T) + spec.csharp: + - uid: System.Collections.Generic.IList`1.IndexOf(`0) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList`1.IndexOf(`0) + name: IndexOf + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.indexof + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Insert_System_Int32__0_ + name: Insert + nameWithType: ThreadSafeListHandler.Insert + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Insert + nameWithType.vb: ThreadSafeListHandler(Of T).Insert + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Insert +- uid: System.Collections.Generic.IList{{T}}.Insert(System.Int32,{T}) + commentId: M:System.Collections.Generic.IList{`0}.Insert(System.Int32,`0) + parent: System.Collections.Generic.IList{{T}} + definition: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + name: Insert(int, T) + nameWithType: IList.Insert(int, T) + fullName: System.Collections.Generic.IList.Insert(int, T) + nameWithType.vb: IList(Of T).Insert(Integer, T) + fullName.vb: System.Collections.Generic.IList(Of T).Insert(Integer, T) + name.vb: Insert(Integer, T) + spec.csharp: + - uid: System.Collections.Generic.IList{`0}.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList{`0}.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + commentId: M:System.Collections.Generic.IList`1.Insert(System.Int32,`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + name: Insert(int, T) + nameWithType: IList.Insert(int, T) + fullName: System.Collections.Generic.IList.Insert(int, T) + nameWithType.vb: IList(Of T).Insert(Integer, T) + fullName.vb: System.Collections.Generic.IList(Of T).Insert(Integer, T) + name.vb: Insert(Integer, T) + spec.csharp: + - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.insert + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Remove__0_ + name: Remove + nameWithType: ThreadSafeListHandler.Remove + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Remove + nameWithType.vb: ThreadSafeListHandler(Of T).Remove + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Remove +- uid: System.Collections.Generic.ICollection{{T}}.Remove({T}) + commentId: M:System.Collections.Generic.ICollection{`0}.Remove(`0) + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.Remove(`0) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + name: Remove(T) + nameWithType: ICollection.Remove(T) + fullName: System.Collections.Generic.ICollection.Remove(T) + nameWithType.vb: ICollection(Of T).Remove(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Remove(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection{`0}.Remove(`0) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection{`0}.Remove(`0) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: T + - name: ) +- uid: System.Collections.Generic.ICollection`1.Remove(`0) + commentId: M:System.Collections.Generic.ICollection`1.Remove(`0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + name: Remove(T) + nameWithType: ICollection.Remove(T) + fullName: System.Collections.Generic.ICollection.Remove(T) + nameWithType.vb: ICollection(Of T).Remove(T) + fullName.vb: System.Collections.Generic.ICollection(Of T).Remove(T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1.Remove(`0) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: T + - name: ) + spec.vb: + - uid: System.Collections.Generic.ICollection`1.Remove(`0) + name: Remove + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.remove + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_RemoveAt_System_Int32_ + name: RemoveAt + nameWithType: ThreadSafeListHandler.RemoveAt + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.RemoveAt + nameWithType.vb: ThreadSafeListHandler(Of T).RemoveAt + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).RemoveAt +- uid: System.Collections.Generic.IList{{T}}.RemoveAt(System.Int32) + commentId: M:System.Collections.Generic.IList{`0}.RemoveAt(System.Int32) + parent: System.Collections.Generic.IList{{T}} + definition: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + name: RemoveAt(int) + nameWithType: IList.RemoveAt(int) + fullName: System.Collections.Generic.IList.RemoveAt(int) + nameWithType.vb: IList(Of T).RemoveAt(Integer) + fullName.vb: System.Collections.Generic.IList(Of T).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: System.Collections.Generic.IList{`0}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList{`0}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + commentId: M:System.Collections.Generic.IList`1.RemoveAt(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + name: RemoveAt(int) + nameWithType: IList.RemoveAt(int) + fullName: System.Collections.Generic.IList.RemoveAt(int) + nameWithType.vb: IList(Of T).RemoveAt(Integer) + fullName.vb: System.Collections.Generic.IList(Of T).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.removeat + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_GetEnumerator + name: GetEnumerator + nameWithType: ThreadSafeListHandler.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.GetEnumerator + nameWithType.vb: ThreadSafeListHandler(Of T).GetEnumerator + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).GetEnumerator +- uid: System.Collections.Generic.IEnumerable{{T}}.GetEnumerator + commentId: M:System.Collections.Generic.IEnumerable{`0}.GetEnumerator + parent: System.Collections.Generic.IEnumerable{{T}} + definition: System.Collections.Generic.IEnumerable`1.GetEnumerator + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + name: GetEnumerator() + nameWithType: IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType.vb: IEnumerable(Of T).GetEnumerator() + fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.IEnumerable{`0}.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.IEnumerable{`0}.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) +- uid: System.Collections.Generic.IEnumerator{{T}} + commentId: T:System.Collections.Generic.IEnumerator{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerator`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of T) + fullName.vb: System.Collections.Generic.IEnumerator(Of T) + name.vb: IEnumerator(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + commentId: M:System.Collections.Generic.IEnumerable`1.GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + name: GetEnumerator() + nameWithType: IEnumerable.GetEnumerator() + fullName: System.Collections.Generic.IEnumerable.GetEnumerator() + nameWithType.vb: IEnumerable(Of T).GetEnumerator() + fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator + name: GetEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator + - name: ( + - name: ) +- uid: System.Collections.Generic.IEnumerator`1 + commentId: T:System.Collections.Generic.IEnumerator`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of T) + fullName.vb: System.Collections.Generic.IEnumerator(Of T) + name.vb: IEnumerator(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.GetSafeClone + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_GetSafeClone + name: GetSafeClone + nameWithType: ThreadSafeListHandler.GetSafeClone + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.GetSafeClone + nameWithType.vb: ThreadSafeListHandler(Of T).GetSafeClone + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).GetSafeClone +- uid: System.Collections.Generic.List{{T}} + commentId: T:System.Collections.Generic.List{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.SyncRoot + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_SyncRoot + name: SyncRoot + nameWithType: ThreadSafeListHandler.SyncRoot + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.SyncRoot + nameWithType.vb: ThreadSafeListHandler(Of T).SyncRoot + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).SyncRoot +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Items + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Items + name: Items + nameWithType: ThreadSafeListHandler.Items + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Items + nameWithType.vb: ThreadSafeListHandler(Of T).Items + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Items +- uid: System.ArgumentOutOfRangeException + commentId: T:System.ArgumentOutOfRangeException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.argumentoutofrangeexception + name: ArgumentOutOfRangeException + nameWithType: ArgumentOutOfRangeException + fullName: System.ArgumentOutOfRangeException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Item + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Item_System_Int32_ + name: this + nameWithType: ThreadSafeListHandler.this + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.this + nameWithType.vb: ThreadSafeListHandler(Of T).this[] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).this[] + name.vb: this[] +- uid: System.Collections.Generic.IList{{T}}.Item(System.Int32) + commentId: P:System.Collections.Generic.IList{`0}.Item(System.Int32) + parent: System.Collections.Generic.IList{{T}} + definition: System.Collections.Generic.IList`1.Item(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: IList.this[int] + fullName: System.Collections.Generic.IList.this[int] + nameWithType.vb: IList(Of T).this[](Integer) + fullName.vb: System.Collections.Generic.IList(Of T).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: System.Collections.Generic.IList{`0}.Item(System.Int32) + name: this[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.item + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: System.Collections.Generic.IList`1.Item(System.Int32) + commentId: P:System.Collections.Generic.IList`1.Item(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: IList.this[int] + fullName: System.Collections.Generic.IList.this[int] + nameWithType.vb: IList(Of T).this[](Integer) + fullName.vb: System.Collections.Generic.IList(Of T).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: System.Collections.Generic.IList`1.Item(System.Int32) + name: this[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1.item + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.Count + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_Count + name: Count + nameWithType: ThreadSafeListHandler.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.Count + nameWithType.vb: ThreadSafeListHandler(Of T).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).Count +- uid: System.Collections.Generic.ICollection{{T}}.Count + commentId: P:System.Collections.Generic.ICollection{`0}.Count + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.Count + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count + name: Count + nameWithType: ICollection.Count + fullName: System.Collections.Generic.ICollection.Count + nameWithType.vb: ICollection(Of T).Count + fullName.vb: System.Collections.Generic.ICollection(Of T).Count +- uid: System.Collections.Generic.IReadOnlyCollection{{T}}.Count + commentId: P:System.Collections.Generic.IReadOnlyCollection{`0}.Count + parent: System.Collections.Generic.IReadOnlyCollection{{T}} + definition: System.Collections.Generic.IReadOnlyCollection`1.Count + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1.count + name: Count + nameWithType: IReadOnlyCollection.Count + fullName: System.Collections.Generic.IReadOnlyCollection.Count + nameWithType.vb: IReadOnlyCollection(Of T).Count + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count +- uid: System.Collections.Generic.ICollection`1.Count + commentId: P:System.Collections.Generic.ICollection`1.Count + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count + name: Count + nameWithType: ICollection.Count + fullName: System.Collections.Generic.ICollection.Count + nameWithType.vb: ICollection(Of T).Count + fullName.vb: System.Collections.Generic.ICollection(Of T).Count +- uid: System.Collections.Generic.IReadOnlyCollection`1.Count + commentId: P:System.Collections.Generic.IReadOnlyCollection`1.Count + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1.count + name: Count + nameWithType: IReadOnlyCollection.Count + fullName: System.Collections.Generic.IReadOnlyCollection.Count + nameWithType.vb: IReadOnlyCollection(Of T).Count + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1.IsReadOnly + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_ThreadSafeListHandler_1_IsReadOnly + name: IsReadOnly + nameWithType: ThreadSafeListHandler.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler.IsReadOnly + nameWithType.vb: ThreadSafeListHandler(Of T).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T).IsReadOnly +- uid: System.Collections.Generic.ICollection{{T}}.IsReadOnly + commentId: P:System.Collections.Generic.ICollection{`0}.IsReadOnly + parent: System.Collections.Generic.ICollection{{T}} + definition: System.Collections.Generic.ICollection`1.IsReadOnly + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.isreadonly + name: IsReadOnly + nameWithType: ICollection.IsReadOnly + fullName: System.Collections.Generic.ICollection.IsReadOnly + nameWithType.vb: ICollection(Of T).IsReadOnly + fullName.vb: System.Collections.Generic.ICollection(Of T).IsReadOnly +- uid: System.Collections.Generic.ICollection`1.IsReadOnly + commentId: P:System.Collections.Generic.ICollection`1.IsReadOnly + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.isreadonly + name: IsReadOnly + nameWithType: ICollection.IsReadOnly + fullName: System.Collections.Generic.ICollection.IsReadOnly + nameWithType.vb: ICollection(Of T).IsReadOnly + fullName.vb: System.Collections.Generic.ICollection(Of T).IsReadOnly diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.yml new file mode 100644 index 000000000..d3679a29c --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.yml @@ -0,0 +1,156 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + id: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of TKey, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue) + name.vb: KeyBasedCollection(Of TKey, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html + name: ParagraphUnitCollection + nameWithType: ParagraphUnitCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.html + name: SegmentPairCollection + nameWithType: SegmentPairCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler + nameWithType.vb: ThreadSafeListHandler(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T) + name.vb: ThreadSafeListHandler(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml new file mode 100644 index 000000000..3b575603a --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.yml @@ -0,0 +1,636 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + id: DefaultTranslationOrigin + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AdaptiveMachineTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutoPropagated + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomatedAlignment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomaticTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.DocumentMatch + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Interactive + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.MachineTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NeuralMachineTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NotTranslated + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.ReverseAlignment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Source + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.TranslationMemory + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Unknown + langs: + - csharp + - vb + name: DefaultTranslationOrigin + nameWithType: DefaultTranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: >- + This class holds the constants that represent the suggested + + default values to use for the attribute. + example: [] + syntax: + content: public static class DefaultTranslationOrigin + content.vb: Public Module DefaultTranslationOrigin + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Interactive + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Interactive + id: Interactive + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: Interactive + nameWithType: DefaultTranslationOrigin.Interactive + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Interactive + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: The segment has been manually adapted or translated from scratch. + example: [] + syntax: + content: public const string Interactive = "interactive" + return: + type: System.String + content.vb: Public Const Interactive As String = "interactive" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.DocumentMatch + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.DocumentMatch + id: DocumentMatch + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: DocumentMatch + nameWithType: DefaultTranslationOrigin.DocumentMatch + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.DocumentMatch + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Batch translation by applying a Context TM type tool like PerfectMatch(tm) + example: [] + syntax: + content: public const string DocumentMatch = "document-match" + return: + type: System.String + content.vb: Public Const DocumentMatch As String = "document-match" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.MachineTranslation + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.MachineTranslation + id: MachineTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: MachineTranslation + nameWithType: DefaultTranslationOrigin.MachineTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.MachineTranslation + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Machine translated content + example: [] + syntax: + content: public const string MachineTranslation = "mt" + return: + type: System.String + content.vb: Public Const MachineTranslation As String = "mt" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.TranslationMemory + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.TranslationMemory + id: TranslationMemory + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: TranslationMemory + nameWithType: DefaultTranslationOrigin.TranslationMemory + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.TranslationMemory + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Batch pre-translation using a fuzzy or 100% match + example: [] + syntax: + content: public const string TranslationMemory = "tm" + return: + type: System.String + content.vb: Public Const TranslationMemory As String = "tm" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NotTranslated + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NotTranslated + id: NotTranslated + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: NotTranslated + nameWithType: DefaultTranslationOrigin.NotTranslated + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NotTranslated + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: The segment has not yet been translated. This is usually an empty segment. + example: [] + syntax: + content: public const string NotTranslated = "not-translated" + return: + type: System.String + content.vb: Public Const NotTranslated As String = "not-translated" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutoPropagated + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutoPropagated + id: AutoPropagated + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: AutoPropagated + nameWithType: DefaultTranslationOrigin.AutoPropagated + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutoPropagated + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: The segment has been translated using AutoPropagation from internal matches. + example: [] + syntax: + content: public const string AutoPropagated = "auto-propagated" + return: + type: System.String + content.vb: Public Const AutoPropagated As String = "auto-propagated" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Source + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Source + id: Source + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: Source + nameWithType: DefaultTranslationOrigin.Source + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Source + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: The segment has been translated by copying the source to the target. + example: [] + syntax: + content: public const string Source = "source" + return: + type: System.String + content.vb: Public Const Source As String = "source" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomatedAlignment + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomatedAlignment + id: AutomatedAlignment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: AutomatedAlignment + nameWithType: DefaultTranslationOrigin.AutomatedAlignment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomatedAlignment + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: >- + The translated segment was created by an automated linguistic alignment of previously + translated source and target content. + example: [] + syntax: + content: public const string AutomatedAlignment = "auto-aligned" + return: + type: System.String + content.vb: Public Const AutomatedAlignment As String = "auto-aligned" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Unknown + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Unknown + id: Unknown + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: Unknown + nameWithType: DefaultTranslationOrigin.Unknown + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.Unknown + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: The segment was translated by an unknown tool - usually from a third party provider. + example: [] + syntax: + content: public const string Unknown = "unknown" + return: + type: System.String + content.vb: Public Const Unknown As String = "unknown" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.ReverseAlignment + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.ReverseAlignment + id: ReverseAlignment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: ReverseAlignment + nameWithType: DefaultTranslationOrigin.ReverseAlignment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.ReverseAlignment + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: The segment was updated by ReverseAlignment process. + example: [] + syntax: + content: public const string ReverseAlignment = "Retrofit" + return: + type: System.String + content.vb: Public Const ReverseAlignment As String = "Retrofit" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AdaptiveMachineTranslation + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AdaptiveMachineTranslation + id: AdaptiveMachineTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: AdaptiveMachineTranslation + nameWithType: DefaultTranslationOrigin.AdaptiveMachineTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AdaptiveMachineTranslation + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Adaptive machine translated content + example: [] + syntax: + content: public const string AdaptiveMachineTranslation = "amt" + return: + type: System.String + content.vb: Public Const AdaptiveMachineTranslation As String = "amt" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NeuralMachineTranslation + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NeuralMachineTranslation + id: NeuralMachineTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: NeuralMachineTranslation + nameWithType: DefaultTranslationOrigin.NeuralMachineTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.NeuralMachineTranslation + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Adaptive machine translated content + example: [] + syntax: + content: public const string NeuralMachineTranslation = "nmt" + return: + type: System.String + content.vb: Public Const NeuralMachineTranslation As String = "nmt" +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomaticTranslation + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomaticTranslation + id: AutomaticTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + langs: + - csharp + - vb + name: AutomaticTranslation + nameWithType: DefaultTranslationOrigin.AutomaticTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.AutomaticTranslation + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Adaptive machine translated content + example: [] + syntax: + content: public const string AutomaticTranslation = "automatic-translation" + return: + type: System.String + content.vb: Public Const AutomaticTranslation As String = "automatic-translation" +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_OriginType + name: OriginType + nameWithType: TranslationOrigin.OriginType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml new file mode 100644 index 000000000..60edd445a --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.yml @@ -0,0 +1,825 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + id: LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup) + langs: + - csharp + - vb + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: >- + An abstract class using the Visitor pattern. + + Can be implemented for concrete processing of BCM documents. + example: [] + syntax: + content: public abstract class LiteBcmVisitor + content.vb: Public MustInherit Class LiteBcmVisitor + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair) + id: VisitTagPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitTagPair(TagPair) + nameWithType: LiteBcmVisitor.VisitTagPair(TagPair) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitTagPair(TagPair tagPair) + parameters: + - id: tagPair + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + description: '' + content.vb: Public MustOverride Sub VisitTagPair(tagPair As TagPair) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag) + id: VisitPlaceholderTag(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitPlaceholderTag(PlaceholderTag) + nameWithType: LiteBcmVisitor.VisitPlaceholderTag(PlaceholderTag) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitPlaceholderTag(PlaceholderTag tag) + parameters: + - id: tag + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + description: '' + content.vb: Public MustOverride Sub VisitPlaceholderTag(tag As PlaceholderTag) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup) + id: VisitText(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitText(TextMarkup) + nameWithType: LiteBcmVisitor.VisitText(TextMarkup) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitText(TextMarkup text) + parameters: + - id: text + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + description: '' + content.vb: Public MustOverride Sub VisitText(text As TextMarkup) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + id: VisitSegment(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitSegment(Segment) + nameWithType: LiteBcmVisitor.VisitSegment(Segment) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitSegment(Segment segment) + parameters: + - id: segment + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: '' + content.vb: Public MustOverride Sub VisitSegment(segment As Segment) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer) + id: VisitLockedContentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitLockedContentContainer(LockedContentContainer) + nameWithType: LiteBcmVisitor.VisitLockedContentContainer(LockedContentContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitLockedContentContainer(LockedContentContainer lockedContentContainer) + parameters: + - id: lockedContentContainer + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + content.vb: Public MustOverride Sub VisitLockedContentContainer(lockedContentContainer As LockedContentContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer) + id: VisitRevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitRevisionContainer(RevisionContainer) + nameWithType: LiteBcmVisitor.VisitRevisionContainer(RevisionContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitRevisionContainer(RevisionContainer revisionContainer) + parameters: + - id: revisionContainer + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + description: '' + content.vb: Public MustOverride Sub VisitRevisionContainer(revisionContainer As RevisionContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + id: VisitParagraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitParagraph(Paragraph) + nameWithType: LiteBcmVisitor.VisitParagraph(Paragraph) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitParagraph(Paragraph paragraph) + parameters: + - id: paragraph + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + description: '' + content.vb: Public MustOverride Sub VisitParagraph(paragraph As Paragraph) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer) + id: VisitTerminologyContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitTerminologyContainer(TerminologyAnnotationContainer) + nameWithType: LiteBcmVisitor.VisitTerminologyContainer(TerminologyAnnotationContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitTerminologyContainer(TerminologyAnnotationContainer terminologyAnnotation) + parameters: + - id: terminologyAnnotation + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + description: '' + content.vb: Public MustOverride Sub VisitTerminologyContainer(terminologyAnnotation As TerminologyAnnotationContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer) + id: VisitCommentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: VisitCommentContainer(CommentContainer) + nameWithType: LiteBcmVisitor.VisitCommentContainer(CommentContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + summary: Visits a instance. + example: [] + syntax: + content: public abstract void VisitCommentContainer(CommentContainer commentContainer) + parameters: + - id: commentContainer + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + description: '' + content.vb: Public MustOverride Sub VisitCommentContainer(commentContainer As CommentContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: LiteBcmVisitor() + nameWithType: LiteBcmVisitor.LiteBcmVisitor() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.LiteBcmVisitor() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + syntax: + content: protected LiteBcmVisitor() + content.vb: Protected Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor* + nameWithType.vb: LiteBcmVisitor.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.New() + name.vb: New() +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html + name: TagPair + nameWithType: TagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitTagPair_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair_ + name: VisitTagPair + nameWithType: LiteBcmVisitor.VisitTagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTagPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html + name: PlaceholderTag + nameWithType: PlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitPlaceholderTag_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag_ + name: VisitPlaceholderTag + nameWithType: LiteBcmVisitor.VisitPlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitPlaceholderTag +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html + name: TextMarkup + nameWithType: TextMarkup + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitText_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup_ + name: VisitText + nameWithType: LiteBcmVisitor.VisitText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitText +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitSegment_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_ + name: VisitSegment + nameWithType: LiteBcmVisitor.VisitSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.html + name: LockedContentContainer + nameWithType: LockedContentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitLockedContentContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LockedContentContainer_ + name: VisitLockedContentContainer + nameWithType: LiteBcmVisitor.VisitLockedContentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitLockedContentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html + name: RevisionContainer + nameWithType: RevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitRevisionContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_RevisionContainer_ + name: VisitRevisionContainer + nameWithType: LiteBcmVisitor.VisitRevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitRevisionContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html + name: Paragraph + nameWithType: Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitParagraph_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph_ + name: VisitParagraph + nameWithType: LiteBcmVisitor.VisitParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer.html + name: TerminologyAnnotationContainer + nameWithType: TerminologyAnnotationContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitTerminologyContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_TerminologyAnnotationContainer_ + name: VisitTerminologyContainer + nameWithType: LiteBcmVisitor.VisitTerminologyContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitTerminologyContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html + name: CommentContainer + nameWithType: CommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_VisitCommentContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Annotations_CommentContainer_ + name: VisitCommentContainer + nameWithType: LiteBcmVisitor.VisitCommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.VisitCommentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor__ctor + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor.LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.LiteBcmVisitor + nameWithType.vb: LiteBcmVisitor.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.New + name.vb: New diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.yml new file mode 100644 index 000000000..48c762d24 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.yml @@ -0,0 +1,90 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + id: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.html + name: DefaultTranslationOrigin + nameWithType: DefaultTranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml new file mode 100644 index 000000000..05ed4da35 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.yml @@ -0,0 +1,233 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + id: ConfirmationLevel + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedSignOff + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Draft + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.NotTranslated + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedSignOff + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedTranslation + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Translated + langs: + - csharp + - vb + name: ConfirmationLevel + nameWithType: ConfirmationLevel + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + type: Enum + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Different stages of translation and translation approval for a . + example: [] + syntax: + content: public enum ConfirmationLevel + content.vb: Public Enum ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.NotTranslated + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.NotTranslated + id: NotTranslated + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: NotTranslated + nameWithType: ConfirmationLevel.NotTranslated + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.NotTranslated + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Untranslated content. + example: [] + syntax: + content: NotTranslated = 0 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Draft + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Draft + id: Draft + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: Draft + nameWithType: ConfirmationLevel.Draft + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Draft + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Draft (edited) content. + example: [] + syntax: + content: Draft = 1 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Translated + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Translated + id: Translated + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: Translated + nameWithType: ConfirmationLevel.Translated + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.Translated + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Translated content. + example: [] + syntax: + content: Translated = 2 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedTranslation + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedTranslation + id: RejectedTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: RejectedTranslation + nameWithType: ConfirmationLevel.RejectedTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedTranslation + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Translated content marked as Rejected. + example: [] + syntax: + content: RejectedTranslation = 3 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedTranslation + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedTranslation + id: ApprovedTranslation + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: ApprovedTranslation + nameWithType: ConfirmationLevel.ApprovedTranslation + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedTranslation + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Translated content marked as Approved. + example: [] + syntax: + content: ApprovedTranslation = 4 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedSignOff + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedSignOff + id: RejectedSignOff + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: RejectedSignOff + nameWithType: ConfirmationLevel.RejectedSignOff + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.RejectedSignOff + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Translated content Rejected at Sign-off. + example: [] + syntax: + content: RejectedSignOff = 5 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedSignOff + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedSignOff + id: ApprovedSignOff + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + langs: + - csharp + - vb + name: ApprovedSignOff + nameWithType: ConfirmationLevel.ApprovedSignOff + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.ApprovedSignOff + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Translated content Approved at Sign-off. + example: [] + syntax: + content: ApprovedSignOff = 6 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.html + name: ConfirmationLevel + nameWithType: ConfirmationLevel + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.yml new file mode 100644 index 000000000..36cfde523 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.yml @@ -0,0 +1,659 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + id: InvalidLiteBcmException + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String,System.Exception) + langs: + - csharp + - vb + name: InvalidLiteBcmException + nameWithType: InvalidLiteBcmException + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + summary: Represents errors that occur when an invalid LiteBCM operation is detected. + example: [] + syntax: + content: 'public class InvalidLiteBcmException : Exception, ISerializable, _Exception' + content.vb: Public Class InvalidLiteBcmException Inherits Exception Implements ISerializable, _Exception + inheritance: + - System.Object + - System.Exception + implements: + - System.Runtime.Serialization.ISerializable + - System.Runtime.InteropServices._Exception + inheritedMembers: + - 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 +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + langs: + - csharp + - vb + name: InvalidLiteBcmException(string) + nameWithType: InvalidLiteBcmException.InvalidLiteBcmException(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.InvalidLiteBcmException(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public InvalidLiteBcmException(string message) + parameters: + - id: message + type: System.String + description: A message describing the specific error that occurred or was detected. + content.vb: Public Sub New(message As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor* + nameWithType.vb: InvalidLiteBcmException.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String,System.Exception) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor(System.String,System.Exception) + id: '#ctor(System.String,System.Exception)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + langs: + - csharp + - vb + name: InvalidLiteBcmException(string, Exception) + nameWithType: InvalidLiteBcmException.InvalidLiteBcmException(string, Exception) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.InvalidLiteBcmException(string, System.Exception) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public InvalidLiteBcmException(string message, Exception exception) + parameters: + - id: message + type: System.String + description: A message describing the specific error that occurred or was detected. + - id: exception + type: System.Exception + description: The inner exception to include. + content.vb: Public Sub New(message As String, exception As Exception) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor* + nameWithType.vb: InvalidLiteBcmException.New(String, Exception) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.New(String, System.Exception) + name.vb: New(String, Exception) +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + name: Exceptions + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + name: Exceptions + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Exception + commentId: T:System.Exception + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception + name: Exception + nameWithType: Exception + fullName: System.Exception +- uid: System.Runtime.Serialization.ISerializable + commentId: T:System.Runtime.Serialization.ISerializable + parent: System.Runtime.Serialization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable + name: ISerializable + nameWithType: ISerializable + fullName: System.Runtime.Serialization.ISerializable +- uid: System.Runtime.InteropServices._Exception + commentId: T:System.Runtime.InteropServices._Exception + parent: System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception + name: _Exception + nameWithType: _Exception + fullName: System.Runtime.InteropServices._Exception +- uid: System.Exception.GetBaseException + commentId: M:System.Exception.GetBaseException + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception + name: GetBaseException() + nameWithType: Exception.GetBaseException() + fullName: System.Exception.GetBaseException() + spec.csharp: + - uid: System.Exception.GetBaseException + name: GetBaseException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.GetBaseException + name: GetBaseException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception + - name: ( + - name: ) +- uid: System.Exception.ToString + commentId: M:System.Exception.ToString + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + name: ToString() + nameWithType: Exception.ToString() + fullName: System.Exception.ToString() + spec.csharp: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.tostring + - name: ( + - name: ) +- uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + commentId: M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata + name: GetObjectData(SerializationInfo, StreamingContext) + nameWithType: Exception.GetObjectData(SerializationInfo, StreamingContext) + fullName: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) + spec.csharp: + - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata + - name: ( + - uid: System.Runtime.Serialization.SerializationInfo + name: SerializationInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo + - name: ',' + - name: " " + - uid: System.Runtime.Serialization.StreamingContext + name: StreamingContext + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext + - name: ) + spec.vb: + - uid: System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) + name: GetObjectData + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata + - name: ( + - uid: System.Runtime.Serialization.SerializationInfo + name: SerializationInfo + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo + - name: ',' + - name: " " + - uid: System.Runtime.Serialization.StreamingContext + name: StreamingContext + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext + - name: ) +- uid: System.Exception.GetType + commentId: M:System.Exception.GetType + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.gettype + name: GetType() + nameWithType: Exception.GetType() + fullName: System.Exception.GetType() + spec.csharp: + - uid: System.Exception.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Exception.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.gettype + - name: ( + - name: ) +- uid: System.Exception.Message + commentId: P:System.Exception.Message + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.message + name: Message + nameWithType: Exception.Message + fullName: System.Exception.Message +- uid: System.Exception.Data + commentId: P:System.Exception.Data + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.data + name: Data + nameWithType: Exception.Data + fullName: System.Exception.Data +- uid: System.Exception.InnerException + commentId: P:System.Exception.InnerException + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.innerexception + name: InnerException + nameWithType: Exception.InnerException + fullName: System.Exception.InnerException +- uid: System.Exception.TargetSite + commentId: P:System.Exception.TargetSite + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.targetsite + name: TargetSite + nameWithType: Exception.TargetSite + fullName: System.Exception.TargetSite +- uid: System.Exception.StackTrace + commentId: P:System.Exception.StackTrace + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.stacktrace + name: StackTrace + nameWithType: Exception.StackTrace + fullName: System.Exception.StackTrace +- uid: System.Exception.HelpLink + commentId: P:System.Exception.HelpLink + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.helplink + name: HelpLink + nameWithType: Exception.HelpLink + fullName: System.Exception.HelpLink +- uid: System.Exception.Source + commentId: P:System.Exception.Source + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.source + name: Source + nameWithType: Exception.Source + fullName: System.Exception.Source +- uid: System.Exception.HResult + commentId: P:System.Exception.HResult + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.hresult + name: HResult + nameWithType: Exception.HResult + fullName: System.Exception.HResult +- uid: System.Exception.SerializeObjectState + commentId: E:System.Exception.SerializeObjectState + parent: System.Exception + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate + name: SerializeObjectState + nameWithType: Exception.SerializeObjectState + fullName: System.Exception.SerializeObjectState +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.Runtime.Serialization + commentId: N:System.Runtime.Serialization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Runtime.Serialization + nameWithType: System.Runtime.Serialization + fullName: System.Runtime.Serialization + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.Serialization + name: Serialization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.Serialization + name: Serialization + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.serialization +- uid: System.Runtime.InteropServices + commentId: N:System.Runtime.InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Runtime.InteropServices + nameWithType: System.Runtime.InteropServices + fullName: System.Runtime.InteropServices + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Runtime + name: Runtime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime + - name: . + - uid: System.Runtime.InteropServices + name: InteropServices + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.html + name: InvalidLiteBcmException + nameWithType: InvalidLiteBcmException + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Exceptions_InvalidLiteBcmException__ctor_System_String_ + name: InvalidLiteBcmException + nameWithType: InvalidLiteBcmException.InvalidLiteBcmException + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.InvalidLiteBcmException + nameWithType.vb: InvalidLiteBcmException.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.yml new file mode 100644 index 000000000..26efa8876 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.yml @@ -0,0 +1,24 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + id: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException.html + name: InvalidLiteBcmException + nameWithType: InvalidLiteBcmException + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml new file mode 100644 index 000000000..0ca9ab8ce --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.yml @@ -0,0 +1,721 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + id: File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton + langs: + - csharp + - vb + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: BCM data extracted from a native file. + example: [] + syntax: + content: public class File + content.vb: Public Class File + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: File() + nameWithType: File.File() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.File() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Public constructor. + example: [] + syntax: + content: public File() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor* + nameWithType.vb: File.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: File(string) + nameWithType: File.File(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.File(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Public constructor with given identifier. + example: [] + syntax: + content: public File(string id) + parameters: + - id: id + type: System.String + content.vb: Public Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor* + nameWithType.vb: File.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: Id + nameWithType: File.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the identifier. + + Can not be null. + example: [] + syntax: + content: public string Id { get; set; } + parameters: [] + return: + type: System.String + description: The identifier. + content.vb: Public Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton + id: Skeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: Skeleton + nameWithType: File.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The holding all the structure element data referenced in this . + example: [] + syntax: + content: public FileSkeleton Skeleton { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + content.vb: Public Property Skeleton As FileSkeleton + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits + id: ParagraphUnits + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: ParagraphUnits + nameWithType: File.ParagraphUnits + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + A collection of all the elements in this . + + Can not be set to null and can not have null items. + example: [] + syntax: + content: public ParagraphUnitCollection ParagraphUnits { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + content.vb: Public Property ParagraphUnits As ParagraphUnitCollection + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent + id: Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: Parent + nameWithType: File.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The parent of this . + example: [] + syntax: + content: public LiteDocument Parent { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + content.vb: Public ReadOnly Property Parent As LiteDocument + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + id: IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + langs: + - csharp + - vb + name: IdGenerator + nameWithType: File.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the used for generating sequential IDs./> + example: [] + syntax: + content: public IdGenerator IdGenerator { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + description: The identifier generator. + content.vb: Public ReadOnly Property IdGenerator As IdGenerator + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File__ctor + name: File + nameWithType: File.File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.File + nameWithType.vb: File.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_Id + name: Id + nameWithType: File.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_Skeleton + name: Skeleton + nameWithType: File.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Skeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_ParagraphUnits + name: ParagraphUnits + nameWithType: File.ParagraphUnits + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.ParagraphUnits +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection.html + name: ParagraphUnitCollection + nameWithType: ParagraphUnitCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html + name: LiteDocument + nameWithType: LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_Parent + name: Parent + nameWithType: File.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_IdGenerator + name: IdGenerator + nameWithType: File.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_IdGenerator + name: IdGenerator + nameWithType: File.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html + name: IdGenerator + nameWithType: IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.yml new file mode 100644 index 000000000..43ac1a8de --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.yml @@ -0,0 +1,187 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + id: ISkeletonItemReference`1 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + langs: + - csharp + - vb + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + type: Interface + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Marks a class as having its definition in the . + example: [] + syntax: + content: 'public interface ISkeletonItemReference where T : SkeletonItem' + typeParameters: + - id: T + description: Type parameter. Should be an item from the . + content.vb: Public Interface ISkeletonItemReference(Of Out T As SkeletonItem) + nameWithType.vb: ISkeletonItemReference(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T) + name.vb: ISkeletonItemReference(Of T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + id: Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + langs: + - csharp + - vb + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the definition of this item from the . + example: [] + syntax: + content: T Definition { get; } + parameters: [] + return: + type: '{T}' + description: The definition of this item from the . + content.vb: ReadOnly Property Definition As T + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition* + nameWithType.vb: ISkeletonItemReference(Of T).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T).Definition +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of T).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T).Definition +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml new file mode 100644 index 000000000..759f77fff --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml @@ -0,0 +1,789 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + id: LiteDocument + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode + langs: + - csharp + - vb + name: LiteDocument + nameWithType: LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The BCM root element. + example: [] + syntax: + content: public class LiteDocument + content.vb: Public Class LiteDocument + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + id: '#ctor(System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: LiteDocument(string, string, File) + nameWithType: LiteDocument.LiteDocument(string, string, File) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.LiteDocument(string, string, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Creates a new instance of . + example: [] + syntax: + content: public LiteDocument(string name, string sourceLanguageCode, File file) + parameters: + - id: name + type: System.String + description: The name of the BCM LiteDocument. + - id: sourceLanguageCode + type: System.String + description: The language code for the BCM LiteDocument source. + - id: file + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + description: The file to be attached to the document. + content.vb: Public Sub New(name As String, sourceLanguageCode As String, file As File) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor* + nameWithType.vb: LiteDocument.New(String, String, File) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.New(String, String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + name.vb: New(String, String, File) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + id: '#ctor(System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: LiteDocument(string, string, string, File) + nameWithType: LiteDocument.LiteDocument(string, string, string, File) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.LiteDocument(string, string, string, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Creates a new instance of . + example: [] + syntax: + content: public LiteDocument(string name, string sourceLanguageCode, string targetLanguageCode, File file) + parameters: + - id: name + type: System.String + description: The name of the BCM LiteDocument. + - id: sourceLanguageCode + type: System.String + description: The language code for the BCM LiteDocument source. + - id: targetLanguageCode + type: System.String + description: The language code for the BCM LiteDocument target. + - id: file + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + description: The file to be attached to the document. + content.vb: Public Sub New(name As String, sourceLanguageCode As String, targetLanguageCode As String, file As File) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor* + nameWithType.vb: LiteDocument.New(String, String, String, File) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.New(String, String, String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + name.vb: New(String, String, String, File) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor(System.String,System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + id: '#ctor(System.String,System.String,System.String,System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: LiteDocument(string, string, string, string, File) + nameWithType: LiteDocument.LiteDocument(string, string, string, string, File) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.LiteDocument(string, string, string, string, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Creates a new instance of . + example: [] + syntax: + content: public LiteDocument(string id, string name, string sourceLanguageCode, string targetLanguageCode, File file) + parameters: + - id: id + type: System.String + description: The id of the BCM LiteDocument. + - id: name + type: System.String + description: The name of the BCM LiteDocument. + - id: sourceLanguageCode + type: System.String + description: The language code for the BCM LiteDocument source. + - id: targetLanguageCode + type: System.String + description: The language code for the BCM LiteDocument target. + - id: file + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + description: The file to be attached to the document. + content.vb: Public Sub New(id As String, name As String, sourceLanguageCode As String, targetLanguageCode As String, file As File) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor* + exceptions: + - type: System.ArgumentNullException + commentId: T:System.ArgumentNullException + description: When any of the parameters is not provided. + - type: System.ArgumentException + commentId: T:System.ArgumentException + description: When some of the parameters are not provided. + nameWithType.vb: LiteDocument.New(String, String, String, String, File) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.New(String, String, String, String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File) + name.vb: New(String, String, String, String, File) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: Id + nameWithType: LiteDocument.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + The document ID. Uniquely identifies a BCM document. + + Can not be null. + example: [] + syntax: + content: public string Id { get; set; } + parameters: [] + return: + type: System.String + description: The identifier. + content.vb: Public Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion + id: ModelVersion + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: ModelVersion + nameWithType: LiteDocument.ModelVersion + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The semantic version of the BCM used for creating this document. + example: [] + syntax: + content: public string ModelVersion { get; } + parameters: [] + return: + type: System.String + content.vb: Public ReadOnly Property ModelVersion As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name + id: Name + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: Name + nameWithType: LiteDocument.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + The BCM document name. + + Can not be null + example: [] + syntax: + content: public string Name { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property Name As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode + id: SourceLanguageCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: SourceLanguageCode + nameWithType: LiteDocument.SourceLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + The source language code. + + Can not be null or empty. + example: + - "\"en-GB\"" + syntax: + content: public string SourceLanguageCode { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property SourceLanguageCode As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode + id: TargetLanguageCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: TargetLanguageCode + nameWithType: LiteDocument.TargetLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The source language code. + example: + - "\"de-DE\"" + - "\"en-GB\"" + syntax: + content: public string TargetLanguageCode { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property TargetLanguageCode As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + id: File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: File + nameWithType: LiteDocument.File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The in this document. + example: [] + syntax: + content: public File File { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + content.vb: Public Property File As File + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator + id: IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + langs: + - csharp + - vb + name: IdGenerator + nameWithType: LiteDocument.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Used for managing sequential numeric IDs of different elements. + example: [] + syntax: + content: public IdGenerator IdGenerator { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + content.vb: Public ReadOnly Property IdGenerator As IdGenerator + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html + name: LiteDocument + nameWithType: LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument__ctor_System_String_System_String_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_File_ + name: LiteDocument + nameWithType: LiteDocument.LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.LiteDocument + nameWithType.vb: LiteDocument.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: System.ArgumentNullException + commentId: T:System.ArgumentNullException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.argumentnullexception + name: ArgumentNullException + nameWithType: ArgumentNullException + fullName: System.ArgumentNullException +- uid: System.ArgumentException + commentId: T:System.ArgumentException + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.argumentexception + name: ArgumentException + nameWithType: ArgumentException + fullName: System.ArgumentException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_Id + name: Id + nameWithType: LiteDocument.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_ModelVersion + name: ModelVersion + nameWithType: LiteDocument.ModelVersion + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.ModelVersion +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_Name + name: Name + nameWithType: LiteDocument.Name + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.Name +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_SourceLanguageCode + name: SourceLanguageCode + nameWithType: LiteDocument.SourceLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.SourceLanguageCode +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_TargetLanguageCode + name: TargetLanguageCode + nameWithType: LiteDocument.TargetLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.TargetLanguageCode +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_File + name: File + nameWithType: LiteDocument.File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_File + name: File + nameWithType: LiteDocument.File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteDocument_IdGenerator + name: IdGenerator + nameWithType: LiteDocument.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html + name: IdGenerator + nameWithType: IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml new file mode 100644 index 000000000..d9da99ca1 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml @@ -0,0 +1,765 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + id: LiteFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString + langs: + - csharp + - vb + name: LiteFragment + nameWithType: LiteFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Class representing an independent fragment (slice) of a BCM . + example: [] + syntax: + content: public class LiteFragment + content.vb: Public Class LiteFragment + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: LiteFragment() + nameWithType: LiteFragment.LiteFragment() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.LiteFragment() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public LiteFragment() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor* + nameWithType.vb: LiteFragment.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString + id: ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: ToString() + nameWithType: LiteFragment.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Converts to string. + example: [] + syntax: + content: public override string ToString() + return: + type: System.String + description: A that represents this instance. + content.vb: Public Overrides Function ToString() As String + overridden: System.Object.ToString + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode + id: SourceLanguageCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: SourceLanguageCode + nameWithType: LiteFragment.SourceLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the source language code. + example: [] + syntax: + content: public string SourceLanguageCode { get; set; } + parameters: [] + return: + type: System.String + description: The source language code. + content.vb: Public Property SourceLanguageCode As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode + id: TargetLanguageCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: TargetLanguageCode + nameWithType: LiteFragment.TargetLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the target language code. + example: [] + syntax: + content: public string TargetLanguageCode { get; set; } + parameters: [] + return: + type: System.String + description: The target language code. + content.vb: Public Property TargetLanguageCode As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId + id: DocumentId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: DocumentId + nameWithType: LiteFragment.DocumentId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the document identifier. + example: [] + syntax: + content: public string DocumentId { get; set; } + parameters: [] + return: + type: System.String + description: The document identifier which uniquely identifies this BCM . + content.vb: Public Property DocumentId As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton + id: Skeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: Skeleton + nameWithType: LiteFragment.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the skeleton. + example: [] + syntax: + content: public FileSkeleton Skeleton { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + description: The file skeleton. + content.vb: Public Property Skeleton As FileSkeleton + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent + id: SourceContent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: SourceContent + nameWithType: LiteFragment.SourceContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the source content of the BCM fragment. + example: [] + syntax: + content: public MarkupData SourceContent { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: The source content of the . + content.vb: Public Property SourceContent As MarkupData + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent + id: TargetContent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: TargetContent + nameWithType: LiteFragment.TargetContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the target content of the BCM fragment. + example: [] + syntax: + content: public MarkupData TargetContent { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: The target content of the BCM fragment. + content.vb: Public Property TargetContent As MarkupData + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index + id: Index + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + langs: + - csharp + - vb + name: Index + nameWithType: LiteFragment.Index + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The index in the source from where this fragment was extracted. + example: [] + syntax: + content: public int? Index { get; set; } + parameters: [] + return: + type: System.Nullable{System.Int32} + description: The index in the source from where this fragment was extracted. + content.vb: Public Property Index As Integer? + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html + name: LiteDocument + nameWithType: LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html + name: LiteFragment + nameWithType: LiteFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment__ctor + name: LiteFragment + nameWithType: LiteFragment.LiteFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.LiteFragment + nameWithType.vb: LiteFragment.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_ToString + name: ToString + nameWithType: LiteFragment.ToString + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.ToString +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_SourceLanguageCode + name: SourceLanguageCode + nameWithType: LiteFragment.SourceLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceLanguageCode +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_TargetLanguageCode + name: TargetLanguageCode + nameWithType: LiteFragment.TargetLanguageCode + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetLanguageCode +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_DocumentId + name: DocumentId + nameWithType: LiteFragment.DocumentId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.DocumentId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_Skeleton + name: Skeleton + nameWithType: LiteFragment.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Skeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_SourceContent + name: SourceContent + nameWithType: LiteFragment.SourceContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.SourceContent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_TargetContent + name: TargetContent + nameWithType: LiteFragment.TargetContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.TargetContent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LiteFragment_Index + name: Index + nameWithType: LiteFragment.Index + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.Index +- uid: System.Nullable{System.Int32} + commentId: T:System.Nullable{System.Int32} + parent: System + definition: System.Nullable`1 + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int? + nameWithType: int? + fullName: int? + nameWithType.vb: Integer? + fullName.vb: Integer? + name.vb: Integer? + spec.csharp: + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '?' + spec.vb: + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '?' +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml new file mode 100644 index 000000000..6497cb790 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.yml @@ -0,0 +1,1206 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + id: LockedContentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type + langs: + - csharp + - vb + name: LockedContentContainer + nameWithType: LockedContentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Marks content that is locked for editing. + example: [] + syntax: + content: 'public class LockedContentContainer : MarkupDataContainer' + content.vb: Public Class LockedContentContainer Inherits MarkupDataContainer + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + langs: + - csharp + - vb + name: LockedContentContainer() + nameWithType: LockedContentContainer.LockedContentContainer() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.LockedContentContainer() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class with an automatically generated unique identifier. + example: [] + syntax: + content: public LockedContentContainer() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor* + nameWithType.vb: LockedContentContainer.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + langs: + - csharp + - vb + name: LockedContentContainer(string) + nameWithType: LockedContentContainer.LockedContentContainer(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.LockedContentContainer(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class with a given unique identifier. + example: [] + syntax: + content: public LockedContentContainer(string id) + parameters: + - id: id + type: System.String + content.vb: Public Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor* + nameWithType.vb: LockedContentContainer.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: LockedContentContainer.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + langs: + - csharp + - vb + name: Type + nameWithType: LockedContentContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.html + name: LockedContentContainer + nameWithType: LockedContentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LockedContentContainer__ctor + name: LockedContentContainer + nameWithType: LockedContentContainer.LockedContentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.LockedContentContainer + nameWithType.vb: LockedContentContainer.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LockedContentContainer_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: LockedContentContainer.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_LockedContentContainer_Type + name: Type + nameWithType: LockedContentContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.Type diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml new file mode 100644 index 000000000..7cfe5df32 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.yml @@ -0,0 +1,986 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + id: MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + langs: + - csharp + - vb + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Represents the base class for all markup data elements in the LiteBCM model. + + Provides common properties and methods for managing hierarchical relationships, + + unique identification, and visitor pattern support for markup data structures. + example: [] + syntax: + content: public abstract class MarkupData + content.vb: Public MustInherit Class MarkupData + inheritance: + - System.Object + derivedClasses: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: MarkupData() + nameWithType: MarkupData.MarkupData() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.MarkupData() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected MarkupData() + content.vb: Protected Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor* + nameWithType.vb: MarkupData.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: MarkupData(string) + nameWithType: MarkupData.MarkupData(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.MarkupData(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected MarkupData(string id) + parameters: + - id: id + type: System.String + description: The identifier. + content.vb: Protected Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor* + nameWithType.vb: MarkupData.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public abstract void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public MustOverride Sub AcceptVisitor(visitor As LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Markup data unique id (GUID). + + Can not be null. + example: [] + syntax: + content: public virtual string Id { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Overridable Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the type. Should be implement in derived classes to uniquely identify the type of on deserialization. + example: [] + syntax: + content: protected abstract string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected MustOverride Property Type As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + id: Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The parent container. + example: [] + syntax: + content: public MarkupDataContainer Parent { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + content.vb: Public ReadOnly Property Parent As MarkupDataContainer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + id: ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The containing this item. + example: [] + syntax: + content: public LiteFragment ParentFragment { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + content.vb: Public ReadOnly Property ParentFragment As LiteFragment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + id: ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The containing this item. + example: [] + syntax: + content: public Paragraph ParentParagraph { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + content.vb: Public ReadOnly Property ParentParagraph As Paragraph + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + id: ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The containing this item. + example: [] + syntax: + content: public virtual ParagraphUnit ParentParagraphUnit { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + content.vb: Public Overridable Property ParentParagraphUnit As ParagraphUnit + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + id: Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: This item's ancestors, in ascending order. + example: [] + syntax: + content: public IEnumerable Ancestors { get; } + parameters: [] + return: + type: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer} + content.vb: Public ReadOnly Property Ancestors As IEnumerable(Of MarkupDataContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + id: ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + The containing this item. + + Null if the item isn't inside of a Segment. + example: [] + syntax: + content: public Segment ParentSegment { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + content.vb: Public ReadOnly Property ParentSegment As Segment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + id: IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: True if this is a container. Otherwise false. + example: [] + syntax: + content: public bool IsContainer { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property IsContainer As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + id: IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + langs: + - csharp + - vb + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + The index of this item in the parent . + + -1 if it doesn't have a parent. + example: [] + syntax: + content: public int IndexInParent { get; } + parameters: [] + return: + type: System.Int32 + content.vb: Public ReadOnly Property IndexInParent As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ctor + name: MarkupData + nameWithType: MarkupData.MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.MarkupData + nameWithType.vb: MarkupData.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: MarkupData.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html + name: LiteFragment + nameWithType: LiteFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html + name: Paragraph + nameWithType: Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer} + commentId: T:System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of MarkupDataContainer) + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer) + name.vb: IEnumerable(Of MarkupDataContainer) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml new file mode 100644 index 000000000..b24663baa --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.yml @@ -0,0 +1,1455 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + id: MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + langs: + - csharp + - vb + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Initializes a new instance of the class. + + Represents an abstract container for elements, providing thread-safe management of child items, + + hierarchical traversal, and collection manipulation methods. Enforces constraints such as unique child IDs among siblings and ancestors, + + and prevents nesting of certain container types. Supports depth-first traversal, addition, insertion, removal, and movement of child elements. + example: [] + syntax: + content: 'public abstract class MarkupDataContainer : MarkupData' + content.vb: Public MustInherit Class MarkupDataContainer Inherits MarkupData + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + derivedClasses: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: MarkupDataContainer() + nameWithType: MarkupDataContainer.MarkupDataContainer() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MarkupDataContainer() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected MarkupDataContainer() + content.vb: Protected Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor* + nameWithType.vb: MarkupDataContainer.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: MarkupDataContainer(string) + nameWithType: MarkupDataContainer.MarkupDataContainer(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MarkupDataContainer(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected MarkupDataContainer(string id) + parameters: + - id: id + type: System.String + description: The identifier. + content.vb: Protected Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor* + nameWithType.vb: MarkupDataContainer.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + id: GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Finds all the items in the subtree which satisfy a specific condition, in depth-first order. + example: [] + syntax: + content: public IEnumerable GetAllChildren(Func condition) + parameters: + - id: condition + type: System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean} + description: '' + return: + type: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + description: '' + content.vb: Public Function GetAllChildren(condition As Func(Of MarkupData, Boolean)) As IEnumerable(Of MarkupData) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren* + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + id: GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Finds all the items in the subtree which satisfy a specific condition, in depth-first order. + example: [] + syntax: + content: 'public IEnumerable GetAllChildren(Func condition) where T : MarkupData' + parameters: + - id: condition + type: System.Func{{T},System.Boolean} + description: '' + typeParameters: + - id: T + return: + type: System.Collections.Generic.IEnumerable{{T}} + description: '' + content.vb: Public Function GetAllChildren(Of T As MarkupData)(condition As Func(Of T, Boolean)) As IEnumerable(Of T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren* + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + id: Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Adds a new to the container. + example: [] + syntax: + content: public MarkupDataContainer Add(MarkupData markupData) + parameters: + - id: markupData + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: The item to be added. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + description: The container after the change. + content.vb: Public Function Add(markupData As MarkupData) As MarkupDataContainer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + id: Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Adds a new to the container. + example: [] + syntax: + content: public MarkupDataContainer Add(IEnumerable range) + parameters: + - id: range + type: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + description: The range of items to be added. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + description: The container after the change. + content.vb: Public Function Add(range As IEnumerable(Of MarkupData)) As MarkupDataContainer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add* + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + id: Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Inserts a new into the container. + example: [] + syntax: + content: public MarkupDataContainer Insert(int index, MarkupData markupData) + parameters: + - id: index + type: System.Int32 + description: The position where the item should be inserted. + - id: markupData + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: The item to be inserted. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + description: The container after the change. + content.vb: Public Function Insert(index As Integer, markupData As MarkupData) As MarkupDataContainer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert* + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + id: Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Removes a item from the container. + example: [] + syntax: + content: public MarkupDataContainer Remove(MarkupData markupData) + parameters: + - id: markupData + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: The item to be removed. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + description: The container after the changes. + content.vb: Public Function Remove(markupData As MarkupData) As MarkupDataContainer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + id: Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Removes all the items from this container. + + Sets the previous children Parent property to null. + example: [] + syntax: + content: public void Clear() + content.vb: Public Sub Clear() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + id: IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the index of a given item. + example: [] + syntax: + content: public int IndexOf(MarkupData markupData) + parameters: + - id: markupData + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: Item to retrieve index for. + return: + type: System.Int32 + description: Index of the given item in the collection. -1 if not found. + content.vb: Public Function IndexOf(markupData As MarkupData) As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + id: GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets an for the container's children. + example: [] + syntax: + content: public IEnumerator GetEnumerator() + return: + type: System.Collections.Generic.IEnumerator{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + description: An instance enumerating the container's children. + content.vb: Public Function GetEnumerator() As IEnumerator(Of MarkupData) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + id: MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Moves the children of this container to another instance. + example: [] + syntax: + content: public void MoveToContainer(MarkupDataContainer target, int sourceIndex, int targetIndex, int count) + parameters: + - id: target + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + description: The target . + - id: sourceIndex + type: System.Int32 + description: Index in the source container, from where to start moving elements. + - id: targetIndex + type: System.Int32 + description: Index in the target container, where the elements should be inserted. + - id: count + type: System.Int32 + description: Number of elements to be moved. + content.vb: Public Sub MoveToContainer(target As MarkupDataContainer, sourceIndex As Integer, targetIndex As Integer, count As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer* + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + id: ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Converts to string. + example: [] + syntax: + content: public override string ToString() + return: + type: System.String + description: A that represents this instance. + content.vb: Public Overrides Function ToString() As String + overridden: System.Object.ToString + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + id: Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + The container's direct children. + + Can not be null. Null items can not be added. Items with duplicate Id values are not allowed between siblings or in the ancestors. + + RevisionContainer and FeedbackContainer items are not allowed to be nested. + example: [] + syntax: + content: public IReadOnlyCollection Children { get; } + parameters: [] + return: + type: System.Collections.Generic.IReadOnlyCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + content.vb: Public ReadOnly Property Children As IReadOnlyCollection(Of MarkupData) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + id: AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: All the items in the subtree, in depth-first order. + example: [] + syntax: + content: public IEnumerable AllSubItems { get; } + parameters: [] + return: + type: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + content.vb: Public ReadOnly Property AllSubItems As IEnumerable(Of MarkupData) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + id: Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the number of children of this container. + example: [] + syntax: + content: public int Count { get; } + parameters: [] + return: + type: System.Int32 + description: The number of children of this container. + content.vb: Public ReadOnly Property Count As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + id: Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + langs: + - csharp + - vb + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the at the specified index. + example: [] + syntax: + content: public MarkupData this[int index] { get; set; } + parameters: + - id: index + type: System.Int32 + description: The index. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + description: The . + content.vb: Public Default Property this[](index As Integer) As MarkupData + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item* + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer__ctor + name: MarkupDataContainer + nameWithType: MarkupDataContainer.MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MarkupDataContainer + nameWithType.vb: MarkupDataContainer.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren + nameWithType: MarkupDataContainer.GetAllChildren + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren +- uid: System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean} + commentId: T:System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean} + parent: System + definition: System.Func`2 + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of MarkupData, Boolean) + fullName.vb: System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean) + name.vb: Func(Of MarkupData, Boolean) + spec.csharp: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + spec.vb: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + commentId: T:System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of MarkupData) + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: IEnumerable(Of MarkupData) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - name: TResult + - name: '>' + spec.vb: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - name: TResult + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Func{{T},System.Boolean} + commentId: T:System.Func{``0,System.Boolean} + parent: System + definition: System.Func`2 + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, Boolean) + fullName.vb: System.Func(Of T, Boolean) + name.vb: Func(Of T, Boolean) + spec.csharp: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + spec.vb: + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: System.Collections.Generic.IEnumerable{{T}} + commentId: T:System.Collections.Generic.IEnumerable{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add + nameWithType: MarkupDataContainer.Add + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert + nameWithType: MarkupDataContainer.Insert + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove + nameWithType: MarkupDataContainer.Remove + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear + nameWithType: MarkupDataContainer.Clear + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf + nameWithType: MarkupDataContainer.IndexOf + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf +- uid: System.Collections.Generic.IEnumerator`1 + commentId: T:System.Collections.Generic.IEnumerator`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of T) + fullName.vb: System.Collections.Generic.IEnumerator(Of T) + name.vb: IEnumerator(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator + nameWithType: MarkupDataContainer.GetEnumerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator +- uid: System.Collections.Generic.IEnumerator{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + commentId: T:System.Collections.Generic.IEnumerator{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerator`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + name: IEnumerator + nameWithType: IEnumerator + fullName: System.Collections.Generic.IEnumerator + nameWithType.vb: IEnumerator(Of MarkupData) + fullName.vb: System.Collections.Generic.IEnumerator(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: IEnumerator(Of MarkupData) + spec.csharp: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerator`1 + name: IEnumerator + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer + nameWithType: MarkupDataContainer.MoveToContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString + nameWithType: MarkupDataContainer.ToString + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: System.Collections.Generic.IReadOnlyCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + commentId: T:System.Collections.Generic.IReadOnlyCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData} + parent: System.Collections.Generic + definition: System.Collections.Generic.IReadOnlyCollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of MarkupData) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: IReadOnlyCollection(Of MarkupData) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: System.Collections.Generic.IReadOnlyCollection`1 + commentId: T:System.Collections.Generic.IReadOnlyCollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + name: IReadOnlyCollection + nameWithType: IReadOnlyCollection + fullName: System.Collections.Generic.IReadOnlyCollection + nameWithType.vb: IReadOnlyCollection(Of T) + fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) + name.vb: IReadOnlyCollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IReadOnlyCollection`1 + name: IReadOnlyCollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + name: this + nameWithType: MarkupDataContainer.this + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this + nameWithType.vb: MarkupDataContainer.this[] + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[] + name.vb: this[] diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml new file mode 100644 index 000000000..922d955b1 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.yml @@ -0,0 +1,1285 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + id: Paragraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type + langs: + - csharp + - vb + name: Paragraph + nameWithType: Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: A containing the source or target content of a . + example: [] + syntax: + content: 'public class Paragraph : MarkupDataContainer' + content.vb: Public Class Paragraph Inherits MarkupDataContainer + seealso: + - linkId: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + langs: + - csharp + - vb + name: Paragraph() + nameWithType: Paragraph.Paragraph() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Paragraph() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public Paragraph() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor* + nameWithType.vb: Paragraph.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + langs: + - csharp + - vb + name: Paragraph(string) + nameWithType: Paragraph.Paragraph(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Paragraph(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public Paragraph(string id) + parameters: + - id: id + type: System.String + description: The identifier. + content.vb: Public Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor* + nameWithType.vb: Paragraph.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + id: '#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + langs: + - csharp + - vb + name: Paragraph(Segment) + nameWithType: Paragraph.Paragraph(Segment) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Paragraph(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class with a particular child . + example: [] + syntax: + content: public Paragraph(Segment segment) + parameters: + - id: segment + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: The to be added as a child to this instance. + content.vb: Public Sub New(segment As Segment) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor* + nameWithType.vb: Paragraph.New(Segment) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.New(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + name.vb: New(Segment) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: Paragraph.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit + id: ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + langs: + - csharp + - vb + name: ParentParagraphUnit + nameWithType: Paragraph.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The containing this item. + example: [] + syntax: + content: public override ParagraphUnit ParentParagraphUnit { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + content.vb: Public Overrides Property ParentParagraphUnit As ParagraphUnit + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + langs: + - csharp + - vb + name: Type + nameWithType: Paragraph.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html + name: Paragraph + nameWithType: Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph__ctor + name: Paragraph + nameWithType: Paragraph.Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Paragraph + nameWithType.vb: Paragraph.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: Paragraph.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: Paragraph.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph_Type + name: Type + nameWithType: Paragraph.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.Type diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml new file mode 100644 index 000000000..d05b9a2b9 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.yml @@ -0,0 +1,828 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + id: ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString + langs: + - csharp + - vb + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The main element of translatable content. Contains a source and target element. + example: [] + syntax: + content: public class ParagraphUnit + content.vb: Public Class ParagraphUnit + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + id: '#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: ParagraphUnit(Paragraph, Paragraph) + nameWithType: ParagraphUnit.ParagraphUnit(Paragraph, Paragraph) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParagraphUnit(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public ParagraphUnit(Paragraph source, Paragraph target) + parameters: + - id: source + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + - id: target + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + content.vb: Public Sub New(source As Paragraph, target As Paragraph) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor* + nameWithType.vb: ParagraphUnit.New(Paragraph, Paragraph) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.New(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + name.vb: New(Paragraph, Paragraph) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + id: '#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: ParagraphUnit(string, Paragraph, Paragraph) + nameWithType: ParagraphUnit.ParagraphUnit(string, Paragraph, Paragraph) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParagraphUnit(string, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public ParagraphUnit(string id, Paragraph source, Paragraph target) + parameters: + - id: id + type: System.String + - id: source + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + - id: target + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + content.vb: Public Sub New(id As String, source As Paragraph, target As Paragraph) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor* + nameWithType.vb: ParagraphUnit.New(String, Paragraph, Paragraph) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.New(String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph) + name.vb: New(String, Paragraph, Paragraph) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString + id: ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: ToString() + nameWithType: ParagraphUnit.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Converts to string. + example: [] + syntax: + content: public override string ToString() + return: + type: System.String + description: A that represents this instance. + content.vb: Public Overrides Function ToString() As String + overridden: System.Object.ToString + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: Id + nameWithType: ParagraphUnit.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the identifier. + + Can not be null. + example: [] + syntax: + content: public string Id { get; set; } + parameters: [] + return: + type: System.String + description: The identifier. + content.vb: Public Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId + id: ParentFileId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: ParentFileId + nameWithType: ParagraphUnit.ParentFileId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the parent identifier. + example: [] + syntax: + content: public string ParentFileId { get; } + parameters: [] + return: + type: System.String + description: The parent identifier. + content.vb: Public ReadOnly Property ParentFileId As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked + id: IsLocked + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: IsLocked + nameWithType: ParagraphUnit.IsLocked + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets a value indicating whether this instance is locked. + example: [] + syntax: + content: public bool IsLocked { get; set; } + parameters: [] + return: + type: System.Boolean + description: true if this instance is locked; otherwise, false. + content.vb: Public Property IsLocked As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index + id: Index + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: Index + nameWithType: ParagraphUnit.Index + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the index of this instance in the . + example: [] + syntax: + content: public int Index { get; set; } + parameters: [] + return: + type: System.Int32 + description: The index of this instance in the . + content.vb: Public Property Index As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source + id: Source + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: Source + nameWithType: ParagraphUnit.Source + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the source . + + Can not be null. + example: [] + syntax: + content: public Paragraph Source { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + description: The source . + content.vb: Public Property Source As Paragraph + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target + id: Target + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: Target + nameWithType: ParagraphUnit.Target + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the target . + + Can not be null. + example: [] + syntax: + content: public Paragraph Target { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + description: The target . + content.vb: Public Property Target As Paragraph + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + id: ParentFile + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: ParentFile + nameWithType: ParagraphUnit.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the parent . + example: [] + syntax: + content: public File ParentFile { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + description: The parent . + content.vb: Public ReadOnly Property ParentFile As File + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs + id: SegmentPairs + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + langs: + - csharp + - vb + name: SegmentPairs + nameWithType: ParagraphUnit.SegmentPairs + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets all the source and target in this instance, paired as elements. + example: [] + syntax: + content: public SegmentPairCollection SegmentPairs { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + description: The segment pairs. + content.vb: Public ReadOnly Property SegmentPairs As SegmentPairCollection + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html + name: Paragraph + nameWithType: Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Paragraph_ + name: ParagraphUnit + nameWithType: ParagraphUnit.ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParagraphUnit + nameWithType.vb: ParagraphUnit.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_ToString + name: ToString + nameWithType: ParagraphUnit.ToString + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ToString +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_Id + name: Id + nameWithType: ParagraphUnit.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_ParentFileId + name: ParentFileId + nameWithType: ParagraphUnit.ParentFileId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFileId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_IsLocked + name: IsLocked + nameWithType: ParagraphUnit.IsLocked + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.IsLocked +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_ParentFile + name: ParentFile + nameWithType: ParagraphUnit.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_Index + name: Index + nameWithType: ParagraphUnit.Index + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Index +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_Source + name: Source + nameWithType: ParagraphUnit.Source + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Source +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_Target + name: Target + nameWithType: ParagraphUnit.Target + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.Target +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_ParentFile + name: ParentFile + nameWithType: ParagraphUnit.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.ParentFile +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + name: SegmentPair + nameWithType: SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ParagraphUnit_SegmentPairs + name: SegmentPairs + nameWithType: ParagraphUnit.SegmentPairs + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.SegmentPairs +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection.html + name: SegmentPairCollection + nameWithType: SegmentPairCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml new file mode 100644 index 000000000..91472d69d --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.yml @@ -0,0 +1,936 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + id: PlaceholderTag + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.String,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type + langs: + - csharp + - vb + name: PlaceholderTag + nameWithType: PlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: A tag with no translatable content. + example: [] + syntax: + content: 'public class PlaceholderTag : MarkupData, ISkeletonItemReference' + content.vb: Public Class PlaceholderTag Inherits MarkupData Implements ISkeletonItemReference(Of PlaceholderTagDefinition) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: PlaceholderTag(int) + nameWithType: PlaceholderTag.PlaceholderTag(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTag(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public PlaceholderTag(int placeholderTagDefinitionId) + parameters: + - id: placeholderTagDefinitionId + type: System.Int32 + description: The identifier for the PlaceholderTagPairDefinition + content.vb: Public Sub New(placeholderTagDefinitionId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor* + nameWithType.vb: PlaceholderTag.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.String,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor(System.String,System.Int32) + id: '#ctor(System.String,System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: PlaceholderTag(string, int) + nameWithType: PlaceholderTag.PlaceholderTag(string, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTag(string, int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public PlaceholderTag(string id, int placeholderTagDefinitionId) + parameters: + - id: id + type: System.String + description: The identifier + - id: placeholderTagDefinitionId + type: System.Int32 + description: The identifier for the PlaceholderTagPairDefinition + content.vb: Public Sub New(id As String, placeholderTagDefinitionId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor* + nameWithType.vb: PlaceholderTag.New(String, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.New(String, Integer) + name.vb: New(String, Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: PlaceholderTag.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId + id: PlaceholderTagDefinitionId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: PlaceholderTagDefinitionId + nameWithType: PlaceholderTag.PlaceholderTagDefinitionId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the id. + + When associated with a skeleton, the ID must correspond to a valid in the skeleton. + example: [] + syntax: + content: public int PlaceholderTagDefinitionId { get; set; } + parameters: [] + return: + type: System.Int32 + description: The id. + content.vb: Public Property PlaceholderTagDefinitionId As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber + id: TagNumber + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: TagNumber + nameWithType: PlaceholderTag.TagNumber + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the TagNumber for this instance. This is the same as the "frameworkOriginalTagId" + + metadata but now exposed on the tag as well (the metadata will become deprecated). + + If needed, it will be populated on deserialization from the metadata, the value remains null + + if not present (which should not be the case). + + Can not be set to null. + example: [] + syntax: + content: public string TagNumber { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property TagNumber As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition + id: Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: Definition + nameWithType: PlaceholderTag.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the definition of this item from the . + example: [] + syntax: + content: public PlaceholderTagDefinition Definition { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + description: The definition of this item from the . + content.vb: Public ReadOnly Property Definition As PlaceholderTagDefinition + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition* + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition}.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + langs: + - csharp + - vb + name: Type + nameWithType: PlaceholderTag.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of PlaceholderTagDefinition) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition) + name.vb: ISkeletonItemReference(Of PlaceholderTagDefinition) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + name: PlaceholderTagDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + name: PlaceholderTagDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T) + name.vb: ISkeletonItemReference(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html + name: PlaceholderTag + nameWithType: PlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag__ctor_System_Int32_ + name: PlaceholderTag + nameWithType: PlaceholderTag.PlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTag + nameWithType.vb: PlaceholderTag.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: PlaceholderTag.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + name: PlaceholderTagDefinition + nameWithType: PlaceholderTagDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag_PlaceholderTagDefinitionId + name: PlaceholderTagDefinitionId + nameWithType: PlaceholderTag.PlaceholderTagDefinitionId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.PlaceholderTagDefinitionId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag_TagNumber + name: TagNumber + nameWithType: PlaceholderTag.TagNumber + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.TagNumber +- uid: Sdl.Core.Bcm.StudioPublicModel.Skeleton.FileSkeleton + commentId: T:Sdl.Core.Bcm.StudioPublicModel.Skeleton.FileSkeleton + isExternal: true +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag_Definition + name: Definition + nameWithType: PlaceholderTag.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition}.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition}.Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of PlaceholderTagDefinition).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of T).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_PlaceholderTag_Type + name: Type + nameWithType: PlaceholderTag.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.Type diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml new file mode 100644 index 000000000..cd2ee3158 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.yml @@ -0,0 +1,1250 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + id: RevisionContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type + langs: + - csharp + - vb + name: RevisionContainer + nameWithType: RevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Marks revisions to the translated content. + example: [] + syntax: + content: 'public class RevisionContainer : MarkupDataContainer' + content.vb: Public Class RevisionContainer Inherits MarkupDataContainer + seealso: + - linkId: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + langs: + - csharp + - vb + name: RevisionContainer() + nameWithType: RevisionContainer.RevisionContainer() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionContainer() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public RevisionContainer() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor* + nameWithType.vb: RevisionContainer.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType) + id: '#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + langs: + - csharp + - vb + name: RevisionContainer(RevisionType) + nameWithType: RevisionContainer.RevisionContainer(RevisionType) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public RevisionContainer(RevisionType revisionType) + parameters: + - id: revisionType + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + description: Type of the revision. + content.vb: Public Sub New(revisionType As RevisionType) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor* + nameWithType.vb: RevisionContainer.New(RevisionType) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.New(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType) + name.vb: New(RevisionType) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: RevisionContainer.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType + id: RevisionType + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + langs: + - csharp + - vb + name: RevisionType + nameWithType: RevisionContainer.RevisionType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the type of the revision. + example: [] + syntax: + content: public RevisionType RevisionType { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + description: The type of the revision. + content.vb: Public Property RevisionType As RevisionType + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + langs: + - csharp + - vb + name: Type + nameWithType: RevisionContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html + name: RevisionContainer + nameWithType: RevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_RevisionContainer__ctor + name: RevisionContainer + nameWithType: RevisionContainer.RevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionContainer + nameWithType.vb: RevisionContainer.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.html + name: RevisionType + nameWithType: RevisionType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_RevisionContainer_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: RevisionContainer.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_RevisionContainer_RevisionType + name: RevisionType + nameWithType: RevisionContainer.RevisionType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.RevisionType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_RevisionContainer_Type + name: Type + nameWithType: RevisionContainer.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.Type +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml new file mode 100644 index 000000000..c63f7d095 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.yml @@ -0,0 +1,149 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + id: RevisionType + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Deleted + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Inserted + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Unchanged + langs: + - csharp + - vb + name: RevisionType + nameWithType: RevisionType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + type: Enum + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Types of . + example: [] + syntax: + content: public enum RevisionType + content.vb: Public Enum RevisionType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Inserted + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Inserted + id: Inserted + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + langs: + - csharp + - vb + name: Inserted + nameWithType: RevisionType.Inserted + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Inserted + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Content was inserted. + example: [] + syntax: + content: Inserted = 1 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Deleted + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Deleted + id: Deleted + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + langs: + - csharp + - vb + name: Deleted + nameWithType: RevisionType.Deleted + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Deleted + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Content was deleted. + example: [] + syntax: + content: Deleted = 2 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Unchanged + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Unchanged + id: Unchanged + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + langs: + - csharp + - vb + name: Unchanged + nameWithType: RevisionType.Unchanged + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.Unchanged + type: Field + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: The content was not changed. + example: [] + syntax: + content: Unchanged = 3 + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html + name: RevisionContainer + nameWithType: RevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.html + name: RevisionType + nameWithType: RevisionType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml new file mode 100644 index 000000000..316e9f54c --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.yml @@ -0,0 +1,1469 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + id: Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type + langs: + - csharp + - vb + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Basic unit of translatable content. + example: [] + syntax: + content: 'public class Segment : MarkupDataContainer' + content.vb: Public Class Segment Inherits MarkupDataContainer + seealso: + - linkId: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: Segment(string) + nameWithType: Segment.Segment(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Segment(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public Segment(string segmentNumber) + parameters: + - id: segmentNumber + type: System.String + description: The segment number. + content.vb: Public Sub New(segmentNumber As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor* + nameWithType.vb: Segment.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,System.String) + id: '#ctor(System.String,System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: Segment(string, string) + nameWithType: Segment.Segment(string, string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Segment(string, string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public Segment(string id, string segmentNumber) + parameters: + - id: id + type: System.String + - id: segmentNumber + type: System.String + description: The segment number. + content.vb: Public Sub New(id As String, segmentNumber As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor* + nameWithType.vb: Segment.New(String, String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.New(String, String) + name.vb: New(String, String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel) + id: '#ctor(System.String,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: Segment(string, ConfirmationLevel) + nameWithType: Segment.Segment(string, ConfirmationLevel) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Segment(string, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public Segment(string segmentNumber, ConfirmationLevel confirmationLevel) + parameters: + - id: segmentNumber + type: System.String + description: The segment number. + - id: confirmationLevel + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + description: The confirmation level. + content.vb: Public Sub New(segmentNumber As String, confirmationLevel As ConfirmationLevel) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor* + nameWithType.vb: Segment.New(String, ConfirmationLevel) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.New(String, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel) + name.vb: New(String, ConfirmationLevel) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: Segment.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString + id: ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: ToString() + nameWithType: Segment.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Converts to string. + example: [] + syntax: + content: public override string ToString() + return: + type: System.String + description: A that represents this instance. + content.vb: Public Overrides Function ToString() As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel + id: ConfirmationLevel + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: ConfirmationLevel + nameWithType: Segment.ConfirmationLevel + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the confirmation level (translation status). + example: [] + syntax: + content: public ConfirmationLevel ConfirmationLevel { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + description: The confirmation level (translation status). + content.vb: Public Property ConfirmationLevel As ConfirmationLevel + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked + id: IsLocked + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: IsLocked + nameWithType: Segment.IsLocked + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets a value indicating whether this instance is locked for editing. + example: [] + syntax: + content: public bool IsLocked { get; set; } + parameters: [] + return: + type: System.Boolean + description: true if this instance is locked for editing; otherwise, false. + content.vb: Public Property IsLocked As Boolean + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber + id: SegmentNumber + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: SegmentNumber + nameWithType: Segment.SegmentNumber + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the segment number. + + Can not be null or empty. + example: [] + syntax: + content: public string SegmentNumber { get; set; } + parameters: [] + return: + type: System.String + description: The segment number. + content.vb: Public Property SegmentNumber As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin + id: TranslationOrigin + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: TranslationOrigin + nameWithType: Segment.TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the translation origin (translation source information). + example: [] + syntax: + content: public TranslationOrigin TranslationOrigin { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + description: The translation origin. + content.vb: Public Property TranslationOrigin As TranslationOrigin + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: Type + nameWithType: Segment.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment + id: SiblingSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + langs: + - csharp + - vb + name: SiblingSegment + nameWithType: Segment.SiblingSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the sibling segment. + remarks: If this is the source segment, it retrieves the target (and the other way around) + example: [] + syntax: + content: public Segment SiblingSegment { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: The sibling segment. + content.vb: Public ReadOnly Property SiblingSegment As Segment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment__ctor_System_String_ + name: Segment + nameWithType: Segment.Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Segment + nameWithType.vb: Segment.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.html + name: ConfirmationLevel + nameWithType: ConfirmationLevel + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: Segment.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_ToString + name: ToString + nameWithType: Segment.ToString + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ToString +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_ConfirmationLevel + name: ConfirmationLevel + nameWithType: Segment.ConfirmationLevel + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_IsLocked + name: IsLocked + nameWithType: Segment.IsLocked + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.IsLocked +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_SegmentNumber + name: SegmentNumber + nameWithType: Segment.SegmentNumber + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SegmentNumber +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_TranslationOrigin + name: TranslationOrigin + nameWithType: Segment.TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.TranslationOrigin +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html + name: TranslationOrigin + nameWithType: TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_Type + name: Type + nameWithType: Segment.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_SiblingSegment + name: SiblingSegment + nameWithType: Segment.SiblingSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.SiblingSegment diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml new file mode 100644 index 000000000..a74d46964 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.yml @@ -0,0 +1,438 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + id: SegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target + langs: + - csharp + - vb + name: SegmentPair + nameWithType: SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Class grouping together the source and equivalent target . + example: [] + syntax: + content: public class SegmentPair + content.vb: Public Class SegmentPair + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + id: '#ctor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + langs: + - csharp + - vb + name: SegmentPair(Segment, Segment) + nameWithType: SegmentPair.SegmentPair(Segment, Segment) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.SegmentPair(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public SegmentPair(Segment source, Segment target) + parameters: + - id: source + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: The source. + - id: target + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: The target. + content.vb: Public Sub New(source As Segment, target As Segment) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor* + nameWithType.vb: SegmentPair.New(Segment, Segment) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.New(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment) + name.vb: New(Segment, Segment) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source + id: Source + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + langs: + - csharp + - vb + name: Source + nameWithType: SegmentPair.Source + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the source. + example: [] + syntax: + content: public Segment Source { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: The source. + content.vb: Public Property Source As Segment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target + id: Target + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + langs: + - csharp + - vb + name: Target + nameWithType: SegmentPair.Target + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the target. + example: [] + syntax: + content: public Segment Target { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + description: The target. + content.vb: Public Property Target As Segment + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + name: SegmentPair + nameWithType: SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_SegmentPair__ctor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Segment_ + name: SegmentPair + nameWithType: SegmentPair.SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.SegmentPair + nameWithType.vb: SegmentPair.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_SegmentPair_Source + name: Source + nameWithType: SegmentPair.Source + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Source +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_SegmentPair_Target + name: Target + nameWithType: SegmentPair.Target + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.Target diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.yml new file mode 100644 index 000000000..b8474a3a0 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.yml @@ -0,0 +1,510 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + id: CommentDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text + langs: + - csharp + - vb + name: CommentDefinition + nameWithType: CommentDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Contains comment data. Can be referenced by multiple instances. + example: [] + syntax: + content: 'public class CommentDefinition : SkeletonItem' + content.vb: Public Class CommentDefinition Inherits SkeletonItem + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.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 +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + langs: + - csharp + - vb + name: CommentDefinition(int) + nameWithType: CommentDefinition.CommentDefinition(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.CommentDefinition(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public CommentDefinition(int id) + parameters: + - id: id + type: System.Int32 + description: The identifier. + content.vb: Public Sub New(id As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor* + nameWithType.vb: CommentDefinition.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text + id: Text + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + langs: + - csharp + - vb + name: Text + nameWithType: CommentDefinition.Text + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the text. + example: [] + syntax: + content: public string Text { get; set; } + parameters: [] + return: + type: System.String + description: The text. + content.vb: Public Property Text As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer.html + name: CommentContainer + nameWithType: CommentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonItem_Id + name: Id + nameWithType: SkeletonItem.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Annotations + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + name: CommentDefinition + nameWithType: CommentDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_CommentDefinition__ctor_System_Int32_ + name: CommentDefinition + nameWithType: CommentDefinition.CommentDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.CommentDefinition + nameWithType.vb: CommentDefinition.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_CommentDefinition_Text + name: Text + nameWithType: CommentDefinition.Text + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.Text +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml new file mode 100644 index 000000000..89c27af24 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.yml @@ -0,0 +1,886 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + id: FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + langs: + - csharp + - vb + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Holds data for a that is referenced by different elements. + example: [] + syntax: + content: public class FileSkeleton + content.vb: Public Class FileSkeleton + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: FileSkeleton() + nameWithType: FileSkeleton.FileSkeleton() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileSkeleton() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Public constructor. + example: [] + syntax: + content: public FileSkeleton() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor* + nameWithType.vb: FileSkeleton.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId + id: FileId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: FileId + nameWithType: FileSkeleton.FileId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: The id. + example: [] + syntax: + content: public string FileId { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property FileId As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions + id: CommentDefinitions + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: CommentDefinitions + nameWithType: FileSkeleton.CommentDefinitions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Collection of all the elements referenced in a . + + Can not be set to null, and null items can not be added. + example: [] + syntax: + content: public SkeletonCollection CommentDefinitions { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + content.vb: Public Property CommentDefinitions As SkeletonCollection(Of CommentDefinition) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions + id: TagPairDefinitions + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: TagPairDefinitions + nameWithType: FileSkeleton.TagPairDefinitions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Collection of all the elements referenced in a . + + Can not be set to null, and null items can not be added. + example: [] + syntax: + content: public SkeletonCollection TagPairDefinitions { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + content.vb: Public Property TagPairDefinitions As SkeletonCollection(Of TagPairDefinition) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions + id: PlaceholderTagDefinitions + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: PlaceholderTagDefinitions + nameWithType: FileSkeleton.PlaceholderTagDefinitions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Collection of all the elements referenced in a . + + Can not be set to null, and null items can not be added. + example: [] + syntax: + content: public SkeletonCollection PlaceholderTagDefinitions { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + content.vb: Public Property PlaceholderTagDefinitions As SkeletonCollection(Of PlaceholderTagDefinition) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + id: TerminologyData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: TerminologyData + nameWithType: FileSkeleton.TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Collection of all the elements referenced in a . + + Can not be set to null, and null items can not be added. + example: [] + syntax: + content: public SkeletonCollection TerminologyData { get; set; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + content.vb: Public Property TerminologyData As SkeletonCollection(Of TerminologyData) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile + id: ParentFile + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: ParentFile + nameWithType: FileSkeleton.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: The for which this is defined. + example: [] + syntax: + content: public File ParentFile { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + content.vb: Public ReadOnly Property ParentFile As File + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + id: IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + langs: + - csharp + - vb + name: IdGenerator + nameWithType: FileSkeleton.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: An instance that creates unique numeric IDs for all the elements in different collection. + example: [] + syntax: + content: public IdGenerator IdGenerator { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + content.vb: Public ReadOnly Property IdGenerator As IdGenerator + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton__ctor + name: FileSkeleton + nameWithType: FileSkeleton.FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileSkeleton + nameWithType.vb: FileSkeleton.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_FileId + name: FileId + nameWithType: FileSkeleton.FileId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.FileId +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + name: CommentDefinition + nameWithType: CommentDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_CommentDefinitions + name: CommentDefinitions + nameWithType: FileSkeleton.CommentDefinitions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.CommentDefinitions +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of CommentDefinition) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition) + name.vb: SkeletonCollection(Of CommentDefinition) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + name: CommentDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + name: CommentDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T) + name.vb: SkeletonCollection(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + name: TagPairDefinition + nameWithType: TagPairDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_TagPairDefinitions + name: TagPairDefinitions + nameWithType: FileSkeleton.TagPairDefinitions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TagPairDefinitions +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of TagPairDefinition) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition) + name.vb: SkeletonCollection(Of TagPairDefinition) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + name: TagPairDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + name: TagPairDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + name: PlaceholderTagDefinition + nameWithType: PlaceholderTagDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_PlaceholderTagDefinitions + name: PlaceholderTagDefinitions + nameWithType: FileSkeleton.PlaceholderTagDefinitions + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.PlaceholderTagDefinitions +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of PlaceholderTagDefinition) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition) + name.vb: SkeletonCollection(Of PlaceholderTagDefinition) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + name: PlaceholderTagDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + name: PlaceholderTagDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_TerminologyData + name: TerminologyData + nameWithType: FileSkeleton.TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_TerminologyData + name: TerminologyData + nameWithType: FileSkeleton.TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.TerminologyData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of TerminologyData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData) + name.vb: SkeletonCollection(Of TerminologyData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + name: TerminologyData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + name: TerminologyData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_ParentFile + name: ParentFile + nameWithType: FileSkeleton.ParentFile + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.ParentFile +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_IdGenerator + name: IdGenerator + nameWithType: FileSkeleton.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_IdGenerator + name: IdGenerator + nameWithType: FileSkeleton.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html + name: IdGenerator + nameWithType: IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml new file mode 100644 index 000000000..95451fa08 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.yml @@ -0,0 +1,582 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + id: IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext``1 + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom``1(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{``0}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update``1(``0) + langs: + - csharp + - vb + name: IdGenerator + nameWithType: IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Creates unique numeric IDs for all the elements in different collection. + example: [] + syntax: + content: public class IdGenerator + content.vb: Public Class IdGenerator + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext``1 + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext``1 + id: GetNext``1 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + langs: + - csharp + - vb + name: GetNext() + nameWithType: IdGenerator.GetNext() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets the next ID. + example: [] + syntax: + content: 'public int GetNext() where T : SkeletonItem' + typeParameters: + - id: T + description: '' + return: + type: System.Int32 + description: The next ID in the sequence. + content.vb: Public Function GetNext(Of T As SkeletonItem)() As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext* + nameWithType.vb: IdGenerator.GetNext(Of T)() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext(Of T)() + name.vb: GetNext(Of T)() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update``1(``0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update``1(``0) + id: Update``1(``0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + langs: + - csharp + - vb + name: Update(T) + nameWithType: IdGenerator.Update(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Updates the ID sequence with the ID of the specified item. + example: [] + syntax: + content: 'public void Update(T item) where T : SkeletonItem' + parameters: + - id: item + type: '{T}' + description: The item. + typeParameters: + - id: T + description: '' + content.vb: Public Sub Update(Of T As SkeletonItem)(item As T) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update* + nameWithType.vb: IdGenerator.Update(Of T)(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update(Of T)(T) + name.vb: Update(Of T)(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton) + id: UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + langs: + - csharp + - vb + name: UpdateFrom(FileSkeleton) + nameWithType: IdGenerator.UpdateFrom(FileSkeleton) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Updates the ID sequence with the values from the specified . + example: [] + syntax: + content: public void UpdateFrom(FileSkeleton skeleton) + parameters: + - id: skeleton + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + description: The . + content.vb: Public Sub UpdateFrom(skeleton As FileSkeleton) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom``1(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{``0}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom``1(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{``0}) + id: UpdateFrom``1(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{``0}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + langs: + - csharp + - vb + name: UpdateFrom(SkeletonCollection) + nameWithType: IdGenerator.UpdateFrom(SkeletonCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Updates the ID sequence with the values from the specified SkeletonCollection + example: [] + syntax: + content: 'public void UpdateFrom(SkeletonCollection skeletonCollection) where T : SkeletonItem' + parameters: + - id: skeletonCollection + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{{T}} + description: '' + typeParameters: + - id: T + content.vb: Public Sub UpdateFrom(Of T As SkeletonItem)(skeletonCollection As SkeletonCollection(Of T)) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom* + nameWithType.vb: IdGenerator.UpdateFrom(Of T)(SkeletonCollection(Of T)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom(Of T)(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T)) + name.vb: UpdateFrom(Of T)(SkeletonCollection(Of T)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + langs: + - csharp + - vb + name: IdGenerator() + nameWithType: IdGenerator.IdGenerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.IdGenerator() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + syntax: + content: public IdGenerator() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor* + nameWithType.vb: IdGenerator.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.New() + name.vb: New() +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_IdGenerator_GetNext__1 + name: GetNext + nameWithType: IdGenerator.GetNext + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.GetNext +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_IdGenerator_Update__1___0_ + name: Update + nameWithType: IdGenerator.Update + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.Update +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_IdGenerator_UpdateFrom_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_FileSkeleton_ + name: UpdateFrom + nameWithType: IdGenerator.UpdateFrom + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.UpdateFrom +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{{T}} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection{``0} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T) + name.vb: SkeletonCollection(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T) + name.vb: SkeletonCollection(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_IdGenerator__ctor + name: IdGenerator + nameWithType: IdGenerator.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.IdGenerator + nameWithType.vb: IdGenerator.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.New + name.vb: New diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml new file mode 100644 index 000000000..1322a361d --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.yml @@ -0,0 +1,558 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + id: PlaceholderTagDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent + langs: + - csharp + - vb + name: PlaceholderTagDefinition + nameWithType: PlaceholderTagDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Definition of a Placeholder. + + Can be referenced by multiple elements. + example: [] + syntax: + content: 'public class PlaceholderTagDefinition : SkeletonItem' + content.vb: Public Class PlaceholderTagDefinition Inherits SkeletonItem + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.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 +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + langs: + - csharp + - vb + name: PlaceholderTagDefinition() + nameWithType: PlaceholderTagDefinition.PlaceholderTagDefinition() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.PlaceholderTagDefinition() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public PlaceholderTagDefinition() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor* + nameWithType.vb: PlaceholderTagDefinition.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + langs: + - csharp + - vb + name: PlaceholderTagDefinition(int) + nameWithType: PlaceholderTagDefinition.PlaceholderTagDefinition(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.PlaceholderTagDefinition(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class with the specified identifier. + example: [] + syntax: + content: public PlaceholderTagDefinition(int id) + parameters: + - id: id + type: System.Int32 + content.vb: Public Sub New(id As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor* + nameWithType.vb: PlaceholderTagDefinition.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText + id: DisplayText + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + langs: + - csharp + - vb + name: DisplayText + nameWithType: PlaceholderTagDefinition.DisplayText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the display text. + example: [] + syntax: + content: public string DisplayText { get; set; } + parameters: [] + return: + type: System.String + description: The display text. + content.vb: Public Property DisplayText As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent + id: TagContent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + langs: + - csharp + - vb + name: TagContent + nameWithType: PlaceholderTagDefinition.TagContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the raw Placeholder tag content. + example: [] + syntax: + content: public string TagContent { get; set; } + parameters: [] + return: + type: System.String + description: The raw Placeholder tag content of the tag. + content.vb: Public Property TagContent As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html + name: PlaceholderTag + nameWithType: PlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonItem_Id + name: Id + nameWithType: SkeletonItem.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + name: PlaceholderTagDefinition + nameWithType: PlaceholderTagDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_PlaceholderTagDefinition__ctor + name: PlaceholderTagDefinition + nameWithType: PlaceholderTagDefinition.PlaceholderTagDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.PlaceholderTagDefinition + nameWithType.vb: PlaceholderTagDefinition.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_PlaceholderTagDefinition_DisplayText + name: DisplayText + nameWithType: PlaceholderTagDefinition.DisplayText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.DisplayText +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_PlaceholderTagDefinition_TagContent + name: TagContent + nameWithType: PlaceholderTagDefinition.TagContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.TagContent diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml new file mode 100644 index 000000000..cf46d67a1 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.yml @@ -0,0 +1,2531 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + id: SkeletonCollection`1 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor(System.Collections.Generic.IList{`0}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded(`0) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton + langs: + - csharp + - vb + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Base class for collections used in a . + example: [] + syntax: + content: 'public class SkeletonCollection : KeyBasedCollection, IList, ICollection, IEnumerable, IEnumerable, IEquatable> where T : SkeletonItem' + typeParameters: + - id: T + description: '' + content.vb: Public Class SkeletonCollection(Of T As SkeletonItem) Inherits KeyBasedCollection(Of SkeletonCollectionKey, T) Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IEnumerable, IEquatable(Of KeyBasedCollection(Of SkeletonCollectionKey, T)) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + implements: + - System.Collections.Generic.IList{{T}} + - System.Collections.Generic.ICollection{{T}} + - System.Collections.Generic.IEnumerable{{T}} + - System.Collections.IEnumerable + - System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.ThreadSafeListHandler + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.KeyMap + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.OnItemAdded({T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.ForEach(System.Action{{T}}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Equals(System.Object) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.GetHashCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Add({T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.GetKeyFor({T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Contains({T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.CopyTo({T}[],System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.IndexOf({T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Insert(System.Int32,{T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Remove({T}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.RemoveAt(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Item(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.IsReadOnly + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + nameWithType.vb: SkeletonCollection(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T) + name.vb: SkeletonCollection(Of T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: SkeletonCollection() + nameWithType: SkeletonCollection.SkeletonCollection() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.SkeletonCollection() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Instantiates a new instance of the class. + example: [] + syntax: + content: public SkeletonCollection() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor* + nameWithType.vb: SkeletonCollection(Of T).New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor(System.Collections.Generic.IList{`0}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor(System.Collections.Generic.IList{`0}) + id: '#ctor(System.Collections.Generic.IList{`0})' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: SkeletonCollection(IList) + nameWithType: SkeletonCollection.SkeletonCollection(IList) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.SkeletonCollection(System.Collections.Generic.IList) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Instantiates a new instance of the class starting with a given enumeration of items. + example: [] + syntax: + content: public SkeletonCollection(IList items) + parameters: + - id: items + type: System.Collections.Generic.IList{{T}} + description: The items to be used to seed the collection. + content.vb: Public Sub New(items As IList(Of T)) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor* + nameWithType.vb: SkeletonCollection(Of T).New(IList(Of T)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).New(System.Collections.Generic.IList(Of T)) + name.vb: New(IList(Of T)) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById(System.Int32) + id: GetById(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: GetById(int) + nameWithType: SkeletonCollection.GetById(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.GetById(int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets an element by its numerical id. + example: [] + syntax: + content: public T GetById(int id) + parameters: + - id: id + type: System.Int32 + description: The id. + return: + type: '{T}' + description: If found, returns the element with the Id id; otherwise returns default(T) + content.vb: Public Function GetById(id As Integer) As T + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById* + nameWithType.vb: SkeletonCollection(Of T).GetById(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).GetById(Integer) + name.vb: GetById(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd(`0) + id: GetOrAdd(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: GetOrAdd(T) + nameWithType: SkeletonCollection.GetOrAdd(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.GetOrAdd(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Gets the element if it already exists in the collection. + + Otherwise, it is added to the collection and gives it the next ID in the sequence. + example: [] + syntax: + content: public T GetOrAdd(T elem) + parameters: + - id: elem + type: '{T}' + description: The element. + return: + type: '{T}' + description: The existing element; or the newly added one with an Id set. + content.vb: Public Function GetOrAdd(elem As T) As T + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd* + nameWithType.vb: SkeletonCollection(Of T).GetOrAdd(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).GetOrAdd(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId(`0) + id: GetOrAddWithExistingId(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: GetOrAddWithExistingId(T) + nameWithType: SkeletonCollection.GetOrAddWithExistingId(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.GetOrAddWithExistingId(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Gets the element if it already exists in the collection. + + Otherwise, it is added to the collection (preserving its existing ID). + example: [] + syntax: + content: public T GetOrAddWithExistingId(T elem) + parameters: + - id: elem + type: '{T}' + description: The element. + return: + type: '{T}' + description: The existing element; or the newly added one with an Id set. + content.vb: Public Function GetOrAddWithExistingId(elem As T) As T + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId* + nameWithType.vb: SkeletonCollection(Of T).GetOrAddWithExistingId(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).GetOrAddWithExistingId(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded(`0) + id: OnItemAdded(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: OnItemAdded(T) + nameWithType: SkeletonCollection.OnItemAdded(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.OnItemAdded(T) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Ensures the item has an Id set according to the IdGenerator owned by the skeleton. + + This is only performed if the item has id 0, otherwise it is left untouched. + example: [] + syntax: + content: protected override void OnItemAdded(T item) + parameters: + - id: item + type: '{T}' + description: The item to have id calculated if needed. + content.vb: Protected Overrides Sub OnItemAdded(item As T) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.OnItemAdded({T}) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded* + nameWithType.vb: SkeletonCollection(Of T).OnItemAdded(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).OnItemAdded(T) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator + id: IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: IdGenerator + nameWithType: SkeletonCollection.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.IdGenerator + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets the . + example: [] + syntax: + content: public IdGenerator IdGenerator { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + description: The . + content.vb: Public ReadOnly Property IdGenerator As IdGenerator + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator* + nameWithType.vb: SkeletonCollection(Of T).IdGenerator + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton + id: ParentSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + langs: + - csharp + - vb + name: ParentSkeleton + nameWithType: SkeletonCollection.ParentSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.ParentSkeleton + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the parent . + example: [] + syntax: + content: public FileSkeleton ParentSkeleton { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + description: The parent . + content.vb: Public ReadOnly Property ParentSkeleton As FileSkeleton + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton* + nameWithType.vb: SkeletonCollection(Of T).ParentSkeleton + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).ParentSkeleton +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T) + name.vb: KeyBasedCollection(Of SkeletonCollectionKey, T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ',' + - name: " " + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ',' + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IList{{T}} + commentId: T:System.Collections.Generic.IList{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.ICollection{{T}} + commentId: T:System.Collections.Generic.ICollection{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.ICollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable{{T}} + commentId: T:System.Collections.Generic.IEnumerable{`0} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}} + commentId: T:System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable> + nameWithType: IEquatable> + fullName: System.IEquatable> + nameWithType.vb: IEquatable(Of KeyBasedCollection(Of SkeletonCollectionKey, T)) + fullName.vb: System.IEquatable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T)) + name.vb: IEquatable(Of KeyBasedCollection(Of SkeletonCollectionKey, T)) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ',' + - name: " " + - name: T + - name: '>' + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ',' + - name: " " + - name: T + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ThreadSafeListHandler + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.KeyMap + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_KeyMap + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.OnItemAdded({T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.OnItemAdded(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded(T) + nameWithType: KeyBasedCollection.OnItemAdded(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).OnItemAdded(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).OnItemAdded(T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.OnItemAdded(`0) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.OnItemAdded(`0) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.ForEach(System.Action{{T}}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ForEach(System.Action{`0}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).ForEach(Action(Of T)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).ForEach(System.Action(Of T)) + name.vb: ForEach(Action(Of T)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ForEach(System.Action{`0}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: T + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ForEach(System.Action{`0}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Equals(KeyBasedCollection(Of SkeletonCollectionKey, T)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T)) + name.vb: Equals(KeyBasedCollection(Of SkeletonCollectionKey, T)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ',' + - name: " " + - name: T + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ',' + - name: " " + - name: T + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Equals(System.Object) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetHashCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).GetHashCode() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue(SkeletonCollectionKey) + nameWithType: KeyBasedCollection.TryGetValue(SkeletonCollectionKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).TryGetValue(SkeletonCollectionKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.TryGetValue(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Add({T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Add(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add(T) + nameWithType: KeyBasedCollection.Add(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Add(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Add(T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Add(`0) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Add(`0) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.GetKeyFor({T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetKeyFor(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor(T) + nameWithType: KeyBasedCollection.GetKeyFor(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).GetKeyFor(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).GetKeyFor(T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetKeyFor(`0) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetKeyFor(`0) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Contains({T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Contains(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains(T) + nameWithType: KeyBasedCollection.Contains(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Contains(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Contains(T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + name: Contains(SkeletonCollectionKey) + nameWithType: KeyBasedCollection.Contains(SkeletonCollectionKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Contains(SkeletonCollectionKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Contains(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey(SkeletonCollectionKey) + nameWithType: KeyBasedCollection.ContainsKey(SkeletonCollectionKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).ContainsKey(SkeletonCollectionKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.ContainsKey(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.CopyTo({T}[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.CopyTo(`0[],System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo(T[], int) + nameWithType: KeyBasedCollection.CopyTo(T[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(T[], int) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).CopyTo(T(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).CopyTo(T(), Integer) + name.vb: CopyTo(T(), Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: T + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.CopyTo(`0[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: T + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.IndexOf({T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.IndexOf(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf(T) + nameWithType: KeyBasedCollection.IndexOf(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).IndexOf(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).IndexOf(T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.IndexOf(`0) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.IndexOf(`0) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Insert(System.Int32,{T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Insert(System.Int32,`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert(int, T) + nameWithType: KeyBasedCollection.Insert(int, T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Insert(Integer, T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Insert(Integer, T) + name.vb: Insert(Integer, T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Insert(System.Int32,`0) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Remove({T}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Remove(`0) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove(T) + nameWithType: KeyBasedCollection.Remove(T) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(T) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Remove(T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Remove(T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: T + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + name: Remove(SkeletonCollectionKey) + nameWithType: KeyBasedCollection.Remove(SkeletonCollectionKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Remove(SkeletonCollectionKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.RemoveAt(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Item(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Item(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + name: this[SkeletonCollectionKey] + nameWithType: KeyBasedCollection.this[SkeletonCollectionKey] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey] + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).this[](SkeletonCollectionKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).this[](Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name.vb: this[](SkeletonCollectionKey) + spec.csharp: + - name: this + - name: '[' + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Item(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}}.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,`0}.IsReadOnly + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey,{T}} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of SkeletonCollectionKey, T).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey, T).IsReadOnly +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of TKey, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue) + name.vb: KeyBasedCollection(Of TKey, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Collections.Generic.ICollection`1 + commentId: T:System.Collections.Generic.ICollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_KeyMap + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded(TValue) + nameWithType: KeyBasedCollection.OnItemAdded(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ForEach(Action(Of TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ForEach(System.Action(Of TValue)) + name.vb: ForEach(Action(Of TValue)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(KeyBasedCollection(Of TKey, TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)) + name.vb: Equals(KeyBasedCollection(Of TKey, TValue)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetHashCode() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue(TKey) + nameWithType: KeyBasedCollection.TryGetValue(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add(TValue) + nameWithType: KeyBasedCollection.Add(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Add(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Add(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor(TValue) + nameWithType: KeyBasedCollection.GetKeyFor(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains(TValue) + nameWithType: KeyBasedCollection.Contains(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + name: Contains(TKey) + nameWithType: KeyBasedCollection.Contains(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey(TKey) + nameWithType: KeyBasedCollection.ContainsKey(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo(TValue[], int) + nameWithType: KeyBasedCollection.CopyTo(TValue[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(TValue[], int) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + name.vb: CopyTo(TValue(), Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: TValue + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: TValue + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf(TValue) + nameWithType: KeyBasedCollection.IndexOf(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert(int, TValue) + nameWithType: KeyBasedCollection.Insert(int, TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + name.vb: Insert(Integer, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove(TValue) + nameWithType: KeyBasedCollection.Remove(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + name: Remove(TKey) + nameWithType: KeyBasedCollection.Remove(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + name: this[TKey] + nameWithType: KeyBasedCollection.this[TKey] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[TKey] + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](TKey) + name.vb: this[](TKey) + spec.csharp: + - name: this + - name: '[' + - name: TKey + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IsReadOnly +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T) + name.vb: SkeletonCollection(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1__ctor + name: SkeletonCollection + nameWithType: SkeletonCollection.SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of T).New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).New + name.vb: New +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetById + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_GetById_System_Int32_ + name: GetById + nameWithType: SkeletonCollection.GetById + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.GetById + nameWithType.vb: SkeletonCollection(Of T).GetById + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).GetById +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_IdGenerator + name: IdGenerator + nameWithType: SkeletonCollection.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.IdGenerator + nameWithType.vb: SkeletonCollection(Of T).IdGenerator + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAdd + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_GetOrAdd__0_ + name: GetOrAdd + nameWithType: SkeletonCollection.GetOrAdd + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.GetOrAdd + nameWithType.vb: SkeletonCollection(Of T).GetOrAdd + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).GetOrAdd +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_GetOrAddWithExistingId__0_ + name: GetOrAddWithExistingId + nameWithType: SkeletonCollection.GetOrAddWithExistingId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.GetOrAddWithExistingId + nameWithType.vb: SkeletonCollection(Of T).GetOrAddWithExistingId + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).GetOrAddWithExistingId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_OnItemAdded__0_ + name: OnItemAdded + nameWithType: SkeletonCollection.OnItemAdded + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.OnItemAdded + nameWithType.vb: SkeletonCollection(Of T).OnItemAdded + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).OnItemAdded +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.IdGenerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_IdGenerator + name: IdGenerator + nameWithType: SkeletonCollection.IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.IdGenerator + nameWithType.vb: SkeletonCollection(Of T).IdGenerator + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html + name: IdGenerator + nameWithType: IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1.ParentSkeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollection_1_ParentSkeleton + name: ParentSkeleton + nameWithType: SkeletonCollection.ParentSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection.ParentSkeleton + nameWithType.vb: SkeletonCollection(Of T).ParentSkeleton + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T).ParentSkeleton diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml new file mode 100644 index 000000000..5d690cf56 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.yml @@ -0,0 +1,480 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + id: SkeletonCollectionKey + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString + langs: + - csharp + - vb + name: SkeletonCollectionKey + nameWithType: SkeletonCollectionKey + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + type: Struct + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Wrapper used for defining integer keys in the collections. + example: [] + syntax: + content: public struct SkeletonCollectionKey + content.vb: Public Structure SkeletonCollectionKey + inheritedMembers: + - 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 +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + langs: + - csharp + - vb + name: SkeletonCollectionKey(int) + nameWithType: SkeletonCollectionKey.SkeletonCollectionKey(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.SkeletonCollectionKey(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the struct. + example: [] + syntax: + content: public SkeletonCollectionKey(int id) + parameters: + - id: id + type: System.Int32 + description: The identifier. + content.vb: Public Sub New(id As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor* + nameWithType.vb: SkeletonCollectionKey.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From(System.Int32) + id: From(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + langs: + - csharp + - vb + name: From(int) + nameWithType: SkeletonCollectionKey.From(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From(int) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Creates a new from an integer. + example: [] + syntax: + content: public static SkeletonCollectionKey From(int from) + parameters: + - id: from + type: System.Int32 + description: The value with which to initialize this instance. + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + description: A new instance of the + content.vb: Public Shared Function From(from As Integer) As SkeletonCollectionKey + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From* + nameWithType.vb: SkeletonCollectionKey.From(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From(Integer) + name.vb: From(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString + id: ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + langs: + - csharp + - vb + name: ToString() + nameWithType: SkeletonCollectionKey.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Returns a string that represents the current , which is the string representation of its identifier. + example: [] + syntax: + content: public override string ToString() + return: + type: System.String + content.vb: Public Overrides Function ToString() As String + overridden: System.ValueType.ToString + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + langs: + - csharp + - vb + name: Id + nameWithType: SkeletonCollectionKey.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the identifier. + example: [] + syntax: + content: public int Id { get; set; } + parameters: [] + return: + type: System.Int32 + description: The identifier. + content.vb: Public Property Id As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.ValueType.Equals(System.Object) + commentId: M:System.ValueType.Equals(System.Object) + parent: System.ValueType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals + name: Equals(object) + nameWithType: ValueType.Equals(object) + fullName: System.ValueType.Equals(object) + nameWithType.vb: ValueType.Equals(Object) + fullName.vb: System.ValueType.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.ValueType.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.ValueType.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.ValueType.GetHashCode + commentId: M:System.ValueType.GetHashCode + parent: System.ValueType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode + name: GetHashCode() + nameWithType: ValueType.GetHashCode() + fullName: System.ValueType.GetHashCode() + spec.csharp: + - uid: System.ValueType.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.ValueType.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.ValueType + commentId: T:System.ValueType + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype + name: ValueType + nameWithType: ValueType + fullName: System.ValueType +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + name: SkeletonCollectionKey + nameWithType: SkeletonCollectionKey + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollectionKey__ctor_System_Int32_ + name: SkeletonCollectionKey + nameWithType: SkeletonCollectionKey.SkeletonCollectionKey + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.SkeletonCollectionKey + nameWithType.vb: SkeletonCollectionKey.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollectionKey_From_System_Int32_ + name: From + nameWithType: SkeletonCollectionKey.From + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.From +- uid: System.ValueType.ToString + commentId: M:System.ValueType.ToString + parent: System.ValueType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring + name: ToString() + nameWithType: ValueType.ToString() + fullName: System.ValueType.ToString() + spec.csharp: + - uid: System.ValueType.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.ValueType.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollectionKey_ToString + name: ToString + nameWithType: SkeletonCollectionKey.ToString + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.ToString +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonCollectionKey_Id + name: Id + nameWithType: SkeletonCollectionKey.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.Id diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml new file mode 100644 index 000000000..0a0654d62 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.yml @@ -0,0 +1,453 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + id: SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + langs: + - csharp + - vb + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Base class for different types of elements definied in a . + example: [] + syntax: + content: public abstract class SkeletonItem + content.vb: Public MustInherit Class SkeletonItem + inheritance: + - System.Object + derivedClasses: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + langs: + - csharp + - vb + name: SkeletonItem() + nameWithType: SkeletonItem.SkeletonItem() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.SkeletonItem() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: protected SkeletonItem() + content.vb: Protected Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor* + nameWithType.vb: SkeletonItem.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + langs: + - csharp + - vb + name: SkeletonItem(int) + nameWithType: SkeletonItem.SkeletonItem(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.SkeletonItem(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class with the specified identifier. + example: [] + syntax: + content: protected SkeletonItem(int id) + parameters: + - id: id + type: System.Int32 + description: The identifier for the skeleton item. + content.vb: Protected Sub New(id As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor* + nameWithType.vb: SkeletonItem.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + langs: + - csharp + - vb + name: Id + nameWithType: SkeletonItem.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the identifier. + example: [] + syntax: + content: public int Id { get; set; } + parameters: [] + return: + type: System.Int32 + description: The identifier. + content.vb: Public Property Id As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonItem__ctor + name: SkeletonItem + nameWithType: SkeletonItem.SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.SkeletonItem + nameWithType.vb: SkeletonItem.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonItem_Id + name: Id + nameWithType: SkeletonItem.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.yml new file mode 100644 index 000000000..f0032e356 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.yml @@ -0,0 +1,2359 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + id: SubContentCollection + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + langs: + - csharp + - vb + name: SubContentCollection + nameWithType: SubContentCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Collection of subcontent elements. + + Can appear in different elements. + example: [] + syntax: + content: 'public class SubContentCollection : KeyBasedCollection, IList, ICollection, IEnumerable, IEnumerable, IEquatable>' + content.vb: Public Class SubContentCollection Inherits KeyBasedCollection(Of String, LocalizableSubContent) Implements IList(Of LocalizableSubContent), ICollection(Of LocalizableSubContent), IEnumerable(Of LocalizableSubContent), IEnumerable, IEquatable(Of KeyBasedCollection(Of String, LocalizableSubContent)) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + implements: + - System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + - System.Collections.Generic.ICollection{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + - System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + - System.Collections.IEnumerable + - System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ThreadSafeListHandler + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.KeyMap + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ForEach(System.Action{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(System.Object) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetHashCode + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.TryGetValue(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ContainsKey(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent[],System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Insert(System.Int32,Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.RemoveAt(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IsReadOnly + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + langs: + - csharp + - vb + name: SubContentCollection() + nameWithType: SubContentCollection.SubContentCollection() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.SubContentCollection() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public SubContentCollection() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor* + nameWithType.vb: SubContentCollection.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + id: '#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent})' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + langs: + - csharp + - vb + name: SubContentCollection(IEnumerable) + nameWithType: SubContentCollection.SubContentCollection(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.SubContentCollection(System.Collections.Generic.IEnumerable) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Initializes a new instance of the class with the specified items. + + Each item is mapped by its as the key. + example: [] + syntax: + content: public SubContentCollection(IEnumerable items) + parameters: + - id: items + type: System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + description: The collection of items to seed the collection. + content.vb: Public Sub New(items As IEnumerable(Of LocalizableSubContent)) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor* + nameWithType.vb: SubContentCollection.New(IEnumerable(Of LocalizableSubContent)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.New(System.Collections.Generic.IEnumerable(Of Sdl.Core.Bcm.BcmModel.LocalizableSubContent)) + name.vb: New(IEnumerable(Of LocalizableSubContent)) +references: +- uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + commentId: T:Sdl.Core.Bcm.BcmModel.LocalizableSubContent + isExternal: true + name: LocalizableSubContent + nameWithType: LocalizableSubContent + fullName: Sdl.Core.Bcm.BcmModel.LocalizableSubContent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name.vb: KeyBasedCollection(Of String, LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + commentId: T:System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of LocalizableSubContent) + fullName.vb: System.Collections.Generic.IList(Of Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name.vb: IList(Of LocalizableSubContent) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: System.Collections.Generic.ICollection{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + commentId: T:System.Collections.Generic.ICollection{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + parent: System.Collections.Generic + definition: System.Collections.Generic.ICollection`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of LocalizableSubContent) + fullName.vb: System.Collections.Generic.ICollection(Of Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name.vb: ICollection(Of LocalizableSubContent) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + commentId: T:System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of LocalizableSubContent) + fullName.vb: System.Collections.Generic.IEnumerable(Of Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name.vb: IEnumerable(Of LocalizableSubContent) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: System.Collections.IEnumerable + commentId: T:System.Collections.IEnumerable + parent: System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.IEnumerable +- uid: System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}} + commentId: T:System.IEquatable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable> + nameWithType: IEquatable> + fullName: System.IEquatable> + nameWithType.vb: IEquatable(Of KeyBasedCollection(Of String, LocalizableSubContent)) + fullName.vb: System.IEquatable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent)) + name.vb: IEquatable(Of KeyBasedCollection(Of String, LocalizableSubContent)) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ThreadSafeListHandler + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.KeyMap + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_KeyMap + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded(LocalizableSubContent) + nameWithType: KeyBasedCollection.OnItemAdded(LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).OnItemAdded(LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.OnItemAdded(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ForEach(System.Action{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ForEach(System.Action{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).ForEach(Action(Of LocalizableSubContent)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).ForEach(System.Action(Of Sdl.Core.Bcm.BcmModel.LocalizableSubContent)) + name.vb: ForEach(Action(Of LocalizableSubContent)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ForEach(System.Action{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ForEach(System.Action{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Equals(KeyBasedCollection(Of String, LocalizableSubContent)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent)) + name.vb: Equals(KeyBasedCollection(Of String, LocalizableSubContent)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(System.Object) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetHashCode + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).GetHashCode() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.TryGetValue(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.TryGetValue(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue(string) + nameWithType: KeyBasedCollection.TryGetValue(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(string) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).TryGetValue(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).TryGetValue(String) + name.vb: TryGetValue(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.TryGetValue(System.String) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.TryGetValue(System.String) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add(LocalizableSubContent) + nameWithType: KeyBasedCollection.Add(LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Add(LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Add(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor(LocalizableSubContent) + nameWithType: KeyBasedCollection.GetKeyFor(LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).GetKeyFor(LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetKeyFor(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains(LocalizableSubContent) + nameWithType: KeyBasedCollection.Contains(LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Contains(LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + name: Contains(string) + nameWithType: KeyBasedCollection.Contains(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(string) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Contains(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Contains(String) + name.vb: Contains(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(System.String) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Contains(System.String) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ContainsKey(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ContainsKey(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey(string) + nameWithType: KeyBasedCollection.ContainsKey(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(string) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).ContainsKey(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).ContainsKey(String) + name.vb: ContainsKey(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ContainsKey(System.String) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.ContainsKey(System.String) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent[],System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo(LocalizableSubContent[], int) + nameWithType: KeyBasedCollection.CopyTo(LocalizableSubContent[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent[], int) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).CopyTo(LocalizableSubContent(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent(), Integer) + name.vb: CopyTo(LocalizableSubContent(), Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.CopyTo(Sdl.Core.Bcm.BcmModel.LocalizableSubContent[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf(LocalizableSubContent) + nameWithType: KeyBasedCollection.IndexOf(LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).IndexOf(LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IndexOf(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Insert(System.Int32,Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Insert(System.Int32,Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert(int, LocalizableSubContent) + nameWithType: KeyBasedCollection.Insert(int, LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Insert(Integer, LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Insert(Integer, Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name.vb: Insert(Integer, LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Insert(System.Int32,Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Insert(System.Int32,Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove(LocalizableSubContent) + nameWithType: KeyBasedCollection.Remove(LocalizableSubContent) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Remove(LocalizableSubContent) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(Sdl.Core.Bcm.BcmModel.LocalizableSubContent) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent + name: LocalizableSubContent + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + name: Remove(string) + nameWithType: KeyBasedCollection.Remove(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(string) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Remove(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Remove(String) + name.vb: Remove(String) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(System.String) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Remove(System.String) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.RemoveAt(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.String) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.String) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + href: https://learn.microsoft.com/dotnet/api/system.string + name: this[string] + nameWithType: KeyBasedCollection.this[string] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[string] + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).this[](String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).this[](String) + name.vb: this[](String) + spec.csharp: + - name: this + - name: '[' + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.String) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.IsReadOnly + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{System.String,Sdl.Core.Bcm.BcmModel.LocalizableSubContent} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of String, LocalizableSubContent).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of String, Sdl.Core.Bcm.BcmModel.LocalizableSubContent).IsReadOnly +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + name: KeyBasedCollection + nameWithType: KeyBasedCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection + nameWithType.vb: KeyBasedCollection(Of TKey, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue) + name.vb: KeyBasedCollection(Of TKey, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: System.Collections.Generic.ICollection`1 + commentId: T:System.Collections.Generic.ICollection`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + name: ICollection + nameWithType: ICollection + fullName: System.Collections.Generic.ICollection + nameWithType.vb: ICollection(Of T) + fullName.vb: System.Collections.Generic.ICollection(Of T) + name.vb: ICollection(Of T) + spec.csharp: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.ICollection`1 + name: ICollection + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections + commentId: N:System.Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections + nameWithType: System.Collections + fullName: System.Collections + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ThreadSafeListHandler + name: ThreadSafeListHandler + nameWithType: KeyBasedCollection.ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ThreadSafeListHandler + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ThreadSafeListHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + commentId: F:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.KeyMap + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_KeyMap + name: KeyMap + nameWithType: KeyBasedCollection.KeyMap + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.KeyMap + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).KeyMap + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).KeyMap +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + name: OnItemAdded(TValue) + nameWithType: KeyBasedCollection.OnItemAdded(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.OnItemAdded(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).OnItemAdded(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.OnItemAdded(`1) + name: OnItemAdded + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_OnItemAdded__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + name: ForEach(Action) + nameWithType: KeyBasedCollection.ForEach(Action) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ForEach(System.Action) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ForEach(Action(Of TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ForEach(System.Action(Of TValue)) + name.vb: ForEach(Action(Of TValue)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: < + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ForEach(System.Action{`1}) + name: ForEach + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ForEach_System_Action__1__ + - name: ( + - uid: System.Action`1 + name: Action + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.action-1 + - name: ( + - name: Of + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + name: Equals(KeyBasedCollection) + nameWithType: KeyBasedCollection.Equals(KeyBasedCollection) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(KeyBasedCollection(Of TKey, TValue)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue)) + name.vb: Equals(KeyBasedCollection(Of TKey, TValue)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: < + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection{`0,`1}) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection__0__1__ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html + - name: ( + - name: Of + - name: " " + - name: TKey + - name: ',' + - name: " " + - name: TValue + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + name: Equals(object) + nameWithType: KeyBasedCollection.Equals(object) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Equals(object) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Equals(Object) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Equals(System.Object) + name: Equals + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Equals_System_Object_ + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + name: GetHashCode() + nameWithType: KeyBasedCollection.GetHashCode() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetHashCode() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetHashCode() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetHashCode() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetHashCode + name: GetHashCode + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetHashCode + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + name: TryGetValue(TKey) + nameWithType: KeyBasedCollection.TryGetValue(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.TryGetValue(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).TryGetValue(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.TryGetValue(`0) + name: TryGetValue + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_TryGetValue__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + name: Add(TValue) + nameWithType: KeyBasedCollection.Add(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Add(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Add(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Add(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Add(`1) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Add__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + name: Clear() + nameWithType: KeyBasedCollection.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Clear() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Clear() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + name: GetKeyFor(TValue) + nameWithType: KeyBasedCollection.GetKeyFor(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetKeyFor(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetKeyFor(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetKeyFor(`1) + name: GetKeyFor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetKeyFor__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + name: Contains(TValue) + nameWithType: KeyBasedCollection.Contains(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`1) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + name: Contains(TKey) + nameWithType: KeyBasedCollection.Contains(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Contains(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Contains(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Contains(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Contains(`0) + name: Contains + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Contains__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + name: ContainsKey(TKey) + nameWithType: KeyBasedCollection.ContainsKey(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.ContainsKey(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).ContainsKey(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.ContainsKey(`0) + name: ContainsKey + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_ContainsKey__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + name: CopyTo(TValue[], int) + nameWithType: KeyBasedCollection.CopyTo(TValue[], int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.CopyTo(TValue[], int) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).CopyTo(TValue(), Integer) + name.vb: CopyTo(TValue(), Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: TValue + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.CopyTo(`1[],System.Int32) + name: CopyTo + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_CopyTo__1___System_Int32_ + - name: ( + - name: TValue + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + name: IndexOf(TValue) + nameWithType: KeyBasedCollection.IndexOf(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IndexOf(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IndexOf(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IndexOf(`1) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IndexOf__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + name: Insert(int, TValue) + nameWithType: KeyBasedCollection.Insert(int, TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Insert(int, TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Insert(Integer, TValue) + name.vb: Insert(Integer, TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Insert(System.Int32,`1) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Insert_System_Int32__1_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + name: Remove(TValue) + nameWithType: KeyBasedCollection.Remove(TValue) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TValue) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TValue) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TValue) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: TValue + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`1) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__1_ + - name: ( + - name: TValue + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + name: Remove(TKey) + nameWithType: KeyBasedCollection.Remove(TKey) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Remove(TKey) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Remove(TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Remove(TKey) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - name: TKey + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Remove(`0) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Remove__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + name: RemoveAt(int) + nameWithType: KeyBasedCollection.RemoveAt(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.RemoveAt(int) + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).RemoveAt(Integer) + name.vb: RemoveAt(Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.RemoveAt(System.Int32) + name: RemoveAt + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_RemoveAt_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + name: GetEnumerator() + nameWithType: KeyBasedCollection.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.GetEnumerator() + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).GetEnumerator() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + name: this[TKey] + nameWithType: KeyBasedCollection.this[TKey] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[TKey] + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](TKey) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](TKey) + name.vb: this[](TKey) + spec.csharp: + - name: this + - name: '[' + - name: TKey + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(`0) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item__0_ + - name: ( + - name: TKey + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: KeyBasedCollection.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.this[int] + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.Count + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_Count + name: Count + nameWithType: KeyBasedCollection.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.Count + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).Count + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2.IsReadOnly + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection-2.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Collection_KeyBasedCollection_2_IsReadOnly + name: IsReadOnly + nameWithType: KeyBasedCollection.IsReadOnly + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection.IsReadOnly + nameWithType.vb: KeyBasedCollection(Of TKey, TValue).IsReadOnly + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection(Of TKey, TValue).IsReadOnly +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.html + name: SubContentCollection + nameWithType: SubContentCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SubContentCollection__ctor + name: SubContentCollection + nameWithType: SubContentCollection.SubContentCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.SubContentCollection + nameWithType.vb: SubContentCollection.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.New + name.vb: New +- uid: Sdl.Core.Bcm.BcmModel.LocalizableSubContent.ParagraphUnitId + commentId: P:Sdl.Core.Bcm.BcmModel.LocalizableSubContent.ParagraphUnitId + isExternal: true + name: ParagraphUnitId + nameWithType: LocalizableSubContent.ParagraphUnitId + fullName: Sdl.Core.Bcm.BcmModel.LocalizableSubContent.ParagraphUnitId diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml new file mode 100644 index 000000000..7f0a4ae46 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.yml @@ -0,0 +1,637 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + id: TagPairDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.Int32,System.String,System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.String,System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText + langs: + - csharp + - vb + name: TagPairDefinition + nameWithType: TagPairDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Definition of a TagPair. + + Can be referenced by multiple elements. + example: [] + syntax: + content: 'public class TagPairDefinition : SkeletonItem' + content.vb: Public Class TagPairDefinition Inherits SkeletonItem + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.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 +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.String,System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.String,System.String) + id: '#ctor(System.String,System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + langs: + - csharp + - vb + name: TagPairDefinition(string, string) + nameWithType: TagPairDefinition.TagPairDefinition(string, string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.TagPairDefinition(string, string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TagPairDefinition(string startTagContent, string endTagContent) + parameters: + - id: startTagContent + type: System.String + - id: endTagContent + type: System.String + content.vb: Public Sub New(startTagContent As String, endTagContent As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor* + nameWithType.vb: TagPairDefinition.New(String, String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.New(String, String) + name.vb: New(String, String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.Int32,System.String,System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor(System.Int32,System.String,System.String) + id: '#ctor(System.Int32,System.String,System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + langs: + - csharp + - vb + name: TagPairDefinition(int, string, string) + nameWithType: TagPairDefinition.TagPairDefinition(int, string, string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.TagPairDefinition(int, string, string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TagPairDefinition(int id, string startTagContent, string endTagContent) + parameters: + - id: id + type: System.Int32 + - id: startTagContent + type: System.String + - id: endTagContent + type: System.String + content.vb: Public Sub New(id As Integer, startTagContent As String, endTagContent As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor* + nameWithType.vb: TagPairDefinition.New(Integer, String, String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.New(Integer, String, String) + name.vb: New(Integer, String, String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText + id: StartTagDisplayText + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + langs: + - csharp + - vb + name: StartTagDisplayText + nameWithType: TagPairDefinition.StartTagDisplayText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the start tag display text. + example: [] + syntax: + content: public string StartTagDisplayText { get; set; } + parameters: [] + return: + type: System.String + description: The start tag display text. + content.vb: Public Property StartTagDisplayText As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent + id: StartTagContent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + langs: + - csharp + - vb + name: StartTagContent + nameWithType: TagPairDefinition.StartTagContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Gets or sets the raw start tag conten. + + Can not be null or empty. + example: [] + syntax: + content: public string StartTagContent { get; set; } + parameters: [] + return: + type: System.String + description: The raw start tag content. + content.vb: Public Property StartTagContent As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText + id: EndTagDisplayText + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + langs: + - csharp + - vb + name: EndTagDisplayText + nameWithType: TagPairDefinition.EndTagDisplayText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the end tag display text. + example: [] + syntax: + content: public string EndTagDisplayText { get; set; } + parameters: [] + return: + type: System.String + description: The end tag display text. + content.vb: Public Property EndTagDisplayText As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent + id: EndTagContent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + langs: + - csharp + - vb + name: EndTagContent + nameWithType: TagPairDefinition.EndTagContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Gets or sets the raw end tag content. + + Can not be null or empty. + example: [] + syntax: + content: public string EndTagContent { get; set; } + parameters: [] + return: + type: System.String + description: The raw end tag content. + content.vb: Public Property EndTagContent As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html + name: TagPair + nameWithType: TagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonItem_Id + name: Id + nameWithType: SkeletonItem.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + name: TagPairDefinition + nameWithType: TagPairDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TagPairDefinition__ctor_System_String_System_String_ + name: TagPairDefinition + nameWithType: TagPairDefinition.TagPairDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.TagPairDefinition + nameWithType.vb: TagPairDefinition.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TagPairDefinition_StartTagDisplayText + name: StartTagDisplayText + nameWithType: TagPairDefinition.StartTagDisplayText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagDisplayText +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TagPairDefinition_StartTagContent + name: StartTagContent + nameWithType: TagPairDefinition.StartTagContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.StartTagContent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TagPairDefinition_EndTagDisplayText + name: EndTagDisplayText + nameWithType: TagPairDefinition.EndTagDisplayText + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagDisplayText +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TagPairDefinition_EndTagContent + name: EndTagContent + nameWithType: TagPairDefinition.EndTagContent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.EndTagContent diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml new file mode 100644 index 000000000..3d6711cb5 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.yml @@ -0,0 +1,461 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + id: Term + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text + langs: + - csharp + - vb + name: Term + nameWithType: Term + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Terminology element. + example: [] + syntax: + content: public class Term + content.vb: Public Class Term + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + langs: + - csharp + - vb + name: Term(string) + nameWithType: Term.Term(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Term(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class with the specified identifier. + example: [] + syntax: + content: public Term(string id) + parameters: + - id: id + type: System.String + description: The identifier for the term. Cannot be null or empty. + content.vb: Public Sub New(id As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor* + exceptions: + - type: System.ArgumentNullException + commentId: T:System.ArgumentNullException + description: Thrown when id is null or empty. + nameWithType.vb: Term.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + langs: + - csharp + - vb + name: Id + nameWithType: Term.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Gets or sets the identifier. + + Can not be null or empty. + example: [] + syntax: + content: public string Id { get; set; } + parameters: [] + return: + type: System.String + description: The identifier. + content.vb: Public Property Id As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text + id: Text + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + langs: + - csharp + - vb + name: Text + nameWithType: Term.Text + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Gets or sets the terminology text. + example: [] + syntax: + content: public string Text { get; set; } + parameters: [] + return: + type: System.String + description: The terminology text. + content.vb: Public Property Text As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + name: Term + nameWithType: Term + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term +- uid: System.ArgumentNullException + commentId: T:System.ArgumentNullException + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.argumentnullexception + name: ArgumentNullException + nameWithType: ArgumentNullException + fullName: System.ArgumentNullException +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_Term__ctor_System_String_ + name: Term + nameWithType: Term.Term + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Term + nameWithType.vb: Term.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_Term_Id + name: Id + nameWithType: Term.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_Term_Text + name: Text + nameWithType: Term.Text + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.Text diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml new file mode 100644 index 000000000..daefa2cd8 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.yml @@ -0,0 +1,705 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + id: TerminologyData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler + langs: + - csharp + - vb + name: TerminologyData + nameWithType: TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Data containing a list of s representing terminology information. + example: [] + syntax: + content: 'public class TerminologyData : SkeletonItem' + content.vb: Public Class TerminologyData Inherits SkeletonItem + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.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 +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + langs: + - csharp + - vb + name: TerminologyData(int) + nameWithType: TerminologyData.TerminologyData(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TerminologyData(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TerminologyData(int id) + parameters: + - id: id + type: System.Int32 + description: The identifier. + content.vb: Public Sub New(id As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor* + nameWithType.vb: TerminologyData.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler + id: TermsHandler + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + langs: + - csharp + - vb + name: TermsHandler + nameWithType: TerminologyData.TermsHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Thread-safe handler that backs the property. For simple operations, prefer using that property directly. + + Can be used for controlling the locking mechanism to achieve more complex transactions on the list. + example: [] + syntax: + content: public ThreadSafeListHandler TermsHandler { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term} + content.vb: Public ReadOnly Property TermsHandler As ThreadSafeListHandler(Of Term) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + id: Terms + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + langs: + - csharp + - vb + name: Terms + nameWithType: TerminologyData.Terms + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + summary: >- + Gets or sets the terms. + + Null items can not be added. + example: [] + syntax: + content: public IList Terms { get; set; } + parameters: [] + return: + type: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term} + description: The terms. + content.vb: Public Property Terms As IList(Of Term) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + name: Term + nameWithType: Term + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_SkeletonItem_Id + name: Id + nameWithType: SkeletonItem.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.Id +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + name: TerminologyData + nameWithType: TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TerminologyData__ctor_System_Int32_ + name: TerminologyData + nameWithType: TerminologyData.TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TerminologyData + nameWithType.vb: TerminologyData.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TerminologyData_Terms + name: Terms + nameWithType: TerminologyData.Terms + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TerminologyData_TermsHandler + name: TermsHandler + nameWithType: TerminologyData.TermsHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.TermsHandler +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler + nameWithType.vb: ThreadSafeListHandler(Of Term) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term) + name.vb: ThreadSafeListHandler(Of Term) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + name: Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + name: Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + name: ThreadSafeListHandler + nameWithType: ThreadSafeListHandler + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler + nameWithType.vb: ThreadSafeListHandler(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler(Of T) + name.vb: ThreadSafeListHandler(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Collection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Skeleton_TerminologyData_Terms + name: Terms + nameWithType: TerminologyData.Terms + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.Terms +- uid: System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term} + commentId: T:System.Collections.Generic.IList{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term} + parent: System.Collections.Generic + definition: System.Collections.Generic.IList`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of Term) + fullName.vb: System.Collections.Generic.IList(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term) + name.vb: IList(Of Term) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + name: Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + name: Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + - name: ) +- uid: System.Collections.Generic.IList`1 + commentId: T:System.Collections.Generic.IList`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + name: IList + nameWithType: IList + fullName: System.Collections.Generic.IList + nameWithType.vb: IList(Of T) + fullName.vb: System.Collections.Generic.IList(Of T) + name.vb: IList(Of T) + spec.csharp: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IList`1 + name: IList + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.yml new file mode 100644 index 000000000..cf897d3f0 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.yml @@ -0,0 +1,190 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + id: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition.html + name: CommentDefinition + nameWithType: CommentDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton.html + name: FileSkeleton + nameWithType: FileSkeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator.html + name: IdGenerator + nameWithType: IdGenerator + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition.html + name: PlaceholderTagDefinition + nameWithType: PlaceholderTagDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + name: SkeletonCollection + nameWithType: SkeletonCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection + nameWithType.vb: SkeletonCollection(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection(Of T) + name.vb: SkeletonCollection(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey.html + name: SkeletonCollectionKey + nameWithType: SkeletonCollectionKey + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem.html + name: SkeletonItem + nameWithType: SkeletonItem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection.html + name: SubContentCollection + nameWithType: SubContentCollection + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + name: TagPairDefinition + nameWithType: TagPairDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term.html + name: Term + nameWithType: Term + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData.html + name: TerminologyData + nameWithType: TerminologyData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml new file mode 100644 index 000000000..57cb4bf02 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.yml @@ -0,0 +1,1490 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + id: TagPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.String,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type + langs: + - csharp + - vb + name: TagPair + nameWithType: TagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + A tag composed of a start and and end tag. + + Can contain other elements. + example: [] + syntax: + content: 'public class TagPair : MarkupDataContainer, ISkeletonItemReference' + content.vb: Public Class TagPair Inherits MarkupDataContainer Implements ISkeletonItemReference(Of TagPairDefinition) + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.Int32) + id: '#ctor(System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: TagPair(int) + nameWithType: TagPair.TagPair(int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPair(int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TagPair(int tagPairDefinitionId) + parameters: + - id: tagPairDefinitionId + type: System.Int32 + description: The identifier for the TagPairDefinition + content.vb: Public Sub New(tagPairDefinitionId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor* + nameWithType.vb: TagPair.New(Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.New(Integer) + name.vb: New(Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.String,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor(System.String,System.Int32) + id: '#ctor(System.String,System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: TagPair(string, int) + nameWithType: TagPair.TagPair(string, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPair(string, int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Initializes a new instance of the class with the specified identifier and tag pair + + definition ID. + example: [] + syntax: + content: public TagPair(string id, int tagPairDefinitionId) + parameters: + - id: id + type: System.String + description: The unique identifier for the tag pair. Cannot be null or empty. + - id: tagPairDefinitionId + type: System.Int32 + description: The identifier of the tag pair definition associated with this tag pair. + content.vb: Public Sub New(id As String, tagPairDefinitionId As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor* + nameWithType.vb: TagPair.New(String, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.New(String, Integer) + name.vb: New(String, Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: TagPair.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId + id: TagPairDefinitionId + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: TagPairDefinitionId + nameWithType: TagPair.TagPairDefinitionId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the id for this instance. + + When associated with a skeleton, the ID must correspond to a valid in the skeleton. + example: [] + syntax: + content: public int TagPairDefinitionId { get; set; } + parameters: [] + return: + type: System.Int32 + description: The id for this instance. + content.vb: Public Property TagPairDefinitionId As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber + id: TagNumber + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: TagNumber + nameWithType: TagPair.TagNumber + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the TagNumber for this instance. This is the same as the "frameworkOriginalTagId" + + metadata but now exposed on the tag as well (the metadata will become deprecated). + + If needed, it will be populated on deserialization from the metadata, the value remains null + + iff not present (which should not be the case). + example: [] + syntax: + content: public string TagNumber { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property TagNumber As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition + id: Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: Definition + nameWithType: TagPair.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the definition of this item from the . + example: [] + syntax: + content: public TagPairDefinition Definition { get; } + parameters: [] + return: + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + description: The definition of this item from the . + content.vb: Public ReadOnly Property Definition As TagPairDefinition + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition* + implements: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition}.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + langs: + - csharp + - vb + name: Type + nameWithType: TagPair.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of TagPairDefinition) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition) + name.vb: ISkeletonItemReference(Of TagPairDefinition) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + name: TagPairDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + name: TagPairDefinition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Func(Of MarkupData, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData, Boolean)) + name.vb: GetAllChildren(Func(Of MarkupData, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren_System_Func_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_System_Boolean__ + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{{T},System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Add(MarkupData) + nameWithType: MarkupDataContainer.Add(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + name: Add(IEnumerable) + nameWithType: MarkupDataContainer.Add(IEnumerable) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable) + nameWithType.vb: MarkupDataContainer.Add(IEnumerable(Of MarkupData)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData)) + name.vb: Add(IEnumerable(Of MarkupData)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData}) + name: Add + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Add_System_Collections_Generic_IEnumerable_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData__ + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Insert(int, MarkupData) + nameWithType: MarkupDataContainer.Insert(int, MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(int, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + nameWithType.vb: MarkupDataContainer.Insert(Integer, MarkupData) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(Integer, Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name.vb: Insert(Integer, MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Insert(System.Int32,Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Insert + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Insert_System_Int32_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: Remove(MarkupData) + nameWithType: MarkupDataContainer.Remove(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Remove(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: Remove + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Remove_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + name: Clear() + nameWithType: MarkupDataContainer.Clear() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Clear + name: Clear + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Clear + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + name: IndexOf(MarkupData) + nameWithType: MarkupDataContainer.IndexOf(MarkupData) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.IndexOf(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData) + name: IndexOf + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_IndexOf_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + name: GetEnumerator() + nameWithType: MarkupDataContainer.GetEnumerator() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetEnumerator + name: GetEnumerator + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetEnumerator + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + name: MoveToContainer(MarkupDataContainer, int, int, int) + nameWithType: MarkupDataContainer.MoveToContainer(MarkupDataContainer, int, int, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, int, int, int) + nameWithType.vb: MarkupDataContainer.MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer, Integer, Integer, Integer) + name.vb: MoveToContainer(MarkupDataContainer, Integer, Integer, Integer) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.MoveToContainer(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer,System.Int32,System.Int32,System.Int32) + name: MoveToContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_MoveToContainer_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_System_Int32_System_Int32_System_Int32_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + name: ToString() + nameWithType: MarkupDataContainer.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString() + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.ToString + name: ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_ToString + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Children + name: Children + nameWithType: MarkupDataContainer.Children + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Children +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_AllSubItems + name: AllSubItems + nameWithType: MarkupDataContainer.AllSubItems + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.AllSubItems +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Count + name: Count + nameWithType: MarkupDataContainer.Count + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Count +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: this[int] + nameWithType: MarkupDataContainer.this[int] + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[int] + nameWithType.vb: MarkupDataContainer.this[](Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.this[](Integer) + name.vb: this[](Integer) + spec.csharp: + - name: this + - name: '[' + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ']' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.Item(System.Int32) + name: this[] + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_Item_System_Int32_ + - name: ( + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T) + name.vb: ISkeletonItemReference(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + name: GetAllChildren(Func) + nameWithType: MarkupDataContainer.GetAllChildren(Func) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(System.Func) + nameWithType.vb: MarkupDataContainer.GetAllChildren(Of T)(Func(Of T, Boolean)) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren(Of T)(System.Func(Of T, Boolean)) + name.vb: GetAllChildren(Of T)(Func(Of T, Boolean)) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean}) + name: GetAllChildren + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupDataContainer_GetAllChildren__1_System_Func___0_System_Boolean__ + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html + name: TagPair + nameWithType: TagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair__ctor_System_Int32_ + name: TagPair + nameWithType: TagPair.TagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPair + nameWithType.vb: TagPair.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.New + name.vb: New +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: TagPair.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition.html + name: TagPairDefinition + nameWithType: TagPairDefinition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair_TagPairDefinitionId + name: TagPairDefinitionId + nameWithType: TagPair.TagPairDefinitionId + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagPairDefinitionId +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Skeleton + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.html +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair_TagNumber + name: TagNumber + nameWithType: TagPair.TagNumber + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.TagNumber +- uid: Sdl.Core.Bcm.StudioPublicModel.Skeleton.FileSkeleton + commentId: T:Sdl.Core.Bcm.StudioPublicModel.Skeleton.FileSkeleton + isExternal: true +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair_Definition + name: Definition + nameWithType: TagPair.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition}.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition}.Definition + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference{Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition} + definition: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of TagPairDefinition).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1.Definition + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_ISkeletonItemReference_1_Definition + name: Definition + nameWithType: ISkeletonItemReference.Definition + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference.Definition + nameWithType.vb: ISkeletonItemReference(Of T).Definition + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T).Definition +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TagPair_Type + name: Type + nameWithType: TagPair.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.Type diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml new file mode 100644 index 000000000..732662ff7 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.yml @@ -0,0 +1,760 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + id: TextMarkup + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type + langs: + - csharp + - vb + name: TextMarkup + nameWithType: TextMarkup + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: A containing plain text. + example: [] + syntax: + content: 'public class TextMarkup : MarkupData' + content.vb: Public Class TextMarkup Inherits MarkupData + seealso: + - linkId: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + inheritance: + - System.Object + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + inheritedMembers: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: TextMarkup() + nameWithType: TextMarkup.TextMarkup() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.TextMarkup() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TextMarkup() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor* + nameWithType.vb: TextMarkup.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: TextMarkup(string) + nameWithType: TextMarkup.TextMarkup(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.TextMarkup(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TextMarkup(string text) + parameters: + - id: text + type: System.String + description: The text. + content.vb: Public Sub New(text As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor* + nameWithType.vb: TextMarkup.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + id: AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: TextMarkup.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Accepts a visitor of type . + example: [] + syntax: + content: public override void AcceptVisitor(LiteBcmVisitor visitor) + parameters: + - id: visitor + type: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + description: The used to visit this item. + content.vb: Public Overrides Sub AcceptVisitor(visitor As LiteBcmVisitor) + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString + id: ToString + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: ToString() + nameWithType: TextMarkup.ToString() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString() + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Converts to string. + example: [] + syntax: + content: public override string ToString() + return: + type: System.String + description: A that represents this instance. + content.vb: Public Overrides Function ToString() As String + overridden: System.Object.ToString + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id + id: Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: Id + nameWithType: TextMarkup.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Markup data unique id (GUID). + + Can not be null. + example: [] + syntax: + content: public override string Id { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Overrides Property Id As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text + id: Text + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: Text + nameWithType: TextMarkup.Text + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the text. + + When setting the value, it automatically gets sanitized to clear all invisible control characters. + example: [] + syntax: + content: public string Text { get; set; } + parameters: [] + return: + type: System.String + description: The text. + content.vb: Public Property Text As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type + id: Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + langs: + - csharp + - vb + name: Type + nameWithType: TextMarkup.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets the type of . + example: [] + syntax: + content: protected override string Type { get; set; } + parameters: [] + return: + type: System.String + description: The type. + content.vb: Protected Overrides Property Type As String + overridden: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Parent + name: Parent + nameWithType: MarkupData.Parent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Parent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentFragment + name: ParentFragment + nameWithType: MarkupData.ParentFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraph + name: ParentParagraph + nameWithType: MarkupData.ParentParagraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentParagraphUnit + name: ParentParagraphUnit + nameWithType: MarkupData.ParentParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Ancestors + name: Ancestors + nameWithType: MarkupData.Ancestors + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Ancestors +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_ParentSegment + name: ParentSegment + nameWithType: MarkupData.ParentSegment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.ParentSegment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IsContainer + name: IsContainer + nameWithType: MarkupData.IsContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IsContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_IndexInParent + name: IndexInParent + nameWithType: MarkupData.IndexInParent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.IndexInParent +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html + name: TextMarkup + nameWithType: TextMarkup + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup__ctor + name: TextMarkup + nameWithType: TextMarkup.TextMarkup + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.TextMarkup + nameWithType.vb: TextMarkup.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + name: LiteBcmVisitor + nameWithType: LiteBcmVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor(LiteBcmVisitor) + nameWithType: MarkupData.AcceptVisitor(LiteBcmVisitor) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.AcceptVisitor(Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor) + name: AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + - name: ( + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor.html + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup_AcceptVisitor_Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_Common_LiteBcmVisitor_ + name: AcceptVisitor + nameWithType: TextMarkup.AcceptVisitor + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.AcceptVisitor +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Common + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.html +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup_ToString + name: ToString + nameWithType: TextMarkup.ToString + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.ToString +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Id + name: Id + nameWithType: MarkupData.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup_Id + name: Id + nameWithType: TextMarkup.Id + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Id +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup_Text + name: Text + nameWithType: TextMarkup.Text + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Text +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_MarkupData_Type + name: Type + nameWithType: MarkupData.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.Type +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TextMarkup_Type + name: Type + nameWithType: TextMarkup.Type + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.Type diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml new file mode 100644 index 000000000..602f87700 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.yml @@ -0,0 +1,734 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + id: TranslationOrigin + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String,System.String,System.Int32) + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + langs: + - csharp + - vb + name: TranslationOrigin + nameWithType: TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Represents the origin of a translation, including metadata such as the type, originating system, match + + percentage, and audit information. + remarks: >- + This class is used to store and manage information about the source of a translation, such as + whether it originated from a translation memory, machine translation, or other systems. It also includes audit + fields for tracking creation and modification details. + example: [] + syntax: + content: public class TranslationOrigin + content.vb: Public Class TranslationOrigin + inheritance: + - System.Object + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: TranslationOrigin() + nameWithType: TranslationOrigin.TranslationOrigin() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.TranslationOrigin() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TranslationOrigin() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor* + nameWithType.vb: TranslationOrigin.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.New() + name.vb: New() +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String) + id: '#ctor(System.String)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: TranslationOrigin(string) + nameWithType: TranslationOrigin.TranslationOrigin(string) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.TranslationOrigin(string) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TranslationOrigin(string originType) + parameters: + - id: originType + type: System.String + content.vb: Public Sub New(originType As String) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor* + nameWithType.vb: TranslationOrigin.New(String) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.New(String) + name.vb: New(String) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String,System.String,System.Int32) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor(System.String,System.String,System.Int32) + id: '#ctor(System.String,System.String,System.Int32)' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: TranslationOrigin(string, string, int) + nameWithType: TranslationOrigin.TranslationOrigin(string, string, int) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.TranslationOrigin(string, string, int) + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Initializes a new instance of the class. + example: [] + syntax: + content: public TranslationOrigin(string originType, string originSystem, int matchPercent) + parameters: + - id: originType + type: System.String + description: Type of the origin. + - id: originSystem + type: System.String + description: The origin system. + - id: matchPercent + type: System.Int32 + description: The match percent. + content.vb: Public Sub New(originType As String, originSystem As String, matchPercent As Integer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor* + nameWithType.vb: TranslationOrigin.New(String, String, Integer) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.New(String, String, Integer) + name.vb: New(String, String, Integer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + id: OriginType + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: OriginType + nameWithType: TranslationOrigin.OriginType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: >- + Gets or sets the translation origin type. + + Can not be null or empty. + remarks: Seed for default values. + example: [] + syntax: + content: public string OriginType { get; set; } + parameters: [] + return: + type: System.String + description: The translation origin type. + content.vb: Public Property OriginType As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem + id: OriginSystem + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: OriginSystem + nameWithType: TranslationOrigin.OriginSystem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the origin system. + example: [] + syntax: + content: public string OriginSystem { get; set; } + parameters: [] + return: + type: System.String + description: The originating system name for a segment translation. + content.vb: Public Property OriginSystem As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent + id: MatchPercent + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: MatchPercent + nameWithType: TranslationOrigin.MatchPercent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the match percent. + example: [] + syntax: + content: public int MatchPercent { get; set; } + parameters: [] + return: + type: System.Int32 + description: >- + The match value for a translation memory match, or the confidence level for a machine translation. + + Should be a percentage value from 0 - 100% + content.vb: Public Property MatchPercent As Integer + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy + id: CreatedBy + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: CreatedBy + nameWithType: TranslationOrigin.CreatedBy + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the identifier of the user who created the translation. + example: [] + syntax: + content: public string CreatedBy { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property CreatedBy As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn + id: CreatedOn + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: CreatedOn + nameWithType: TranslationOrigin.CreatedOn + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the date and time when the translation was created. + example: [] + syntax: + content: public DateTime? CreatedOn { get; set; } + parameters: [] + return: + type: System.Nullable{System.DateTime} + content.vb: Public Property CreatedOn As Date? + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy + id: ModifiedBy + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: ModifiedBy + nameWithType: TranslationOrigin.ModifiedBy + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the identifier of the user who modified the translation. + example: [] + syntax: + content: public string ModifiedBy { get; set; } + parameters: [] + return: + type: System.String + content.vb: Public Property ModifiedBy As String + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy* +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn + commentId: P:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn + id: ModifiedOn + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: ModifiedOn + nameWithType: TranslationOrigin.ModifiedOn + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn + type: Property + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + summary: Gets or sets the date and time when the translation was modified. + example: [] + syntax: + content: public DateTime? ModifiedOn { get; set; } + parameters: [] + return: + type: System.Nullable{System.DateTime} + content.vb: Public Property ModifiedOn As Date? + overload: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn* +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html + name: TranslationOrigin + nameWithType: TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin__ctor + name: TranslationOrigin + nameWithType: TranslationOrigin.TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.TranslationOrigin + nameWithType.vb: TranslationOrigin.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.New + name.vb: New +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int + nameWithType: int + fullName: int + nameWithType.vb: Integer + fullName.vb: Integer + name.vb: Integer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin.html + name: DefaultTranslationOrigin + nameWithType: DefaultTranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_OriginType + name: OriginType + nameWithType: TranslationOrigin.OriginType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_OriginSystem + name: OriginSystem + nameWithType: TranslationOrigin.OriginSystem + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.OriginSystem +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_MatchPercent + name: MatchPercent + nameWithType: TranslationOrigin.MatchPercent + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.MatchPercent +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_CreatedBy + name: CreatedBy + nameWithType: TranslationOrigin.CreatedBy + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedBy +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_CreatedOn + name: CreatedOn + nameWithType: TranslationOrigin.CreatedOn + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.CreatedOn +- uid: System.Nullable{System.DateTime} + commentId: T:System.Nullable{System.DateTime} + parent: System + definition: System.Nullable`1 + href: https://learn.microsoft.com/dotnet/api/system.datetime + name: DateTime? + nameWithType: DateTime? + fullName: System.DateTime? + nameWithType.vb: Date? + fullName.vb: Date? + name.vb: Date? + spec.csharp: + - uid: System.DateTime + name: DateTime + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.datetime + - name: '?' + spec.vb: + - uid: System.DateTime + name: Date + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.datetime + - name: '?' +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_ModifiedBy + name: ModifiedBy + nameWithType: TranslationOrigin.ModifiedBy + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedBy +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html#Sdl_LanguagePlatform_TranslationMemoryApi_LiteBCM_TranslationOrigin_ModifiedOn + name: ModifiedOn + nameWithType: TranslationOrigin.ModifiedOn + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.ModifiedOn diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.yml new file mode 100644 index 000000000..7ff20bf21 --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.yml @@ -0,0 +1,253 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + id: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + - Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + langs: + - csharp + - vb + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + type: Namespace + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst.html + name: BcmConst + nameWithType: BcmConst + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel.html + name: ConfirmationLevel + nameWithType: ConfirmationLevel + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File.html + name: File + nameWithType: File + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + name: ISkeletonItemReference + nameWithType: ISkeletonItemReference + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference + nameWithType.vb: ISkeletonItemReference(Of T) + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference(Of T) + name.vb: ISkeletonItemReference(Of T) + spec.csharp: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: < + - name: T + - name: '>' + spec.vb: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference-1.html + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.html + name: LiteDocument + nameWithType: LiteDocument + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.html + name: LiteFragment + nameWithType: LiteFragment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer.html + name: LockedContentContainer + nameWithType: LockedContentContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData.html + name: MarkupData + nameWithType: MarkupData + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer.html + name: MarkupDataContainer + nameWithType: MarkupDataContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph.html + name: Paragraph + nameWithType: Paragraph + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit.html + name: ParagraphUnit + nameWithType: ParagraphUnit + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag.html + name: PlaceholderTag + nameWithType: PlaceholderTag + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer.html + name: RevisionContainer + nameWithType: RevisionContainer + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType.html + name: RevisionType + nameWithType: RevisionType + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment.html + name: Segment + nameWithType: Segment + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair.html + name: SegmentPair + nameWithType: SegmentPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair.html + name: TagPair + nameWithType: TagPair + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup.html + name: TextMarkup + nameWithType: TextMarkup + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + parent: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin.html + name: TranslationOrigin + nameWithType: TranslationOrigin + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: LiteBCM + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.html diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.yml index 8587eea58..4eaca10f3 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.yml @@ -1435,13 +1435,25 @@ items: summary: Reports the subsegment match types supported by this TM. example: [] syntax: - content: public List SupportedSubsegmentMatchTypes() + content: >- + [Obsolete("This method is obsolete. Will be removed in future releases.")] + + public List SupportedSubsegmentMatchTypes() return: type: System.Collections.Generic.List{Sdl.LanguagePlatform.TranslationMemory.SubsegmentMatchType} - content.vb: Public Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) + content.vb: >- + + + Public Function SupportedSubsegmentMatchTypes() As List(Of SubsegmentMatchType) overload: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SupportedSubsegmentMatchTypes* implements: - Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.SupportedSubsegmentMatchTypes + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This method is obsolete. Will be removed in future releases. - uid: Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.ServerBasedTranslationMemoryLanguageDirection.SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) id: SearchSegment(Sdl.LanguagePlatform.TranslationMemory.SearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchSettings,Sdl.LanguagePlatform.TranslationMemory.SubsegmentSearchCondition,Sdl.LanguagePlatform.Core.Segment) diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml new file mode 100644 index 000000000..95bf79a8a --- /dev/null +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.yml @@ -0,0 +1,562 @@ +### YamlMime:ManagedReference +items: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + id: TranslationMemoryApiModule + parent: Sdl.LanguagePlatform.TranslationMemoryApi + children: + - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor + - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + langs: + - csharp + - vb + name: TranslationMemoryApiModule + nameWithType: TranslationMemoryApiModule + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + type: Class + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi + syntax: + content: 'public class TranslationMemoryApiModule : IModule' + content.vb: Public Class TranslationMemoryApiModule Implements IModule + inheritance: + - System.Object + implements: + - Sdl.Platform.Interfaces.DI.IModule + inheritedMembers: + - System.Object.ToString + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + id: Initialize(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + langs: + - csharp + - vb + name: Initialize(IContainer) + nameWithType: TranslationMemoryApiModule.Initialize(IContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi + example: [] + syntax: + content: public void Initialize(IContainer container) + parameters: + - id: container + type: Sdl.Platform.Interfaces.DI.IContainer + content.vb: Public Sub Initialize(container As IContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize* + implements: + - Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + id: MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + langs: + - csharp + - vb + name: MinimumAPIFunctionality(IContainer) + nameWithType: TranslationMemoryApiModule.MinimumAPIFunctionality(IContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi + example: [] + syntax: + content: public void MinimumAPIFunctionality(IContainer container) + parameters: + - id: container + type: Sdl.Platform.Interfaces.DI.IContainer + content.vb: Public Sub MinimumAPIFunctionality(container As IContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality* + implements: + - Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + id: StartServices(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + langs: + - csharp + - vb + name: StartServices(IContainer) + nameWithType: TranslationMemoryApiModule.StartServices(IContainer) + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + type: Method + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi + example: [] + syntax: + content: public void StartServices(IContainer container) + parameters: + - id: container + type: Sdl.Platform.Interfaces.DI.IContainer + content.vb: Public Sub StartServices(container As IContainer) + overload: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices* + implements: + - Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor + commentId: M:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor + id: '#ctor' + parent: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + langs: + - csharp + - vb + name: TranslationMemoryApiModule() + nameWithType: TranslationMemoryApiModule.TranslationMemoryApiModule() + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.TranslationMemoryApiModule() + type: Constructor + assemblies: + - Sdl.LanguagePlatform.TranslationMemoryApi + namespace: Sdl.LanguagePlatform.TranslationMemoryApi + syntax: + content: public TranslationMemoryApiModule() + content.vb: Public Sub New() + overload: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor* + nameWithType.vb: TranslationMemoryApiModule.New() + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.New() + name.vb: New() +references: +- uid: Sdl.LanguagePlatform.TranslationMemoryApi + commentId: N:Sdl.LanguagePlatform.TranslationMemoryApi + isExternal: true + href: Sdl.html + name: Sdl.LanguagePlatform.TranslationMemoryApi + nameWithType: Sdl.LanguagePlatform.TranslationMemoryApi + fullName: Sdl.LanguagePlatform.TranslationMemoryApi + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + href: Sdl.html + - name: . + - uid: Sdl.LanguagePlatform + name: LanguagePlatform + isExternal: true + href: Sdl.LanguagePlatform.html + - name: . + - uid: Sdl.LanguagePlatform.TranslationMemoryApi + name: TranslationMemoryApi + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.html +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: Sdl.Platform.Interfaces.DI.IModule + commentId: T:Sdl.Platform.Interfaces.DI.IModule + parent: Sdl.Platform.Interfaces.DI + isExternal: true + name: IModule + nameWithType: IModule + fullName: Sdl.Platform.Interfaces.DI.IModule +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Sdl.Platform.Interfaces.DI + commentId: N:Sdl.Platform.Interfaces.DI + isExternal: true + name: Sdl.Platform.Interfaces.DI + nameWithType: Sdl.Platform.Interfaces.DI + fullName: Sdl.Platform.Interfaces.DI + spec.csharp: + - uid: Sdl + name: Sdl + isExternal: true + - name: . + - uid: Sdl.Platform + name: Platform + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces + name: Interfaces + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces.DI + name: DI + isExternal: true + spec.vb: + - uid: Sdl + name: Sdl + isExternal: true + - name: . + - uid: Sdl.Platform + name: Platform + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces + name: Interfaces + isExternal: true + - name: . + - uid: Sdl.Platform.Interfaces.DI + name: DI + isExternal: true +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryApiModule_Initialize_Sdl_Platform_Interfaces_DI_IContainer_ + name: Initialize + nameWithType: TranslationMemoryApiModule.Initialize + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.Initialize +- uid: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Platform.Interfaces.DI.IModule + isExternal: true + name: Initialize(IContainer) + nameWithType: IModule.Initialize(IContainer) + fullName: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + spec.csharp: + - uid: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + name: Initialize + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.Platform.Interfaces.DI.IModule.Initialize(Sdl.Platform.Interfaces.DI.IContainer) + name: Initialize + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) +- uid: Sdl.Platform.Interfaces.DI.IContainer + commentId: T:Sdl.Platform.Interfaces.DI.IContainer + parent: Sdl.Platform.Interfaces.DI + isExternal: true + name: IContainer + nameWithType: IContainer + fullName: Sdl.Platform.Interfaces.DI.IContainer +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryApiModule_MinimumAPIFunctionality_Sdl_Platform_Interfaces_DI_IContainer_ + name: MinimumAPIFunctionality + nameWithType: TranslationMemoryApiModule.MinimumAPIFunctionality + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.MinimumAPIFunctionality +- uid: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Platform.Interfaces.DI.IModule + isExternal: true + name: MinimumAPIFunctionality(IContainer) + nameWithType: IModule.MinimumAPIFunctionality(IContainer) + fullName: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + spec.csharp: + - uid: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + name: MinimumAPIFunctionality + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.Platform.Interfaces.DI.IModule.MinimumAPIFunctionality(Sdl.Platform.Interfaces.DI.IContainer) + name: MinimumAPIFunctionality + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryApiModule_StartServices_Sdl_Platform_Interfaces_DI_IContainer_ + name: StartServices + nameWithType: TranslationMemoryApiModule.StartServices + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.StartServices +- uid: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + commentId: M:Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + parent: Sdl.Platform.Interfaces.DI.IModule + isExternal: true + name: StartServices(IContainer) + nameWithType: IModule.StartServices(IContainer) + fullName: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + spec.csharp: + - uid: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + name: StartServices + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) + spec.vb: + - uid: Sdl.Platform.Interfaces.DI.IModule.StartServices(Sdl.Platform.Interfaces.DI.IContainer) + name: StartServices + isExternal: true + - name: ( + - uid: Sdl.Platform.Interfaces.DI.IContainer + name: IContainer + isExternal: true + - name: ) +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor* + commentId: Overload:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.#ctor + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.html#Sdl_LanguagePlatform_TranslationMemoryApi_TranslationMemoryApiModule__ctor + name: TranslationMemoryApiModule + nameWithType: TranslationMemoryApiModule.TranslationMemoryApiModule + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.TranslationMemoryApiModule + nameWithType.vb: TranslationMemoryApiModule.New + fullName.vb: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.New + name.vb: New diff --git a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.yml b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.yml index fa043f266..96333c88f 100644 --- a/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.yml +++ b/api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.yml @@ -79,6 +79,7 @@ items: - Sdl.LanguagePlatform.TranslationMemoryApi.ServerImportStatus - Sdl.LanguagePlatform.TranslationMemoryApi.StringResources - Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions + - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainerPermissions - Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryExporter @@ -768,6 +769,13 @@ references: name: SystemFieldDefinitions nameWithType: SystemFieldDefinitions fullName: Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + isExternal: true + href: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule.html + name: TranslationMemoryApiModule + nameWithType: TranslationMemoryApiModule + fullName: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer commentId: T:Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer parent: Sdl.LanguagePlatform.TranslationMemoryApi diff --git a/api/translationmemory/toc.yml b/api/translationmemory/toc.yml index 258ad9d2c..e7a869e76 100644 --- a/api/translationmemory/toc.yml +++ b/api/translationmemory/toc.yml @@ -64,6 +64,9 @@ items: - uid: Sdl.Core.FineGrainedAlignment.FGAInitializer name: FGAInitializer type: Class + - uid: Sdl.Core.FineGrainedAlignment.GuidBasedTranslationModelId + name: GuidBasedTranslationModelId + type: Class - uid: Sdl.Core.FineGrainedAlignment.IAlignableContentPair name: IAlignableContentPair type: Interface @@ -133,24 +136,6 @@ items: - uid: Sdl.Core.FineGrainedAlignment.TokenWithCount name: TokenWithCount type: Class - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner - name: TrainedModelAligner - type: Class - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelAligner.CodedTokenIndexConverter - name: TrainedModelAligner.CodedTokenIndexConverter - type: Class - - uid: Sdl.Core.FineGrainedAlignment.TrainedModelBuildResults - name: TrainedModelBuildResults - type: Class - - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModel - name: TrainedTranslationModel - type: Class - - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelBuilder - name: TrainedTranslationModelBuilder - type: Class - - uid: Sdl.Core.FineGrainedAlignment.TrainedTranslationModelId - name: TrainedTranslationModelId - type: Class - uid: Sdl.Core.FineGrainedAlignment.TranslationModel name: TranslationModel type: Class @@ -1229,6 +1214,9 @@ items: - uid: Sdl.LanguagePlatform.TranslationMemoryApi.SystemFieldDefinitions name: SystemFieldDefinitions type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryApiModule + name: TranslationMemoryApiModule + type: Class - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationMemoryContainer name: TranslationMemoryContainer type: Class @@ -1304,6 +1292,35 @@ items: - uid: Sdl.LanguagePlatform.TranslationMemoryApi.TranslationUnitPermissions name: TranslationUnitPermissions type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider + name: IAIAssistantProvider + type: Interface +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + name: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettings + name: AIAssistantSettings + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AIAssistantSettingsDialogParams + name: AIAssistantSettingsDialogParams + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchParams + name: AISearchParams + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.AISearchResult + name: AISearchResult + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Connection + name: Connection + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.Model.Prompt + name: Prompt + type: Class - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Helpers name: Sdl.LanguagePlatform.TranslationMemoryApi.Helpers type: Namespace @@ -1311,6 +1328,150 @@ items: - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Helpers.FileBasedTMSettingsCloner name: FileBasedTMSettingsCloner type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.BcmConst + name: BcmConst + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ConfirmationLevel + name: ConfirmationLevel + type: Enum + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.File + name: File + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ISkeletonItemReference`1 + name: ISkeletonItemReference + type: Interface + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument + name: LiteDocument + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment + name: LiteFragment + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LockedContentContainer + name: LockedContentContainer + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupData + name: MarkupData + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.MarkupDataContainer + name: MarkupDataContainer + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Paragraph + name: Paragraph + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.ParagraphUnit + name: ParagraphUnit + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.PlaceholderTag + name: PlaceholderTag + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionContainer + name: RevisionContainer + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.RevisionType + name: RevisionType + type: Enum + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Segment + name: Segment + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.SegmentPair + name: SegmentPair + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TagPair + name: TagPair + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TextMarkup + name: TextMarkup + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.TranslationOrigin + name: TranslationOrigin + type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.AnnotationContainer + name: AnnotationContainer + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.CommentContainer + name: CommentContainer + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations.TerminologyAnnotationContainer + name: TerminologyAnnotationContainer + type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.KeyBasedCollection`2 + name: KeyBasedCollection + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ParagraphUnitCollection + name: ParagraphUnitCollection + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.SegmentPairCollection + name: SegmentPairCollection + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Collection.ThreadSafeListHandler`1 + name: ThreadSafeListHandler + type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.DefaultTranslationOrigin + name: DefaultTranslationOrigin + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common.LiteBcmVisitor + name: LiteBcmVisitor + type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Exceptions.InvalidLiteBcmException + name: InvalidLiteBcmException + type: Class +- uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + name: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton + type: Namespace + items: + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.CommentDefinition + name: CommentDefinition + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.FileSkeleton + name: FileSkeleton + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.IdGenerator + name: IdGenerator + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.PlaceholderTagDefinition + name: PlaceholderTagDefinition + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollectionKey + name: SkeletonCollectionKey + type: Struct + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonCollection`1 + name: SkeletonCollection + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SkeletonItem + name: SkeletonItem + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.SubContentCollection + name: SubContentCollection + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TagPairDefinition + name: TagPairDefinition + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.Term + name: Term + type: Class + - uid: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton.TerminologyData + name: TerminologyData + type: Class - uid: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade name: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade type: Namespace diff --git a/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.yml b/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.yml index 3abd0eca2..ae0bd926d 100644 --- a/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.yml +++ b/api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.yml @@ -21,8 +21,20 @@ items: summary: Interface defining the operations for the serializer verifier profiles example: [] syntax: - content: public interface ISerializeVerifierProfile - content.vb: Public Interface ISerializeVerifierProfile + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ISerializeVerifierProfile + content.vb: >- + + + Public Interface ISerializeVerifierProfile + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Verification.Api.ISerializeVerifierProfile.SetContext(Sdl.Core.Settings.ISettingsBundle) commentId: M:Sdl.Verification.Api.ISerializeVerifierProfile.SetContext(Sdl.Core.Settings.ISettingsBundle) id: SetContext(Sdl.Core.Settings.ISettingsBundle) diff --git a/api/verification/Sdl.Verification.Api.ITermVerifierContext.yml b/api/verification/Sdl.Verification.Api.ITermVerifierContext.yml index 57de12d64..d08708be3 100644 --- a/api/verification/Sdl.Verification.Api.ITermVerifierContext.yml +++ b/api/verification/Sdl.Verification.Api.ITermVerifierContext.yml @@ -24,8 +24,20 @@ items: a term verifier with the term access services that it needs. example: [] syntax: - content: public interface ITermVerifierContext - content.vb: Public Interface ITermVerifierContext + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ITermVerifierContext + content.vb: >- + + + Public Interface ITermVerifierContext + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: 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) id: CreateTermRecognitionEngine(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Int32) @@ -55,7 +67,7 @@ items: type: System.Int32 description: minimum match return: - type: Sdl.TranslationStudio.Terminology.Search.ITerminologySearch + type: Sdl.TranslationResourcesApi.Search.ITerminologySearch description: term recognition engine content.vb: Function CreateTermRecognitionEngine(source As CultureInfo, target As CultureInfo, minMatch As Integer) As ITerminologySearch overload: Sdl.Verification.Api.ITermVerifierContext.CreateTermRecognitionEngine* @@ -179,13 +191,13 @@ references: nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer -- uid: Sdl.TranslationStudio.Terminology.Search.ITerminologySearch - commentId: T:Sdl.TranslationStudio.Terminology.Search.ITerminologySearch - parent: Sdl.TranslationStudio.Terminology.Search +- uid: Sdl.TranslationResourcesApi.Search.ITerminologySearch + commentId: T:Sdl.TranslationResourcesApi.Search.ITerminologySearch + parent: Sdl.TranslationResourcesApi.Search isExternal: true name: ITerminologySearch nameWithType: ITerminologySearch - fullName: Sdl.TranslationStudio.Terminology.Search.ITerminologySearch + fullName: Sdl.TranslationResourcesApi.Search.ITerminologySearch - uid: System.Globalization commentId: N:System.Globalization isExternal: true @@ -220,26 +232,22 @@ references: name: System nameWithType: System fullName: System -- uid: Sdl.TranslationStudio.Terminology.Search - commentId: N:Sdl.TranslationStudio.Terminology.Search +- uid: Sdl.TranslationResourcesApi.Search + commentId: N:Sdl.TranslationResourcesApi.Search isExternal: true - name: Sdl.TranslationStudio.Terminology.Search - nameWithType: Sdl.TranslationStudio.Terminology.Search - fullName: Sdl.TranslationStudio.Terminology.Search + name: Sdl.TranslationResourcesApi.Search + nameWithType: Sdl.TranslationResourcesApi.Search + fullName: Sdl.TranslationResourcesApi.Search spec.csharp: - uid: Sdl name: Sdl isExternal: true - name: . - - uid: Sdl.TranslationStudio - name: TranslationStudio - isExternal: true - - name: . - - uid: Sdl.TranslationStudio.Terminology - name: Terminology + - uid: Sdl.TranslationResourcesApi + name: TranslationResourcesApi isExternal: true - name: . - - uid: Sdl.TranslationStudio.Terminology.Search + - uid: Sdl.TranslationResourcesApi.Search name: Search isExternal: true spec.vb: @@ -247,15 +255,11 @@ references: name: Sdl isExternal: true - name: . - - uid: Sdl.TranslationStudio - name: TranslationStudio - isExternal: true - - name: . - - uid: Sdl.TranslationStudio.Terminology - name: Terminology + - uid: Sdl.TranslationResourcesApi + name: TranslationResourcesApi isExternal: true - name: . - - uid: Sdl.TranslationStudio.Terminology.Search + - uid: Sdl.TranslationResourcesApi.Search name: Search isExternal: true - uid: Sdl.Verification.Api.ITermVerifierContext.GetTermbaseIndexName* diff --git a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.yml b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.yml index 42d16f495..9f03f9310 100644 --- a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.yml +++ b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.yml @@ -24,8 +24,20 @@ items: a term verifier settings page with the term access services that it needs. example: [] syntax: - content: public interface ITermVerifierSettingsContext - content.vb: Public Interface ITermVerifierSettingsContext + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ITermVerifierSettingsContext + content.vb: >- + + + Public Interface ITermVerifierSettingsContext + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Verification.Api.ITermVerifierSettingsContext.HasTermbase commentId: M:Sdl.Verification.Api.ITermVerifierSettingsContext.HasTermbase id: HasTermbase diff --git a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.yml b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.yml index 48013f236..2b318f976 100644 --- a/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.yml +++ b/api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.yml @@ -22,8 +22,20 @@ items: so such objects can be given the term verifier settings context; e.g. a term verifier settings page. example: [] syntax: - content: public interface ITermVerifierSettingsContextAware - content.vb: Public Interface ITermVerifierSettingsContextAware + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public interface ITermVerifierSettingsContextAware + content.vb: >- + + + Public Interface ITermVerifierSettingsContextAware + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Verification.Api.ITermVerifierSettingsContextAware.TermVerifierSettingsContext commentId: P:Sdl.Verification.Api.ITermVerifierSettingsContextAware.TermVerifierSettingsContext id: TermVerifierSettingsContext diff --git a/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.yml b/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.yml index 81764c58a..9ca87745e 100644 --- a/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.yml +++ b/api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.yml @@ -23,10 +23,14 @@ items: content: >- [ExtensionPointInfo("SerializeProfileVerifiers", ExtensionPointBehavior.Static)] + [Obsolete("This API is deprecated and will be removed in a future version.")] + public class SerializeProfileVerifierAttribute : ExtensionAttribute, _Attribute content.vb: >- + + Public Class SerializeProfileVerifierAttribute Inherits ExtensionAttribute Implements _Attribute inheritance: - System.Object @@ -92,6 +96,11 @@ items: value: SerializeProfileVerifiers - type: Sdl.Core.PluginFramework.ExtensionPointBehavior value: 0 + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor commentId: M:Sdl.Verification.Api.SerializeProfileVerifierAttribute.#ctor id: '#ctor' diff --git a/api/verification/Sdl.Verification.Api.TermPicklistField.yml b/api/verification/Sdl.Verification.Api.TermPicklistField.yml index e0087ae87..10355215c 100644 --- a/api/verification/Sdl.Verification.Api.TermPicklistField.yml +++ b/api/verification/Sdl.Verification.Api.TermPicklistField.yml @@ -21,8 +21,14 @@ items: summary: TermPicklistField class represents a termbase picklist field. example: [] syntax: - content: public class TermPicklistField - content.vb: Public Class TermPicklistField + content: >- + [Obsolete("This API is deprecated and will be removed in a future version.")] + + public class TermPicklistField + content.vb: >- + + + Public Class TermPicklistField inheritance: - System.Object inheritedMembers: @@ -33,6 +39,12 @@ items: - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone + attributes: + - type: System.ObsoleteAttribute + ctor: System.ObsoleteAttribute.#ctor(System.String) + arguments: + - type: System.String + value: This API is deprecated and will be removed in a future version. - uid: 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}) id: '#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})' diff --git a/apiconcepts/releasenotes/tradosstudio2024sr1.md b/apiconcepts/releasenotes/tradosstudio2024sr1.md new file mode 100644 index 000000000..cfcfb9e62 --- /dev/null +++ b/apiconcepts/releasenotes/tradosstudio2024sr1.md @@ -0,0 +1,72 @@ +Release Notes for Var:ProductNameWithEdition SR1 +=================== + +# MultiTerm TMO Interop +`Sdl.Multiterm.TMO.Interop.dll` is no longer present in the install folder after the separation from MultiTerm. + +# Terminology API +These changes are included in the `Sdl.Terminology.TerminologyProvider.Core` assembly. + +[TerminologyUserManagerTokenType](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyUserManagerTokenType.yml) enum is marked as obsolete. + +The following classes were marked as obsolete: +* [GenericCredentials](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.GenericCredentials.yml) +* [TerminologyProviderCredential](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredential.yml) +* [TerminologyProviderCredentialStore](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderCredentialStore.yml) + +The following interfaces were marked as obsolete: +* [ITerminologyProviderCredentialStore](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderCredentialStore.yml) +* [IConnectionAwareTerminologyProvider](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.IConnectionAwareTerminologyProvider.yml) +* [IFileBasedTerminologyProviderDefaultPath](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.IFileBasedTerminologyProviderDefaultPath.yml) +* [IMultipleTerminologyProvider](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.IMultipleTerminologyProvider.yml) +* [ITermbaseMetrics](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITermbaseMetrics.yml) +* [ITerminologyMarkupProvider](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyMarkupProvider.yml) +* [ITerminologyProviderReadOnly](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderReadOnly.yml) + +## [ITerminologyProvider](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProvider.yml) + +* Method `GetEntry(id, IEnumerable languages)` was marked as obsolete. +* Method `ITerminologyProvider.Initialize(TerminologyProviderCredential credential)` was marked as obsolete. + +## [ITerminologyProviderFactory](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderFactory.yml) + +* Method `CreateTerminologyProvider(Uri terminologyProviderUri, ITerminologyProviderCredentialStore credentials)` was marked as obsolete. + +## [ITerminologyProviderManager](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderManager.yml) + +* Method `GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials)` was marked as obsolete. +* Added method `GetTerminologyProvider(Uri uri)` to be used instead of `GetTerminologyProviderManager(Uri uri, ITerminologyProviderCredentialStore credentials)`. + +## [ITerminologyProviderWinFormsUI](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyProviderWinFormsUI.yml) + +* Method `Browse(IWin32Window owner, ITerminologyProviderCredentialsStore credentialStore)` was marked as obsolete. + +## [TerminologyProviderManager](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.TerminologyProviderManager.yml) + +* Property `DefaultTerminologyCredentialStore` was marked as obsolete and will return null. +* Method `GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials)` was marked as obsolete. +* Added method `Use GetTerminologyProvider(Uri uri)` to be used instead of `GetTerminologyProvider(Uri uri, ITerminologyProviderCredentialStore credentials)`. + +# TranslationMemory API +These changes are included in the `Sdl.LanguagePlatfrom.TranslationMemoryApi` assembly. + +The Sdl.LanguagePlatfrom.TranslationMemoryApi assembly now includes an [IAIAssistantProvider](../../api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.AIAssistant.IAIAssistantProvider.yml) interface for plugging AI providers to be used as AI Assistant providers in Studio. + +Added [LiteDocument](../../api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteDocument.yml) and [LiteFragment](../../api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.LiteFragment.yml) classes used to structure and exchange translation content with AI providers. + +## [ISubsegmentTranslationMemoryLanguageDirection](../../api/translationmemory/Sdl.LanguagePlatform.TranslationMemoryApi.ISubsegmentTranslationMemoryLanguageDirection.yml) + +The method `SupportedSubsegmentMatchTypes()` was marked as obsolete. + +# Verification API +These changes are included in the `Sdl.Verification.Api` assembly. + +The following classes where marked as obsolete: +* [SerializeProfileVerifierAttribute](../../api/verification/Sdl.Verification.Api.SerializeProfileVerifierAttribute.yml) +* [TermPicklistField](../../api/verification/Sdl.Verification.Api.TermPicklistField.yml) + +The following interfaces where marked as obsolete: +* [ISerializeVerifierProfile](../../api/verification/Sdl.Verification.Api.ISerializeVerifierProfile.yml) +* [ITermVerifierContext](../../api/verification/Sdl.Verification.Api.ITermVerifierContext.yml) +* [ITermVerifierSettingsContext](../../api/verification/Sdl.Verification.Api.ITermVerifierSettingsContext.yml) +* [ITermVerifierSettingsContextAware](../../api/verification/Sdl.Verification.Api.ITermVerifierSettingsContextAware.yml) \ No newline at end of file diff --git a/apiconcepts/toc.yml b/apiconcepts/toc.yml index 7da7422c1..266b43120 100644 --- a/apiconcepts/toc.yml +++ b/apiconcepts/toc.yml @@ -844,4 +844,6 @@ href: releasenotes/overview.md items: - name: Release Notes for Trados Studio 2024 - href: releasenotes/tradosstudio2024.md \ No newline at end of file + href: releasenotes/tradosstudio2024.md + - name: Release Notes for Trados Studio 2024 SR1 + href: releasenotes/tradosstudio2024sr1.md \ No newline at end of file