diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d602429..6717bd2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -41,4 +41,4 @@ jobs:
- shell: pwsh
run: |
.\releaseDocs.ps1 "$GITHUB_ACTOR" "${{ secrets.GITHUB_TOKEN }}"
- if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
\ No newline at end of file
diff --git a/RWSTemplate/partials/navbar.tmpl.partial b/RWSTemplate/partials/navbar.tmpl.partial
index 4f18a57..995c57a 100644
--- a/RWSTemplate/partials/navbar.tmpl.partial
+++ b/RWSTemplate/partials/navbar.tmpl.partial
@@ -14,7 +14,6 @@
diff --git a/RWSTemplate/styles/docfx.css b/RWSTemplate/styles/docfx.css
index ce502ee..a8740f1 100644
--- a/RWSTemplate/styles/docfx.css
+++ b/RWSTemplate/styles/docfx.css
@@ -4,8 +4,8 @@
--header-bg-color: #fff;
--header-ft-color: #979FB2;
--input-text: #758099;
- --highlight-light: #008080;
- --highlight-dark: #006666;
+ --highlight-light: #0081cc;
+ --highlight-dark: #0081cc;
--accent-dim: #E6E8ED;
--accent-super-dim: #F4F5F7;
--font-color: #282C36;
@@ -27,12 +27,12 @@ a {
}
#logo {
- margin-top: 6px;
- vertical-align: middle;
- max-width: 100%;
- height: auto;
- display: block;
- width: 209px;
+ margin-top: 6px;
+ vertical-align: middle;
+ max-width: 100%;
+ height: auto;
+ display: block;
+ width: 209px;
}
button:hover,
@@ -80,48 +80,48 @@ h6 mark {
.inheritance .level7:before,
.inheritance .level8:before,
.inheritance .level9:before {
- content: '↳';
- margin-right: 5px;
+ content: '↳';
+ margin-right: 5px;
}
.inheritance .level0 {
- margin-left: 0em;
+ margin-left: 0em;
}
.inheritance .level1 {
- margin-left: 1em;
+ margin-left: 1em;
}
.inheritance .level2 {
- margin-left: 2em;
+ margin-left: 2em;
}
.inheritance .level3 {
- margin-left: 3em;
+ margin-left: 3em;
}
.inheritance .level4 {
- margin-left: 4em;
+ margin-left: 4em;
}
.inheritance .level5 {
- margin-left: 5em;
+ margin-left: 5em;
}
.inheritance .level6 {
- margin-left: 6em;
+ margin-left: 6em;
}
.inheritance .level7 {
- margin-left: 7em;
+ margin-left: 7em;
}
.inheritance .level8 {
- margin-left: 8em;
+ margin-left: 8em;
}
.inheritance .level9 {
- margin-left: 9em;
+ margin-left: 9em;
}
.level0.summary {
@@ -135,31 +135,38 @@ h6 mark {
span.parametername,
span.paramref,
span.typeparamref {
- font-style: italic;
+ font-style: italic;
}
-span.languagekeyword{
- font-weight: bold;
+
+span.languagekeyword {
+ font-weight: bold;
}
.hljs {
display: inline;
background-color: inherit;
padding: 0;
+ color: white;
}
+
/* additional spacing fixes */
-.btn + .btn {
+.btn+.btn {
margin-left: 10px;
}
+
.btn.pull-right {
margin-left: 10px;
margin-top: 5px;
}
+
.table {
margin-bottom: 10px;
}
+
table p {
margin-bottom: 0;
}
+
table a {
display: inline-block;
}
@@ -179,6 +186,7 @@ h3,
margin-bottom: 10px;
font-weight: 400;
}
+
h4,
.h4,
h5,
@@ -188,13 +196,16 @@ h6,
margin-top: 10px;
margin-bottom: 5px;
}
+
.navbar {
margin-bottom: 0;
}
+
#wrapper {
min-height: 100%;
position: relative;
}
+
/* blends header footer and content together with gradient effect */
.grad-top {
/* For Safari 5.1 to 6.0 */
@@ -204,6 +215,7 @@ h6,
/* Standard syntax */
height: 5px;
}
+
.grad-bottom {
/* For Safari 5.1 to 6.0 */
/* For Opera 11.1 to 12.0 */
@@ -212,13 +224,16 @@ h6,
/* Standard syntax */
height: 5px;
}
+
.divider {
margin: 0 5px;
color: #cccccc;
}
+
hr {
border-color: #cccccc;
}
+
header {
position: fixed;
top: 0;
@@ -226,19 +241,23 @@ header {
right: 0;
z-index: 1000;
}
+
header .navbar {
border-width: 0 0 1px 0;
border-radius: 0;
border-color: var(--accent-dim);
border-style: solid;
}
+
.navbar-brand {
font-size: inherit;
padding: 0;
}
+
.navbar-collapse {
margin: 0 -15px;
}
+
.subnav {
min-height: 40px;
}
@@ -267,13 +286,13 @@ article h4 {
margin-top: 25px;
}
-article h4{
+article h4 {
border: 0;
font-weight: bold;
margin-top: 2em;
}
-article span.small.pull-right{
+article span.small.pull-right {
margin-top: 20px;
}
@@ -303,46 +322,58 @@ article section {
#autocollapse.collapsed .navbar-header {
float: none;
}
+
#autocollapse.collapsed .navbar-toggle {
display: block;
}
+
#autocollapse.collapsed .navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
+
#autocollapse.collapsed .navbar-collapse.collapse {
display: none !important;
}
+
#autocollapse.collapsed .navbar-nav {
float: none !important;
margin: 7.5px -15px;
}
-#autocollapse.collapsed .navbar-nav > li {
+
+#autocollapse.collapsed .navbar-nav>li {
float: none;
}
-#autocollapse.collapsed .navbar-nav > li > a {
+
+#autocollapse.collapsed .navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
+
#autocollapse.collapsed .collapse.in,
#autocollapse.collapsed .collapsing {
display: block !important;
}
+
#autocollapse.collapsed .collapse.in .navbar-right,
#autocollapse.collapsed .collapsing .navbar-right {
float: none !important;
}
+
#autocollapse .form-group {
position: relative;
width: 100%;
}
+
#autocollapse .form-control {
width: 100%;
}
+
#autocollapse .navbar-header {
margin-left: 0;
margin-right: 2rem;
}
+
#autocollapse .navbar-brand {
margin-left: 0;
}
@@ -370,50 +401,61 @@ article section {
padding: 10px 15px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
+
.collapsed .collapse.in .navbar-form {
margin: 0 auto;
max-width: 400px;
padding: 10px 15px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
+
.navbar .navbar-nav {
display: inline-block;
}
+
.docs-search {
background: white;
vertical-align: middle;
}
-.docs-search > .search-query {
+
+.docs-search>.search-query {
font-size: 14px;
border: 0;
width: 120%;
color: #555;
}
-.docs-search > .search-query:focus {
+
+.docs-search>.search-query:focus {
outline: 0;
}
+
.search-results-frame {
clear: both;
display: table;
width: 100%;
}
+
.search-results.ng-hide {
display: none;
}
+
.search-results-container {
padding-bottom: 1em;
border-top: 1px solid #111;
background: rgba(25, 25, 25, 0.5);
}
+
.search-results-container .search-results-group {
padding-top: 50px !important;
padding: 10px;
}
+
.search-results-group-heading {
font-family: "Open Sans";
padding-left: 10px;
color: white;
}
+
.search-close {
position: absolute;
left: 50%;
@@ -427,6 +469,7 @@ article section {
width: 200px;
box-shadow: 0 0 10px #111;
}
+
#search {
display: none;
}
@@ -562,17 +605,20 @@ body .toc {
.sidetoggle.ng-hide {
display: block !important;
}
-.sidetoc-expand > .caret {
+
+.sidetoc-expand>.caret {
margin-left: 0px;
margin-top: -2px;
}
-.sidetoc-expand > .caret-side {
+
+.sidetoc-expand>.caret-side {
border-left: 4px solid;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
margin-left: 4px;
margin-top: -4px;
}
+
.sidetoc-heading {
font-weight: 500;
}
@@ -592,27 +638,31 @@ body .toc {
top: 0;
left: 0;
}
-.toc .nav > li > a {
+
+.toc .nav>li>a {
color: #666666;
margin-left: 5px;
display: block;
padding: 0;
}
-.toc .nav > li > a:hover,
-.toc .nav > li > a:focus {
+
+.toc .nav>li>a:hover,
+.toc .nav>li>a:focus {
color: #000000;
background: none;
text-decoration: inherit;
}
-.toc .nav > li.active > a {
+
+.toc .nav>li.active>a {
color: #337ab7;
}
-.toc .nav > li.active > a:hover,
-.toc .nav > li.active > a:focus {
+
+.toc .nav>li.active>a:hover,
+.toc .nav>li.active>a:focus {
color: #23527c;
}
-.toc .nav > li> .expand-stub {
+.toc .nav>li>.expand-stub {
cursor: pointer;
}
@@ -623,33 +673,33 @@ body .toc {
transform: rotate(90deg);
}
-.toc .nav > li > .expand-stub::before,
-.toc .nav > li.active > .expand-stub::before {
- color: var(--font-color);
- display: inline-block;
- height: 2rem;
- width: 1.5rem;
- line-height: 1.5rem;
- text-align: center;
- overflow: visible;
- content: "›";
- font-size: 2rem;
- font-weight: bold;
- transform: rotate(0deg);
- transition: 350ms ease-out;
- vertical-align: middle;
+.toc .nav>li>.expand-stub::before,
+.toc .nav>li.active>.expand-stub::before {
+ color: var(--font-color);
+ display: inline-block;
+ height: 2rem;
+ width: 1.5rem;
+ line-height: 1.5rem;
+ text-align: center;
+ overflow: visible;
+ content: "›";
+ font-size: 2rem;
+ font-weight: bold;
+ transform: rotate(0deg);
+ transition: 350ms ease-out;
+ vertical-align: middle;
}
-.toc .nav > li.filtered > ul,
-.toc .nav > li.in > ul {
+.toc .nav>li.filtered>ul,
+.toc .nav>li.in>ul {
display: block;
}
-.toc .nav > li > ul {
+.toc .nav>li>ul {
display: none;
}
-.toc ul{
+.toc ul {
font-size: 12px;
margin: 0 auto 0 5%;
max-width: 80%;
@@ -739,6 +789,7 @@ body .toc {
display: none;
margin: 0 15px 0px 15px;
}
+
.sidefilter {
position: fixed;
top: 90px;
@@ -764,22 +815,26 @@ body .toc {
margin: 0 5px 0 5px;
}
-.toc-filter > input {
+.toc-filter>input {
color: var(--input-text);
padding-left: 3rem;
padding-right: 1rem;
width: 100%;
- height: calc(1.5em + 8px); /* Adjust height by adding 5 pixels */
- line-height: calc(1.5em + 8px); /* Match line height for vertical centering */
- border: 1px solid #d0d0d0; /* Add gray border */
- border-radius: 5px; /* Round corners */
+ height: calc(1.5em + 8px);
+ /* Adjust height by adding 5 pixels */
+ line-height: calc(1.5em + 8px);
+ /* Match line height for vertical centering */
+ border: 1px solid #d0d0d0;
+ /* Add gray border */
+ border-radius: 5px;
+ /* Round corners */
}
-.toc-filter > input:focus {
+.toc-filter>input:focus {
outline: 0;
}
-.toc-filter > .filter-icon {
+.toc-filter>.filter-icon {
position: absolute;
top: 2px;
left: 8px;
@@ -802,7 +857,7 @@ body .toc {
}
-#_content>a{
+#_content>a {
margin-top: 105px;
}
@@ -814,11 +869,13 @@ body .toc {
margin-top: 5px;
margin-bottom: 5px;
}
+
.article img {
max-width: 100%;
margin-top: 2rem;
margin-bottom: 2rem;
}
+
.sideaffix {
margin-top: 50px;
font-size: 12px;
@@ -828,43 +885,53 @@ body .toc {
bottom: 10px;
position: fixed;
}
+
.sideaffix.shiftup {
bottom: 70px;
}
+
.affix {
position: relative;
height: 100%;
}
-.sideaffix > div.contribution {
+
+.sideaffix>div.contribution {
margin-bottom: 20px;
}
-.sideaffix > div.contribution > ul > li > a.contribution-link {
+
+.sideaffix>div.contribution>ul>li>a.contribution-link {
padding: 6px 10px;
font-weight: bold;
font-size: 14px;
}
-.sideaffix > div.contribution > ul > li > a.contribution-link:hover {
+
+.sideaffix>div.contribution>ul>li>a.contribution-link:hover {
background-color: #ffffff;
}
-.sideaffix ul.nav > li > a:focus {
+
+.sideaffix ul.nav>li>a:focus {
background: none;
}
+
.affix h5 {
font-weight: bold;
text-transform: uppercase;
padding-left: 10px;
font-size: 12px;
}
-.affix > ul.level1 {
+
+.affix>ul.level1 {
overflow: hidden;
padding-bottom: 10px;
height: calc(100% - 100px);
}
-.affix ul > li > a:before {
+
+.affix ul>li>a:before {
color: #cccccc;
position: absolute;
}
-.affix ul > li > a:hover {
+
+.affix ul>li>a:hover {
background: none;
color: var(--highlight-light);
}
@@ -883,45 +950,55 @@ body .toc {
padding: 5px 12px;
color: var(--font-color);
}
-.affix > ul > li.active:last-child {
+
+.affix>ul>li.active:last-child {
margin-bottom: 50px;
}
-.affix > ul > li > a:before {
+
+.affix>ul>li>a:before {
content: "|";
font-size: 16px;
top: 1px;
left: 0;
}
-.affix > ul > li.active > a,
-.affix > ul > li.active > a:before {
+
+.affix>ul>li.active>a,
+.affix>ul>li.active>a:before {
color: #337ab7;
font-weight: bold;
}
-.affix ul ul > li > a {
+
+.affix ul ul>li>a {
padding: 2px 15px;
}
-.affix ul ul > li > a:before {
+
+.affix ul ul>li>a:before {
content: ">";
font-size: 14px;
top: -1px;
left: 5px;
}
-.affix ul > li > a:before,
+
+.affix ul>li>a:before,
.affix ul ul {
display: none;
}
-.affix ul > li.active > ul,
-.affix ul > li.active > a:before,
-.affix ul > li > a:hover:before {
+
+.affix ul>li.active>ul,
+.affix ul>li.active>a:before,
+.affix ul>li>a:hover:before {
display: block;
white-space: nowrap;
}
+
.codewrapper {
position: relative;
}
+
.trydiv {
height: 0px;
}
+
.tryspan {
position: absolute;
top: 0px;
@@ -940,17 +1017,21 @@ body .toc {
display: none;
color: #767676;
}
+
.tryspan:hover {
background-color: #3b8bd0;
color: white;
border-color: #3b8bd0;
}
+
.codewrapper:hover .tryspan {
display: block;
}
-.sample-response .response-content{
+
+.sample-response .response-content {
max-height: 200px;
}
+
footer {
position: absolute;
left: 0;
@@ -958,49 +1039,60 @@ footer {
bottom: 0;
z-index: 1000;
}
+
.footer {
border-top: 1px solid #e7e7e7;
background-color: #f8f8f8;
padding: 15px 0;
}
+
@media (min-width: 768px) {
#sidetoggle.collapse {
display: block;
}
+
.topnav .navbar-nav {
float: none;
white-space: nowrap;
}
- .topnav .navbar-nav > li {
+
+ .topnav .navbar-nav>li {
float: none;
display: inline-block;
}
}
+
@media only screen and (max-width: 768px) {
#mobile-indicator {
display: block;
}
+
/* TOC display for responsive */
.article {
margin-top: 30px !important;
}
+
header {
position: static;
}
+
.topnav {
text-align: center;
}
+
.sidenav {
padding: 15px 0;
margin-left: -15px;
margin-right: -15px;
}
+
.sidefilter {
position: static;
width: auto;
float: none;
border: none;
}
+
.sidetoc {
position: static;
width: auto;
@@ -1008,44 +1100,55 @@ footer {
padding-bottom: 0px;
border: none;
}
- .toc .nav > li, .toc .nav > li >a {
+
+ .toc .nav>li,
+ .toc .nav>li>a {
display: inline-block;
}
+
.toc li:after {
margin-left: -3px;
margin-right: 5px;
content: ", ";
color: #666666;
}
- .toc .level1 > li {
+
+ .toc .level1>li {
display: block;
}
- .toc .level1 > li:after {
+ .toc .level1>li:after {
display: none;
}
+
.article.grid-right {
margin-left: 0;
}
+
.grad-top,
.grad-bottom {
display: none;
}
+
.toc-toggle {
display: block;
}
+
.sidetoggle.ng-hide {
display: none !important;
}
+
/*.expand-all {
display: none;
}*/
.sideaffix {
display: none;
}
+
.mobile-hide {
display: none;
}
+
.breadcrumb {
white-space: inherit;
}
@@ -1055,114 +1158,158 @@ footer {
h2:before,
h3:before,
h4:before {
- content: '';
- display: none;
+ content: '';
+ display: none;
}
}
/* For toc iframe */
@media (max-width: 260px) {
- .toc .level2 > li {
+ .toc .level2>li {
display: block;
}
- .toc .level2 > li:after {
+ .toc .level2>li:after {
display: none;
}
}
/* Code snippet */
-code {
- color: #717374;
- background-color: #f1f2f3;
+/* code {
+ color: #e6f3ff;
+ background-color: #1e3a5f;
+ padding: 2px 4px;
+ border-radius: 3px;
}
a code {
- color: #337ab7;
- background-color: #f1f2f3;
+ color: #87ceeb;
+ background-color: #1e3a5f;
}
a code:hover {
text-decoration: underline;
+ color: #b3d9ff;
+} */
+
+/* pre {
+ background-color: #1e3a5f !important;
+ color: #e6f3ff !important;
+ border: 0;
+ border-radius: 6px;
+ padding: 16px;
+} */
+
+/* pre code {
+ background-color: #b5b5b5;
+ color: inherit;
+ padding: 0;
}
.hljs-keyword {
- color: rgb(86,156,214);
+ color: #87ceeb;
+ font-weight: bold;
}
.hljs-string {
- color: rgb(214, 157, 133);
+ color: #98fb98;
}
-pre {
- border: 0;
+.hljs-comment {
+ color: #b5b5b5;
+ font-style: italic;
+}
+
+.hljs-number {
+ color: #ffd700;
+}
+
+.hljs-function {
+ color: #87ceeb;
+}
+
+.hljs-variable {
+ color: #e6f3ff;
+}
+
+.hljs-built_in {
+ color: #dda0dd;
+}
+
+.hljs-type {
+ color: #87ceeb;
}
/* For code snippet line highlight */
-pre > code .line-highlight {
- background-color: #ffffcc;
+pre>code .line-highlight {
+ background-color: #7d7d7d;
}
+*/
+
/* Alerts */
.alert h5 {
- text-transform: uppercase;
- font-weight: bold;
- margin-top: 0;
+ text-transform: uppercase;
+ font-weight: bold;
+ margin-top: 0;
}
.alert h5:before {
- position:relative;
- top:1px;
- display:inline-block;
- font-family:'Glyphicons Halflings';
- line-height:1;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing:grayscale;
- margin-right: 5px;
- font-weight: normal;
+ position: relative;
+ top: 1px;
+ display: inline-block;
+ font-family: 'Glyphicons Halflings';
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ margin-right: 5px;
+ font-weight: normal;
}
.alert-info h5:before {
- content:"\e086"
+ content: "\e086"
}
.alert-warning h5:before {
- content:"\e127"
+ content: "\e127"
}
.alert-danger h5:before {
- content:"\e107"
+ content: "\e107"
}
/* For Embedded Video */
div.embeddedvideo {
- padding-top: 56.25%;
- position: relative;
- width: 100%;
+ padding-top: 56.25%;
+ position: relative;
+ width: 100%;
}
div.embeddedvideo iframe {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100%;
}
/* For printer */
-@media print{
+@media print {
.article.grid-right {
margin-top: 0px;
margin-left: 0px;
}
+
.sideaffix {
display: none;
}
+
.mobile-hide {
display: none;
}
+
.footer {
display: none;
}
@@ -1197,7 +1344,7 @@ div.embeddedvideo iframe {
.tabGroup a[role="tab"]:hover,
.tabGroup a[role="tab"]:focus,
.tabGroup a[role="tab"][aria-selected="true"] {
- border-bottom: 2px solid #0050C5;
+ border-bottom: 2px solid #0081cc;
}
.tabGroup a[role="tab"][aria-selected="true"] {
@@ -1206,11 +1353,11 @@ div.embeddedvideo iframe {
.tabGroup a[role="tab"]:hover,
.tabGroup a[role="tab"]:focus {
- color: #0050C5;
+ color: #0081cc;
}
.tabGroup a[role="tab"]:focus {
- outline: 1px solid #0050C5;
+ outline: 1px solid #0081cc;
outline-offset: -1px;
}
@@ -1269,4 +1416,4 @@ div.embeddedvideo iframe {
@page {
margin: .4in;
}
-}
+}
\ No newline at end of file
diff --git a/RWSTemplate/styles/main.css b/RWSTemplate/styles/main.css
index a94c190..c32c6da 100644
--- a/RWSTemplate/styles/main.css
+++ b/RWSTemplate/styles/main.css
@@ -61,8 +61,8 @@
--header-bg-color: #fff;
--header-ft-color: #979FB2;
--input-text: #758099;
- --highlight-light: #008080;
- --highlight-dark: #006666;
+ --highlight-light: #0081cc;
+ --highlight-dark: #0081cc;
--accent-dim: #E6E8ED;
--accent-super-dim: #F4F5F7;
--font-color: #282C36;
@@ -72,85 +72,130 @@
}
.tile-container {
- display: flex; /* Enable flexbox */
- flex-wrap: wrap; /* Allow tiles to wrap to the next line */
- justify-content: left; /* Space tiles evenly */
- margin-top: 20px; /* Margin between sections */
+ display: flex;
+ /* Enable flexbox */
+ flex-wrap: wrap;
+ /* Allow tiles to wrap to the next line */
+ justify-content: left;
+ /* Space tiles evenly */
+ margin-top: 20px;
+ /* Margin between sections */
}
.tile h3 {
- margin-top: 10px;
+ margin-top: 10px;
}
.tile {
- background-color: #f5f5f5; /* Background color */
- border: 1px solid #ccc; /* Border around tiles */
- border-radius: 5px; /* Rounded corners */
- padding: 20px; /* Padding inside tiles */
- width: calc(33.33% - 20px); /* Width for 3 tiles in a row, accounting for margins */
- text-align: center; /* Center text */
- cursor: pointer; /* Change cursor to pointer */
- transition: background-color 0.3s; /* Smooth background change on hover */
- margin: 0 10px 20px; /* Margin for spacing */
-}
-
- .tile:hover {
- background-color: #e0e0e0; /* Darker shade on hover */
- color: #006666; /* Change text color on hover */
- }
+ background-color: #f5f5f5;
+ /* Background color */
+ border: 1px solid #ccc;
+ /* Border around tiles */
+ border-radius: 5px;
+ /* Rounded corners */
+ padding: 20px;
+ /* Padding inside tiles */
+ width: calc(33.33% - 20px);
+ /* Width for 3 tiles in a row, accounting for margins */
+ text-align: center;
+ /* Center text */
+ cursor: pointer;
+ /* Change cursor to pointer */
+ transition: background-color 0.3s;
+ /* Smooth background change on hover */
+ margin: 0 10px 20px;
+ /* Margin for spacing */
+}
+
+.tile:hover {
+ background-color: #e0e0e0;
+ /* Darker shade on hover */
+ color: #0081cc;
+ /* Change text color on hover */
+}
/* Media queries for smaller screens */
@media (max-width: 768px) {
- .tile {
- width: calc(50% - 20px); /* Two tiles per row on smaller screens */
- }
+ .tile {
+ width: calc(50% - 20px);
+ /* Two tiles per row on smaller screens */
+ }
}
@media (max-width: 480px) {
- .tile {
- width: 100%; /* Single tile per row on very small screens */
- }
+ .tile {
+ width: 100%;
+ /* Single tile per row on very small screens */
+ }
}
/* More specific selector to override */
-.index-landing > .article {
- margin-top: 0; /* Remove the top margin */
- margin-bottom: 115px; /* Adjust bottom margin as necessary */
+.index-landing>.article {
+ margin-top: 0;
+ /* Remove the top margin */
+ margin-bottom: 115px;
+ /* Adjust bottom margin as necessary */
}
.hero-image {
- position: relative; /* Keep it relative for correctly positioned child elements */
- top: 0; /* Align to the top */
- left: 0; /* Align to the left */
- width: 100%; /* Ensure it spans the full width of the container */
- height: auto; /* Maintain its original aspect ratio */
- max-height: 300px; /* Prevent the height from exceeding 300px if needed */
- object-fit: cover; /* Make the image cover the area while maintaining aspect ratio */
+ position: relative;
+ /* Keep it relative for correctly positioned child elements */
+ top: 0;
+ /* Align to the top */
+ left: 0;
+ /* Align to the left */
+ width: 100%;
+ /* Ensure it spans the full width of the container */
+ height: auto;
+ /* Maintain its original aspect ratio */
+ max-height: 300px;
+ /* Prevent the height from exceeding 300px if needed */
+ object-fit: cover;
+ /* Make the image cover the area while maintaining aspect ratio */
}
.header-text {
- position: absolute; /* Keep it absolutely positioned */
- top: 50%; /* Center within the hero image */
- left: 50%; /* Center horizontally */
- transform: translate(-50%, -50%); /* Adjust to maintain perfect centering */
- z-index: 15; /* Ensure it overlays */
- color: white; /* Text color */
- font-weight: bold; /* Bold font weight */
- text-align: center; /* Center text alignment */
- display: flex; /* Enable flex properties */
- flex-direction: column; /* Stack items vertically */
- justify-content: center; /* Center items vertically */
- align-items: center; /* Center items horizontally */
- width: 80%; /* Ensure it takes full width */
- padding: 10px; /* Adds some padding around the text */
- background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
- border-radius: 5px; /* Optional: rounding the corners */
-}
-
-@media (max-width: 768px) { /* Media query for smaller screens */
- .header-text {
- top: 60%; /* Adjust vertical centering for smaller devices */
- }
+ position: absolute;
+ /* Keep it absolutely positioned */
+ top: 50%;
+ /* Center within the hero image */
+ left: 50%;
+ /* Center horizontally */
+ transform: translate(-50%, -50%);
+ /* Adjust to maintain perfect centering */
+ z-index: 15;
+ /* Ensure it overlays */
+ color: white;
+ /* Text color */
+ font-weight: bold;
+ /* Bold font weight */
+ text-align: center;
+ /* Center text alignment */
+ display: flex;
+ /* Enable flex properties */
+ flex-direction: column;
+ /* Stack items vertically */
+ justify-content: center;
+ /* Center items vertically */
+ align-items: center;
+ /* Center items horizontally */
+ width: 80%;
+ /* Ensure it takes full width */
+ padding: 10px;
+ /* Adds some padding around the text */
+ background: rgba(0, 0, 0, 0.5);
+ /* Semi-transparent black background */
+ border-radius: 5px;
+ /* Optional: rounding the corners */
+}
+
+@media (max-width: 768px) {
+
+ /* Media query for smaller screens */
+ .header-text {
+ top: 60%;
+ /* Adjust vertical centering for smaller devices */
+ }
}
@@ -178,11 +223,6 @@ hr {
overflow: visible;
}
-pre {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
a {
background-color: transparent;
}
@@ -294,10 +334,12 @@ progress {
textarea {
overflow: auto;
}
+
input::-moz-focus-inner {
border: 0;
padding: 0;
}
+
.mktoFormRow input {
-moz-appearance: none !important;
-webkit-appearance: none !important;
@@ -305,6 +347,7 @@ input::-moz-focus-inner {
-moz-appearance: none !important;
appearance: none !important;
}
+
/* HIGHLIGHT COLOR */
button,
@@ -411,6 +454,7 @@ article h4 {
.navbar-inverse a {
color: var(--header-ft-color);
}
+
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
color: var(--header-ft-color);
@@ -445,22 +489,22 @@ article h4 {
}
.navbar-form .search-icon {
- position: absolute;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- color: var(--input-text);
- background-color: transparent;
- width: 2rem;
- height: 32px;
- line-height: 32px;
- left: 0px;
- text-align: center;
- z-index: 2;
- padding-left: 10px;
+ position: absolute;
+ border-top-left-radius: 5px;
+ border-bottom-left-radius: 5px;
+ color: var(--input-text);
+ background-color: transparent;
+ width: 2rem;
+ height: 32px;
+ line-height: 32px;
+ left: 0px;
+ text-align: center;
+ z-index: 2;
+ padding-left: 10px;
}
.navbar-form #search-query {
- padding-left: 32px;
+ padding-left: 32px;
}
/* NAVBAR TOGGLED (small screens) */
@@ -559,34 +603,139 @@ article h4 {
}
.alert-info>h5 {
- color: #1976d2;
- border-bottom: 4px solid #1976d2;
- background-color: #e3f2fd;
+ color: #ffffff;
+ /* border-bottom: 4px solid #1976d2; */
+ background-color: #66c9ff;
}
.alert-warning>h5 {
- color: #f57f17;
- border-bottom: 4px solid #f57f17;
- background-color: #fff3e0;
+ color: #ffffff;
+ /* border-bottom: 4px solid #ffc700; */
+ background-color: #ffc700;
}
.alert-danger>h5 {
- color: #d32f2f;
- border-bottom: 4px solid #d32f2f;
- background-color: #ffebee;
+ color: #ffffff;
+ /* border-bottom: 4px solid #d32f2f; */
+ background-color: #ff592c;
}
/* CODE HIGHLIGHT */
pre {
- padding: 9.5px;
- margin: 0 0 10px;
- font-size: 13px;
+ font-family: monospace, monospace;
+ font-size: 1em;
+ background-color: #17151b !important;
+ color: #e6f3ff !important;
word-break: break-all;
word-wrap: break-word;
- background-color: #fffaef;
border-radius: 4px;
border: none;
- box-shadow: var(--card-box-shadow);
+ padding: 9.5px;
+ margin: 0 0 10px;
+ font-size: 13px;
+}
+
+pre code {
+ font-family: monospace, monospace;
+ color: inherit;
+ padding: 0;
+ background-color: #fafcff;
+ color: inherit;
+ padding: 0;
+ border: none;
+}
+
+code {
+ font-family: monospace, monospace;
+ color: #363636;
+ background-color: #fafcff;
+ padding: 2px 4px;
+ border-radius: 1px;
+ font-size: 12px;
+ border: solid 1px #E8E8E8;
+}
+
+a code {
+ font-family: monospace, monospace;
+ color: #0081cc;
+ background-color: #fafcff;
+ border: solid 1px #E8E8E8;
+}
+
+a code:hover {
+ color: #3a70ad;
+ border: solid 1px #E8E8E8;
+}
+
+.hljs-keyword {
+ color: #ff7b72;
+ font-weight: bold;
+}
+
+.hljs-string {
+ color: #A5D6FF;
+}
+
+.hljs-comment {
+ color: #b5b5b5;
+ font-style: italic;
+}
+
+.hljs-number {
+ color: #ffd700;
+}
+
+.hljs-function {
+ color: #87ceeb;
+}
+
+.hljs-variable {
+ color: #e6f3ff;
+}
+
+.hljs-built_in {
+ color: #ff7b72;
+}
+
+.hljs-type {
+ color: #87ceeb;
+}
+
+.hljs-attr {
+ color: #80CBC4;
+}
+
+.hljs-attribute {
+ color: #87ceeb;
+}
+
+.hljs-comment>.hljs-doctag {
+ color: #b5b5b5;
+}
+
+.hljs-title {
+ color: #87ceeb;
+}
+
+.hljs-title.class_ {
+ color: #87ceeb;
+}
+
+.hljs-operator {
+ color: #ff7b72;
+}
+
+.hljs-title.function_ {
+ color: #87ceeb;
+}
+
+.hljs-meta {
+ color: #87ceeb;
+}
+
+/* For code snippet line highlight */
+pre>code .line-highlight {
+ background-color: #7d7d7d;
}
/* STYLE FOR IMAGES */
diff --git a/Requirements.md b/Requirements.md
new file mode 100644
index 0000000..e2256e7
--- /dev/null
+++ b/Requirements.md
@@ -0,0 +1,38 @@
+# Requirements
+
+Create a powershell script (convert-reference-links.ps1) that will:
+
+- Find all links in markdown files in "./articles/LCPublicAPI/docs/" and for links that start with "../reference/
.json/paths/" replace with:
+ - for links that link to operations: "../api/-fv.html#/operations/"
+ - for links that link to scheams: "../api/-fv.html#/schemas/"
+- Current links in the markdown relative paths are not correct. those are actually referencing files from the /articles/LCPublicAPI/api
+
+Second powershell script (convert-contract-links.ps1) that will:
+
+- Find all links in markdown format (ex: `[Translation API](../docs/translations/Translations.md)`) in a provided contract file (.json file in "/articles/Extensibility/api" or "/articles/LCPublicAPI/api") and rename them to *.html
+- Find all links in markdown format (ex: `[Upload Zip File](../reference/Public-API.v1.json/paths/~1files/post)`) in the given contract (same as above) and:
+ - change the url to operationId using hash, example: `[Poll Upload Zip File](../reference/Public-API.v1.json/paths/~1files~1{fileId}/get)` becomes `[Poll Upload Zip File](#/operations/PollUploadZipFile)`
+ - for schemas the path becomes `#/schemas/..`
+ - if the url is relative to another contract file format a full relative path, ex: `[Poll Upload Zip File](../reference/Public-API.v1.json/paths/~1files~1{fileId}/get)` becomes `[Poll Upload Zip File](../../LCPublicAPI/api/Public-API.v1-fv.html#/operations/PollUploadZipFile)`
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/bcm/.manifest b/api/bcm/.manifest
new file mode 100644
index 0000000..3a75591
--- /dev/null
+++ b/api/bcm/.manifest
@@ -0,0 +1,988 @@
+{
+ "Sdl.Core.Bcm.BcmModel": "Sdl.Core.Bcm.BcmModel.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment": "Sdl.Core.Bcm.BcmModel.Alignment.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.#ctor": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.Clone": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.ContentInsertDate": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.IncompatibleSpanPairSet": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.ModelDate": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.SpanPairSet": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.TuId": "Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan": "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.#ctor": "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.Clone": "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.Length": "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.StartIndex": "Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.#ctor": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.Clone": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.Confidence": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.Provenance": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.SourceSpan": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.TargetSpan": "Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations": "Sdl.Core.Bcm.BcmModel.Annotations.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer": "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.#ctor": "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.AnnotationId": "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.#ctor": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.Clone": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.CommentDefinitionId": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.Definition": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.Type": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.UniqueClone": "Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.#ctor": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.Definition": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.TerminologyDataId": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.Type": "Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections": "Sdl.Core.Bcm.BcmModel.Collections.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2.#ctor": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2.#ctor(Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx{`0,`1})": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2.Equals(Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx{`0,`1})": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx`2.GetHashCode": "Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.FileCollection": "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.#ctor": "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.IdGenerator": "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.InsertItem(System.Int32,Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.SetItem(System.Int32,Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.#ctor": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.Add(`0,`1)": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.Clear": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.ContainsKey(`0)": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.GetHashCodeInternal(`0)": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.Item(`0)": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.Remove(`0)": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2.TryGetValue(`0,`1@)": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt`2._backingDictionary": "Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.#ctor": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.#ctor(System.Func{`1,`0})": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.Equals(Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection{`0,`1})": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.ForEach(System.Action{`1})": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.GetHashCode": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.GetKeyForItem(`1)": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection`2.KeySelector": "Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection": "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.#ctor": "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.AllSegmentPairs": "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.InsertItem(System.Int32,Sdl.Core.Bcm.BcmModel.ParagraphUnit)": "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.ParentFile": "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.SegmentCount": "Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection": "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.SegmentPair})": "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.GetEnumerator": "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.Item(System.String)": "Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Common": "Sdl.Core.Bcm.BcmModel.Common.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmConst": "Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmConst.CurrentBcmModelVersion": "Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmConst.DateTimeFormat": "Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmConst.FrameworkOriginalParagraphUnitId": "Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmConst.FrameworkOriginalTagId": "Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmConst.KeepContextFromPreviousParagraph": "Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation": "Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.ExcludeBaseTypes": "Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.#ctor": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitCommentContainer(Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitFeedbackContainer(Sdl.Core.Bcm.BcmModel.FeedbackContainer)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitLockedContentContainer(Sdl.Core.Bcm.BcmModel.LockedContentContainer)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitParagraph(Sdl.Core.Bcm.BcmModel.Paragraph)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitPlaceholderTag(Sdl.Core.Bcm.BcmModel.PlaceholderTag)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitRevisionContainer(Sdl.Core.Bcm.BcmModel.RevisionContainer)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitSegment(Sdl.Core.Bcm.BcmModel.Segment)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitStructure(Sdl.Core.Bcm.BcmModel.StructureTag)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitTagPair(Sdl.Core.Bcm.BcmModel.TagPair)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitTerminologyContainer(Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitText(Sdl.Core.Bcm.BcmModel.TextMarkup)": "Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.AdaptiveMachineTranslation": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.AutoPropagated": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.AutomatedAlignment": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.AutomaticTranslation": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.DocumentMatch": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.Interactive": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.MachineTranslation": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.NeuralMachineTranslation": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.NotTranslated": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.ReverseAlignment": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.Source": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.TranslationMemory": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.Unknown": "Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.ICloneable`1": "Sdl.Core.Bcm.BcmModel.Common.ICloneable-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.ICloneable`1.Clone": "Sdl.Core.Bcm.BcmModel.Common.ICloneable-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.ModelExtensions": "Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})": "Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants": "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeDescription": "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeEvaluatedAt": "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeModel": "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeScore": "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml",
+ "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeSystem": "Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.ApprovedSignOff": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.ApprovedTranslation": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.Draft": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.NotTranslated": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.RejectedSignOff": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.RejectedTranslation": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.Translated": "Sdl.Core.Bcm.BcmModel.ConfirmationLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.#ctor": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Clone": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.EmbeddedContent": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Equals(Sdl.Core.Bcm.BcmModel.DependencyFile)": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.FileId": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.FileName": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.GetHashCode": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Id": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Location": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Provider": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFile.Usage": "Sdl.Core.Bcm.BcmModel.DependencyFile.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFileUsage": "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.Extraction": "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.Final": "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.Generation": "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.yml",
+ "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.None": "Sdl.Core.Bcm.BcmModel.DependencyFileUsage.yml",
+ "Sdl.Core.Bcm.BcmModel.Document": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.#ctor": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.Clone": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.DeserializeFromString(System.String)": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.Equals(Sdl.Core.Bcm.BcmModel.Document)": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.Files": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.GetHashCode": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.Id": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.IdGenerator": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.ModelVersion": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.Name": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.SourceLanguageCode": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.SourceLanguageName": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.TargetLanguageCode": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Document.TargetLanguageName": "Sdl.Core.Bcm.BcmModel.Document.yml",
+ "Sdl.Core.Bcm.BcmModel.Exceptions": "Sdl.Core.Bcm.BcmModel.Exceptions.yml",
+ "Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException": "Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml",
+ "Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)": "Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml",
+ "Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml",
+ "Sdl.Core.Bcm.BcmModel.ExtensionDataContainer": "Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.#ctor": "Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData": "Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.#ctor": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.#ctor(Sdl.Core.Bcm.BcmModel.FeedbackType)": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Author": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Category": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Clone": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Comment": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.CommentDefinitionId": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.DocumentCategory": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.FeedbackType": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Origin": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.ReplacementId": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Severity": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Timestamp": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.Type": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackContainer.UniqueClone": "Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackType": "Sdl.Core.Bcm.BcmModel.FeedbackType.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackType.Added": "Sdl.Core.Bcm.BcmModel.FeedbackType.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackType.Comment": "Sdl.Core.Bcm.BcmModel.FeedbackType.yml",
+ "Sdl.Core.Bcm.BcmModel.FeedbackType.Deleted": "Sdl.Core.Bcm.BcmModel.FeedbackType.yml",
+ "Sdl.Core.Bcm.BcmModel.File": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.#ctor": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.Clone": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.CommentDefinitionIds": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.DependencyFiles": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.Equals(Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.FileTypeDefinitionId": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.GetHashCode": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.Id": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.IdGenerator": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.OriginalEncoding": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.OriginalFileName": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.ParagraphUnits": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.Parent": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.PreferredTargetEncoding": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.ShouldSerializeCommentDefinitionIds": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.ShouldSerializeDependencyFiles": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.File.Skeleton": "Sdl.Core.Bcm.BcmModel.File.yml",
+ "Sdl.Core.Bcm.BcmModel.FileMetaDataKeys": "Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.ContextFileLocation": "Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.#ctor": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.Clone": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.CommentDefinitionIds": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.ContextList": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.DocumentId": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.Equals(Sdl.Core.Bcm.BcmModel.Fragment)": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.GetHashCode": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.Index": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.ShouldSerializeCommentDefinitionIds": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.ShouldSerializeContextList": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.ShouldSerializeSkeleton": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.Skeleton": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.SourceContent": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.SourceLanguageCode": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.StructureContextId": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.TargetContent": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.TargetLanguageCode": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.Fragment.ToString": "Sdl.Core.Bcm.BcmModel.Fragment.yml",
+ "Sdl.Core.Bcm.BcmModel.ISkeletonItemReference`1": "Sdl.Core.Bcm.BcmModel.ISkeletonItemReference-1.yml",
+ "Sdl.Core.Bcm.BcmModel.ISkeletonItemReference`1.Definition": "Sdl.Core.Bcm.BcmModel.ISkeletonItemReference-1.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.#ctor": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.Clone": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.Equals(Sdl.Core.Bcm.BcmModel.LocalizableSubContent)": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.GetHashCode": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.Length": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.ParagraphUnitId": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.SourceTagContentOffset": "Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml",
+ "Sdl.Core.Bcm.BcmModel.LockedContentContainer": "Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.LockedContentContainer.#ctor": "Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.LockedContentContainer.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.LockedContentContainer.Clone": "Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.LockedContentContainer.Type": "Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.LockedContentContainer.UniqueClone": "Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.#ctor": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Ancestors": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Clone": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.GetHashCode": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Id": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.IndexInParent": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.IsContainer": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Parent": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.ParentFragment": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.ParentParagraph": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.ParentParagraphUnit": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.ParentSegment": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.Type": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupData.UniqueClone": "Sdl.Core.Bcm.BcmModel.MarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.#ctor": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Add(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Add(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.MarkupData})": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.AllSubItems": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.AutoClonedTagPairKey": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Children": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Clear": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Clone": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.CloneWithoutChildren": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Count": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupDataContainer)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.GetAllChildren(System.Func{Sdl.Core.Bcm.BcmModel.MarkupData,System.Boolean})": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.GetAllChildren``1(System.Func{``0,System.Boolean})": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.GetEnumerator": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Insert(System.Int32,Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Item(System.Int32)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.MoveToContainer(Sdl.Core.Bcm.BcmModel.MarkupDataContainer,System.Int32,System.Int32,System.Int32)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.OnDeserialized": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.Remove(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.ToString": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.UniqueClone": "Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.#ctor": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.Equals(Sdl.Core.Bcm.BcmModel.MetadataContainer)": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.GetMetadata(System.String)": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.SetMetadata(System.String,System.String)": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata": "Sdl.Core.Bcm.BcmModel.MetadataContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.#ctor": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.#ctor(Sdl.Core.Bcm.BcmModel.Segment)": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.Clone": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.ParentParagraphUnit": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.Type": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.Paragraph.UniqueClone": "Sdl.Core.Bcm.BcmModel.Paragraph.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.#ctor": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Clone": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.CommentDefinitionIds": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.ContextList": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Equals(Sdl.Core.Bcm.BcmModel.ParagraphUnit)": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.GetHashCode": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Id": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Index": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.IsLocked": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.IsStructure": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.ParentFile": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.ParentFileId": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.SegmentPairs": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Source": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.StructureContextId": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.Target": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnit.ToString": "Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys": "Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.FrameworkOriginalParagraphUnitId": "Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization": "Sdl.Core.Bcm.BcmModel.PartialSerialization.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.#ctor": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.AddFile(Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.DeleteFile(System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.DeleteFile(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.Dispose": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.Dispose(System.Boolean)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.GetDocumentWithoutFiles": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.GetFileCount": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.GetFileIds": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.GetFileSerializer(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.InsertFile(System.Int32,Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.IO.Stream)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.IO.TextWriter)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.AddFile(Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.DeleteFile(System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.DeleteFile(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.GetDocumentWithoutFiles": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.GetFileCount": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.GetFileIds": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.GetFileSerializer(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.InsertFile(System.Int32,Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.SaveAsJson(System.IO.Stream)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.SaveAsJson(System.IO.TextWriter)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.SaveAsJson(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.AddParagraphUnit(Sdl.Core.Bcm.BcmModel.ParagraphUnit)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.GetAllParagraphUnits": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.GetFileWithoutParagraphUnits": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.GetParagraphUnitCount": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.GetParagraphUnitIds": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.GetSpecificParagraphUnit(System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.GetSpecificParagraphUnit(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.InsertParagraphUnit(System.Int32,Sdl.Core.Bcm.BcmModel.ParagraphUnit)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.RemoveParagraphUnit(System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.RemoveParagraphUnit(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.RemoveParagraphUnitRange(System.Int32,System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.UpdateFileDataWithoutParagraphUnits(Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.UpdateParagraphUnit(Sdl.Core.Bcm.BcmModel.ParagraphUnit)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialFileSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.#ctor": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.#ctor(Sdl.Core.Bcm.BcmModel.Document)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.#ctor(System.String,System.Boolean)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.AddFile(Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.DeleteFile(System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.DeleteFile(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.Dispose(System.Boolean)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.ExtractDocument": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.GetDocumentWithoutFiles": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.GetFileCount": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.GetFileIds": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.GetFileSerializer(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.InsertFile(System.Int32,Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.SaveAsJson(System.IO.TextWriter)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory": "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.#ctor": "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.CreateSerializer(Sdl.Core.Bcm.BcmModel.Document)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.CreateSerializer(System.IO.Stream)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.CreateSerializer(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.FileSizeLimitInMBForInMemory": "Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.#ctor": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.#ctor(System.String,System.Boolean)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.AddFile(Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.DeleteFile(System.Int32)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.DeleteFile(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.Dispose(System.Boolean)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.GetDocumentWithoutFiles": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.GetFileCount": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.GetFileIds": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.GetFileSerializer(System.String)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.InsertFile(System.Int32,Sdl.Core.Bcm.BcmModel.File)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.SaveAsJson(System.IO.TextWriter)": "Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.#ctor": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.Clone": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.Definition": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.GetHashCode": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.PlaceholderTagDefinitionId": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.TagNumber": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.PlaceholderTag.Type": "Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.#ctor": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.#ctor(Sdl.Core.Bcm.BcmModel.RevisionType)": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.Author": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.Clone": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.GetHashCode": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.RevisionType": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.Timestamp": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.Type": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionContainer.UniqueClone": "Sdl.Core.Bcm.BcmModel.RevisionContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionType": "Sdl.Core.Bcm.BcmModel.RevisionType.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionType.Deleted": "Sdl.Core.Bcm.BcmModel.RevisionType.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionType.Inserted": "Sdl.Core.Bcm.BcmModel.RevisionType.yml",
+ "Sdl.Core.Bcm.BcmModel.RevisionType.Unchanged": "Sdl.Core.Bcm.BcmModel.RevisionType.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.#ctor": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.#ctor(System.String,Sdl.Core.Bcm.BcmModel.ConfirmationLevel)": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.AlignmentData": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.CharacterCount": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.Clone": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.CloneWithoutChildren": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.ConfirmationLevel": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.GetHashCode": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.IsLocked": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.SegmentNumber": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.SiblingSegment": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.ToString": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.Tokens": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.TranslationOrigin": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.Type": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.UniqueClone": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.Segment.WordCount": "Sdl.Core.Bcm.BcmModel.Segment.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.AlignmentTimestamp": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.Contexts": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.CustomFields": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.SystemFields": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.TuGuId": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.TuId": "Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentPair": "Sdl.Core.Bcm.BcmModel.SegmentPair.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentPair.#ctor(Sdl.Core.Bcm.BcmModel.Segment,Sdl.Core.Bcm.BcmModel.Segment)": "Sdl.Core.Bcm.BcmModel.SegmentPair.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentPair.Clone": "Sdl.Core.Bcm.BcmModel.SegmentPair.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentPair.Source": "Sdl.Core.Bcm.BcmModel.SegmentPair.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentPair.Target": "Sdl.Core.Bcm.BcmModel.SegmentPair.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentationHint": "Sdl.Core.Bcm.BcmModel.SegmentationHint.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentationHint.Exclude": "Sdl.Core.Bcm.BcmModel.SegmentationHint.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentationHint.Include": "Sdl.Core.Bcm.BcmModel.SegmentationHint.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentationHint.IncludeWithText": "Sdl.Core.Bcm.BcmModel.SegmentationHint.yml",
+ "Sdl.Core.Bcm.BcmModel.SegmentationHint.MayExclude": "Sdl.Core.Bcm.BcmModel.SegmentationHint.yml",
+ "Sdl.Core.Bcm.BcmModel.Serialization": "Sdl.Core.Bcm.BcmModel.Serialization.yml",
+ "Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping": "Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.yml",
+ "Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.GetType(System.String)": "Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.yml",
+ "Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping": "Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.yml",
+ "Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.GetType(System.String)": "Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton": "Sdl.Core.Bcm.BcmModel.Skeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.Author": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.CommentSeverity": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.Date": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition)": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.Text": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.High": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.Low": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.Medium": "Sdl.Core.Bcm.BcmModel.Skeleton.CommentSeverity.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.ContextDefinitionId": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.Context)": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.ParentContextId": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Context.ToString": "Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.Description": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.DisplayCode": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.DisplayColor": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.DisplayName": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition)": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.FormattingGroupId": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.IsSidContext": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.IsStructureContext": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.IsTmContext": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.IsTmStructureContext": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.ToString": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.TypeId": "Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.CommentDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ContextDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.Contexts": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton)": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.FileId": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.FormattingGroups": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.IdGenerator": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ParentFile": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.PlaceholderTagDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.QuickInsertIds": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeCommentDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeContextDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeContexts": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeFormattingGroups": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializePlaceholderTagDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeQuickInsertIds": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeStructureTagDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeSubContentPUs": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeTagPairDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.ShouldSerializeTerminologyData": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.StructureTagDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.SubContentPUs": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.TagPairDefinitions": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.TerminologyData": "Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup)": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.Items": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.ShouldSerializeItems": "Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ITermAttributeContainer": "Sdl.Core.Bcm.BcmModel.Skeleton.ITermAttributeContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.ITermAttributeContainer.TermAttributes": "Sdl.Core.Bcm.BcmModel.Skeleton.ITermAttributeContainer.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator": "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.GetNext``1": "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.UpdateFrom(Sdl.Core.Bcm.BcmModel.Document)": "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.UpdateFrom(Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton)": "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.Update``1(``0)": "Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.DisplayText": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition)": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.QuickInsertId": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.SegmentationHint": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.SubContent": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.TagContent": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.TextEquivalent": "Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.#ctor(System.Int32)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.From(System.Int32)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.Id": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.op_Equality(Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey,Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.op_Inequality(Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey,Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.ClearItems": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection{`0})": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.GetById(System.Int32)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.GetKeyForItem(`0)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.GetOrAdd(`0)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.GetOrAddWithExistingId(`0)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.IdGenerator": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.InsertItem(System.Int32,`0)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.ParentSkeleton": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.RemoveItem(System.Int32)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection`1.SetItem(System.Int32,`0)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.Id": "Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.DisplayText": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition)": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.SubContent": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.TagContent": "Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection": "Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.CanHide": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.EndTagContent": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.EndTagDisplayText": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition)": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.FormattingGroupId": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.QuickInsertId": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.SegmentationHint": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.StartTagContent": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.StartTagDisplayText": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.SubContent": "Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.Term)": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.Id": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.Score": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.ShouldSerializeTermAttributes": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.ShouldSerializeTermTranslations": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.TermAttributes": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.TermOrigin": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.TermTranslations": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.Term.Text": "Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin)": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.ResourceId": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.ResourceName": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.SystemId": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.SystemName": "Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation)": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.Id": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.ShouldSerializeTermAttributes": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.TermAttributes": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.Text": "Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.#ctor": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.Clone": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.Equals(Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData)": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.GetHashCode": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.Origin": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.Terms": "Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.#ctor": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.Clone": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.Definition": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.GetHashCode": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.StructureTagDefinitionId": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.TagNumber": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.StructureTag.Type": "Sdl.Core.Bcm.BcmModel.StructureTag.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.#ctor": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.Clone": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.Definition": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.GetHashCode": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.OnDeserialized": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.TagNumber": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.TagPairDefinitionId": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.Type": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPair.UniqueClone": "Sdl.Core.Bcm.BcmModel.TagPair.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys": "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.EndTagMetadataPrefix": "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.FrameworkOriginalSegmentationHint": "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.FrameworkOriginalTagId": "Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml",
+ "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel": "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.None": "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.Source": "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.SourceAndTarget": "Sdl.Core.Bcm.BcmModel.TextContextMatchLevel.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.#ctor": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.Clone": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.GetHashCode": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.Text": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.ToString": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.TextMarkup.Type": "Sdl.Core.Bcm.BcmModel.TextMarkup.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization": "Sdl.Core.Bcm.BcmModel.Tokenization.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType": "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.LongDate": "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.LongTime": "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.ShortDate": "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.ShortTime": "Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator": "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.Alternate": "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.None": "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.Primary": "Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.#ctor(System.Int32,System.Int32)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.Clone": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.Compare(Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition,Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.GetHashCode": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.PositionInRun": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.RunIndex": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.ToString": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.#ctor(Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition,Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.#ctor(System.Int32,System.Int32,System.Int32)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.Clone": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.Compare(Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange,Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.Equals(Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.From": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.GetHashCode": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.Into": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.ToString": "Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Sign": "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.Minus": "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.None": "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.Plus": "Sdl.Core.Bcm.BcmModel.Tokenization.Sign.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.End": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.LockedContent": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.Standalone": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.Start": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.TextPlaceholder": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.Undefined": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.UnmatchedEnd": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.UnmatchedStart": "Sdl.Core.Bcm.BcmModel.Tokenization.TagType.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.#ctor(System.String,System.DateTime,Sdl.Core.Bcm.BcmModel.Tokenization.DateTimePatternType)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.DateTimeType": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.Value": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.TokenClass": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.#ctor(System.String,Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken,Sdl.Core.Bcm.BcmModel.Tokenization.Unit,System.String,System.Char)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.Unit": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.UnitSeparator": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.UnitString": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.#ctor(System.String,Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator,Sdl.Core.Bcm.BcmModel.Tokenization.NumericSeparator,System.Char,System.Char,Sdl.Core.Bcm.BcmModel.Tokenization.Sign,System.String,System.String,System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.AlternateDecimalSeparator": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.AlternateGroupSeparator": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.DecimalSeparator": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.GroupSeparator": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.RawDecimalDigits": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.RawFractionalDigits": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.RawSign": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.Sign": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.#ctor(Sdl.Core.Bcm.BcmModel.Tokenization.TagType,System.String,System.Int32,System.Int32,System.String,System.Boolean)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.AlignmentAnchor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.Anchor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.CanHide": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.TagId": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.TagType": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.TextEquivalent": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.ToString": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Clone": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.#ctor": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.#ctor(System.String)": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.IsStopword": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.Stem": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.Type": "Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISacre": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISbuUK": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISbuUSDry": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISflozUK": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISflozUS": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISft": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISft2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISfurlong": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISgalUK": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISgalUS": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISin": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISin2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISlb": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISlongHW": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISlongTon": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISmi": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISmi2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISoz": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISptUK": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISptUS": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISptUSDry": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISqtUK": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISshortHW": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISshortTon": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISstone": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISyd": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.BISyd2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Currency": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Ma": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mcentigrade": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mcl": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mcm": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mcm2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mcm3": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mdegree": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mdl": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mdm": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mfahrenheit": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mg": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mha": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mkelvin": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mkg": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mkm": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mkm2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Ml": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mm": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mm2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mm3": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mmg": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mml": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mmm": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mmm2": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mpercent": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Mt": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.NoUnit": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.Other": "Sdl.Core.Bcm.BcmModel.Tokenization.Unit.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.#ctor": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.#ctor(System.String,System.String,System.Int32,System.Boolean,System.Boolean,Sdl.Core.Bcm.BcmModel.TextContextMatchLevel,System.String,Sdl.Core.Bcm.BcmModel.TranslationOrigin)": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.ChangeDisplayUsername": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.Clone": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.CreatedBy": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.CreatedOn": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.CreationDate": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.CreationDisplayUsername": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.Equals(Sdl.Core.Bcm.BcmModel.TranslationOrigin)": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.GetHashCode": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.IsSidContextMatch": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.IsStructureContextMatch": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.LastModifiedDate": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.LastModifiedUserId": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.LastUsedDate": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.LastUsedUserId": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.MatchPercent": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.ModifiedBy": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.ModifiedOn": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.OriginBeforeAdaptation": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.OriginSystem": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.OriginType": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.OriginalTranslationHash": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.TextContextMatchLevel": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.TranslationQualityEstimations": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.UseCount": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOrigin.UseDisplayUsername": "Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.ChangeDisplayUsername": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.CreatedBy": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.CreationDate": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.CreationDisplayUsername": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.LastModifiedDate": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.LastModifiedUserId": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.LastUsedDate": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.LastUsedUserId": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.UseCount": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.UseDisplayUsername": "Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.#ctor": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.Description": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.Equals(System.Object)": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.EvaluatedAt": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.GetHashCode": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.Model": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.Score": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.System": "Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml",
+ "Sdl.Core.Bcm.BcmModel.UnknownMarkupData": "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.#ctor": "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)": "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml",
+ "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.Type": "Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml"
+}
\ No newline at end of file
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml
index 4393ae6..b1a422d 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.yml
@@ -34,13 +34,13 @@ items:
- Sdl.Core.Bcm.BcmModel.Common.ICloneable{Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - 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.Bcm.BcmModel.Alignment.AlignmentData.Clone
commentId: M:Sdl.Core.Bcm.BcmModel.Alignment.AlignmentData.Clone
id: Clone
@@ -322,6 +322,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -493,54 +541,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml
index 682d73a..d881104 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.yml
@@ -31,13 +31,13 @@ items:
- Sdl.Core.Bcm.BcmModel.Common.ICloneable{Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - 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.Bcm.BcmModel.Alignment.LiftSpan.Clone
commentId: M:Sdl.Core.Bcm.BcmModel.Alignment.LiftSpan.Clone
id: Clone
@@ -250,6 +250,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -421,54 +469,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml
index 7c992e6..64e2199 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.yml
@@ -33,13 +33,13 @@ items:
- Sdl.Core.Bcm.BcmModel.Common.ICloneable{Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - 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.Bcm.BcmModel.Alignment.SpanPairNode.Clone
commentId: M:Sdl.Core.Bcm.BcmModel.Alignment.SpanPairNode.Clone
id: Clone
@@ -312,6 +312,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -483,54 +531,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml
index 88a14f2..955d549 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.yml
@@ -76,10 +76,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)
commentId: M:Sdl.Core.Bcm.BcmModel.Annotations.AnnotationContainer.Equals(Sdl.Core.Bcm.BcmModel.MarkupData)
id: Equals(Sdl.Core.Bcm.BcmModel.MarkupData)
@@ -1274,6 +1274,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1364,54 +1412,6 @@ references:
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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml
index fed1d9c..a678c98 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.CommentContainer.yml
@@ -83,10 +83,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1384,6 +1384,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1474,54 +1522,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml
index 3fe2dec..78e7f0b 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Annotations.TerminologyAnnotationContainer.yml
@@ -83,10 +83,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1382,6 +1382,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1472,54 +1520,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml
index 19c9f64..700a9ae 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx-2.yml
@@ -71,11 +71,11 @@ items:
- System.Collections.Generic.Dictionary{{TKey},{TValue}}.Keys
- System.Collections.Generic.Dictionary{{TKey},{TValue}}.Values
- System.Collections.Generic.Dictionary{{TKey},{TValue}}.Item({TKey})
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- 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: DictionaryEx(Of TKey, TValue)
fullName.vb: Sdl.Core.Bcm.BcmModel.Collections.DictionaryEx(Of TKey, TValue)
name.vb: DictionaryEx(Of TKey, TValue)
@@ -1148,6 +1148,54 @@ references:
- name: (
- name: TKey
- 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
@@ -1262,54 +1310,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml
index 2e7c253..ea0f5cf 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.FileCollection.yml
@@ -71,13 +71,13 @@ items:
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.File}.Count
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.File}.Items
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.File}.Item(System.Int32)
+ - 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
extensionMethods:
- System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.File}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.File})
- uid: Sdl.Core.Bcm.BcmModel.Collections.FileCollection.#ctor
@@ -1624,6 +1624,54 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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
@@ -1795,54 +1843,6 @@ 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.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.File}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.File})
commentId: M:Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
parent: Sdl.Core.Bcm.BcmModel.Common.ModelExtensions
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml
index 059334b..be46b03 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt-2.yml
@@ -39,13 +39,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
nameWithType.vb: HashDictionaryInt(Of TKey, TValue)
fullName.vb: Sdl.Core.Bcm.BcmModel.Collections.HashDictionaryInt(Of TKey, TValue)
name.vb: HashDictionaryInt(Of TKey, TValue)
@@ -386,6 +386,54 @@ 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
@@ -557,54 +605,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml
index 951ed6d..ac9a491 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.KeyBasedCollection-2.yml
@@ -80,11 +80,11 @@ items:
- System.Collections.ObjectModel.Collection{{TValue}}.Count
- System.Collections.ObjectModel.Collection{{TValue}}.Items
- System.Collections.ObjectModel.Collection{{TValue}}.Item(System.Int32)
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
extensionMethods:
- System.Collections.Generic.IList{`1}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{{TValue}})
nameWithType.vb: KeyBasedCollection(Of TKey, TValue)
@@ -1472,6 +1472,54 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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
@@ -1586,54 +1634,6 @@ references:
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.Collections.Generic.IList{`1}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{{TValue}})
commentId: M:Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
parent: Sdl.Core.Bcm.BcmModel.Common.ModelExtensions
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml
index ad8fb5c..ea32490 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.yml
@@ -76,13 +76,13 @@ items:
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.ParagraphUnit}.Count
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.ParagraphUnit}.Items
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.ParagraphUnit}.Item(System.Int32)
+ - 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
extensionMethods:
- System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.ParagraphUnit}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.ParagraphUnit})
- uid: Sdl.Core.Bcm.BcmModel.Collections.ParagraphUnitCollection.#ctor
@@ -1727,6 +1727,54 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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
@@ -1898,54 +1946,6 @@ 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.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.ParagraphUnit}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.ParagraphUnit})
commentId: M:Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
parent: Sdl.Core.Bcm.BcmModel.Common.ModelExtensions
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml
index d642668..532613d 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.yml
@@ -32,13 +32,13 @@ items:
- System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.SegmentPair}
- System.Collections.IEnumerable
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.Bcm.BcmModel.Collections.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.SegmentPair})
commentId: M:Sdl.Core.Bcm.BcmModel.Collections.SegmentPairCollection.#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.SegmentPair})
id: '#ctor(System.Collections.Generic.IEnumerable{Sdl.Core.Bcm.BcmModel.SegmentPair})'
@@ -241,6 +241,54 @@ references:
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.IEnumerable
+- 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
@@ -412,54 +460,6 @@ 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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml
index 5ba0a9d..9c5a5d1 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmConst.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmConst.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.Bcm.BcmModel.Common.BcmConst.CurrentBcmModelVersion
commentId: F:Sdl.Core.Bcm.BcmModel.Common.BcmConst.CurrentBcmModelVersion
id: CurrentBcmModelVersion
@@ -212,6 +212,54 @@ 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
@@ -383,54 +431,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.yml
index b96466a..9d2f788 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.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.Bcm.BcmModel.Common.BcmModelValidation.ExcludeBaseTypes
commentId: F:Sdl.Core.Bcm.BcmModel.Common.BcmModelValidation.ExcludeBaseTypes
id: ExcludeBaseTypes
@@ -117,6 +117,54 @@ 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
@@ -288,54 +336,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml
index 94ae100..ff8a8c4 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.yml
@@ -38,13 +38,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.Bcm.BcmModel.Common.BcmVisitor.VisitStructure(Sdl.Core.Bcm.BcmModel.StructureTag)
commentId: M:Sdl.Core.Bcm.BcmModel.Common.BcmVisitor.VisitStructure(Sdl.Core.Bcm.BcmModel.StructureTag)
id: VisitStructure(Sdl.Core.Bcm.BcmModel.StructureTag)
@@ -398,6 +398,54 @@ 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
@@ -569,54 +617,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml
index 2e2a80e..b619ed9 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.yml
@@ -38,13 +38,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.Bcm.BcmModel.Common.DefaultTranslationOrigin.Interactive
commentId: F:Sdl.Core.Bcm.BcmModel.Common.DefaultTranslationOrigin.Interactive
id: Interactive
@@ -392,6 +392,54 @@ 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
@@ -563,54 +611,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.yml
index 35721e1..4b0ad04 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.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.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
commentId: M:Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
id: IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
@@ -137,6 +137,54 @@ 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
@@ -308,54 +356,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml
index cf39216..6123ef8 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.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.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeSystem
commentId: F:Sdl.Core.Bcm.BcmModel.Common.TranslationQualityEstimationConstants.TqeSystem
id: TqeSystem
@@ -209,6 +209,54 @@ 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
@@ -380,54 +428,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.DependencyFile.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.DependencyFile.yml
index 06f47b5..6e4fe45 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.DependencyFile.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.DependencyFile.yml
@@ -56,11 +56,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -840,6 +840,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -954,54 +1002,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Document.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Document.yml
index fefccb2..fe16bb5 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Document.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Document.yml
@@ -56,11 +56,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -897,6 +897,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -1011,54 +1059,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml
index 8d9db1c..886cfa9 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.yml
@@ -27,23 +27,23 @@ items:
- System.Runtime.Serialization.ISerializable
inheritedMembers:
- System.Exception.GetBaseException
- - System.Exception.ToString
- System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
+ - System.Exception.ToString
- 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.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.#ctor(System.String)
commentId: M:Sdl.Core.Bcm.BcmModel.Exceptions.InvalidBcmDocumentException.#ctor(System.String)
id: '#ctor(System.String)'
@@ -201,28 +201,6 @@ 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
@@ -265,6 +243,28 @@ 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
@@ -287,6 +287,14 @@ 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
@@ -311,22 +319,6 @@ 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
@@ -351,6 +343,14 @@ 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
@@ -359,6 +359,30 @@ 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
@@ -506,30 +530,6 @@ 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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml
index 3ad5348..73c7418 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.yml
@@ -37,13 +37,13 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition
- Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange
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.Bcm.BcmModel.ExtensionDataContainer.#ctor
commentId: M:Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.#ctor
id: '#ctor'
@@ -167,6 +167,54 @@ 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
@@ -338,54 +386,6 @@ 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: Newtonsoft.Json
commentId: N:Newtonsoft.Json
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml
index b875b3a..9e6a4c6 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.FeedbackContainer.yml
@@ -90,10 +90,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1741,6 +1741,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1831,54 +1879,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.File.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.File.yml
index b936dfb..e8b3254 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.File.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.File.yml
@@ -60,11 +60,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1008,6 +1008,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -1122,54 +1170,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.yml
index 5d7dce9..6e2900d 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.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.Bcm.BcmModel.FileMetaDataKeys.ContextFileLocation
commentId: F:Sdl.Core.Bcm.BcmModel.FileMetaDataKeys.ContextFileLocation
id: ContextFileLocation
@@ -119,6 +119,54 @@ 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
@@ -290,54 +338,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Fragment.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Fragment.yml
index 4b6e7bb..897269e 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Fragment.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Fragment.yml
@@ -60,10 +60,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1038,6 +1038,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1128,54 +1176,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml
index 968a926..152df0a 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.LocalizableSubContent.yml
@@ -41,11 +41,11 @@ items:
- Sdl.Core.Bcm.BcmModel.Common.ICloneable{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -403,6 +403,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -517,54 +565,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml
index 94918dd..976e3f6 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.LockedContentContainer.yml
@@ -78,10 +78,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1257,6 +1257,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1347,54 +1395,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupData.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupData.yml
index f315a6e..4b2dde8 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupData.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupData.yml
@@ -73,11 +73,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -952,6 +952,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -1066,54 +1114,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml
index c6c8bc0..501b8c3 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.MarkupDataContainer.yml
@@ -89,10 +89,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1214,6 +1214,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1304,54 +1352,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.MetadataContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.MetadataContainer.yml
index 91f18ae..389605b 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.MetadataContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.MetadataContainer.yml
@@ -51,11 +51,11 @@ items:
- System.IEquatable{Sdl.Core.Bcm.BcmModel.MetadataContainer}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -418,6 +418,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -532,54 +580,6 @@ references:
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: Sdl.Core.Bcm.BcmModel.Collections
commentId: N:Sdl.Core.Bcm.BcmModel.Collections
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Paragraph.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Paragraph.yml
index 8b29d61..afaabdd 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Paragraph.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Paragraph.yml
@@ -83,10 +83,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1342,6 +1342,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1432,54 +1480,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml
index 2d420ae..8e40b58 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnit.yml
@@ -59,10 +59,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1007,6 +1007,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1097,54 +1145,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.yml
index 30e74ed..ea3de44 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.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.Bcm.BcmModel.ParagraphUnitMetadataKeys.FrameworkOriginalParagraphUnitId
commentId: F:Sdl.Core.Bcm.BcmModel.ParagraphUnitMetadataKeys.FrameworkOriginalParagraphUnitId
id: FrameworkOriginalParagraphUnitId
@@ -119,6 +119,54 @@ 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
@@ -290,54 +338,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml
index 799fdef..90d5313 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.yml
@@ -43,13 +43,13 @@ items:
- Sdl.Core.Bcm.BcmModel.PartialSerialization.IPartialBcmSerializer
- 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.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.GetDocumentWithoutFiles
commentId: M:Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.GetDocumentWithoutFiles
id: GetDocumentWithoutFiles
@@ -507,6 +507,54 @@ 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
@@ -678,54 +726,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml
index 48ee7c5..8afc611 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.yml
@@ -44,12 +44,12 @@ items:
- Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.String)
- Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.IO.Stream)
- Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.Dispose
+ - System.Object.GetType
- System.Object.ToString
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetHashCode
- - System.Object.GetType
- uid: Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.#ctor(System.String,System.Boolean)
commentId: M:Sdl.Core.Bcm.BcmModel.PartialSerialization.InMemory.InMemoryBcmSerializer.#ctor(System.String,System.Boolean)
id: '#ctor(System.String,System.Boolean)'
@@ -606,6 +606,30 @@ references:
href: Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.html#Sdl_Core_Bcm_BcmModel_PartialSerialization_AbstractPartialBcmSerializer_Dispose
- 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.ToString
commentId: M:System.Object.ToString
parent: System.Object
@@ -777,30 +801,6 @@ 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
commentId: N:System
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml
index 8aa48a1..04ef044 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.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.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.CreateSerializer(System.String)
commentId: M:Sdl.Core.Bcm.BcmModel.PartialSerialization.PartialBcmSerializerFactory.CreateSerializer(System.String)
id: CreateSerializer(System.String)
@@ -232,6 +232,54 @@ 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
@@ -403,54 +451,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml
index 52d17ff..4b3bed9 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.String)
- Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.SaveAsJson(System.IO.Stream)
- Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.Dispose
+ - System.Object.GetType
- System.Object.ToString
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetHashCode
- - System.Object.GetType
- uid: Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.#ctor(System.String,System.Boolean)
commentId: M:Sdl.Core.Bcm.BcmModel.PartialSerialization.TempFileBased.TempFileBasedBcmSerializer.#ctor(System.String,System.Boolean)
id: '#ctor(System.String,System.Boolean)'
@@ -556,6 +556,30 @@ references:
href: Sdl.Core.Bcm.BcmModel.PartialSerialization.AbstractPartialBcmSerializer.html#Sdl_Core_Bcm_BcmModel_PartialSerialization_AbstractPartialBcmSerializer_Dispose
- 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.ToString
commentId: M:System.Object.ToString
parent: System.Object
@@ -727,30 +751,6 @@ 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
commentId: N:System
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml
index b17395d..a76c7ad 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.PlaceholderTag.yml
@@ -63,11 +63,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -833,6 +833,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -947,54 +995,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.RevisionContainer.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.RevisionContainer.yml
index c77048c..33205f7 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.RevisionContainer.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.RevisionContainer.yml
@@ -79,10 +79,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Sdl.Core.Bcm.BcmModel.RevisionContainer.#ctor
commentId: M:Sdl.Core.Bcm.BcmModel.RevisionContainer.#ctor
id: '#ctor'
@@ -1407,6 +1407,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1497,54 +1545,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Segment.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Segment.yml
index 93d90fb..80359f9 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Segment.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Segment.yml
@@ -92,10 +92,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1715,6 +1715,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1805,54 +1853,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml
index d42a595..0eb7bba 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.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.Bcm.BcmModel.SegmentMetaDataKeys.SystemFields
commentId: F:Sdl.Core.Bcm.BcmModel.SegmentMetaDataKeys.SystemFields
id: SystemFields
@@ -229,6 +229,54 @@ 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
@@ -400,54 +448,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.SegmentPair.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentPair.yml
index 1cadfb9..37dca08 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentPair.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.SegmentPair.yml
@@ -31,13 +31,13 @@ items:
- Sdl.Core.Bcm.BcmModel.Common.ICloneable{Sdl.Core.Bcm.BcmModel.SegmentPair}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - 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.Bcm.BcmModel.SegmentPair.#ctor(Sdl.Core.Bcm.BcmModel.Segment,Sdl.Core.Bcm.BcmModel.Segment)
commentId: M:Sdl.Core.Bcm.BcmModel.SegmentPair.#ctor(Sdl.Core.Bcm.BcmModel.Segment,Sdl.Core.Bcm.BcmModel.Segment)
id: '#ctor(Sdl.Core.Bcm.BcmModel.Segment,Sdl.Core.Bcm.BcmModel.Segment)'
@@ -259,6 +259,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -430,54 +478,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.yml
index 3a1404d..ceba944 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.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.Bcm.BcmModel.Serialization.MarkupDataMapping.GetType(System.String)
commentId: M:Sdl.Core.Bcm.BcmModel.Serialization.MarkupDataMapping.GetType(System.String)
id: GetType(System.String)
@@ -141,6 +141,54 @@ 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
@@ -312,54 +360,6 @@ 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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.yml
index 1e9e47a..e114fee 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.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.Bcm.BcmModel.Serialization.TokenMapping.GetType(System.String)
commentId: M:Sdl.Core.Bcm.BcmModel.Serialization.TokenMapping.GetType(System.String)
id: GetType(System.String)
@@ -138,6 +138,54 @@ 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
@@ -309,54 +357,6 @@ 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: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
commentId: N:Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml
index 23c0f75..f1a4757 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.CommentDefinition.yml
@@ -54,11 +54,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -788,6 +788,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -902,54 +950,6 @@ references:
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: Sdl.Core.Bcm.BcmModel.Annotations
commentId: N:Sdl.Core.Bcm.BcmModel.Annotations
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml
index ed49f9d..b36fbae 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Context.yml
@@ -53,10 +53,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -710,6 +710,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -800,54 +848,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml
index dec87c2..3e3d220 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.ContextDefinition.yml
@@ -64,10 +64,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1029,6 +1029,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1119,54 +1167,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml
index 0c7030f..21fc6d7 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FileSkeleton.yml
@@ -70,11 +70,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1255,6 +1255,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -1369,54 +1417,6 @@ references:
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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml
index da761bc..365f155 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.FormattingGroup.yml
@@ -52,11 +52,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -672,6 +672,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -786,54 +834,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml
index c4d7464..52827ba 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.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.Bcm.BcmModel.Skeleton.IdGenerator.GetNext``1
commentId: M:Sdl.Core.Bcm.BcmModel.Skeleton.IdGenerator.GetNext``1
id: GetNext``1
@@ -240,6 +240,54 @@ 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
@@ -411,54 +459,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml
index 507c79d..3efbfac 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.PlaceholderTagDefinition.yml
@@ -59,11 +59,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -880,6 +880,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -994,54 +1042,6 @@ references:
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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml
index a4d402f..c4ce09b 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollection-1.yml
@@ -74,13 +74,13 @@ items:
- System.Collections.ObjectModel.Collection{{T}}.Count
- System.Collections.ObjectModel.Collection{{T}}.Items
- System.Collections.ObjectModel.Collection{{T}}.Item(System.Int32)
+ - 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
extensionMethods:
- System.Collections.Generic.IList{`0}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{{T}})
nameWithType.vb: SkeletonCollection(Of T)
@@ -1459,6 +1459,54 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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
@@ -1630,54 +1678,6 @@ 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.Collections.Generic.IList{`0}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{{T}})
commentId: M:Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
parent: Sdl.Core.Bcm.BcmModel.Common.ModelExtensions
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml
index 7da6cde..bcc9662 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.yml
@@ -32,9 +32,9 @@ items:
- System.IEquatable{Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey}
inheritedMembers:
- System.ValueType.ToString
+ - System.Object.GetType
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- uid: Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.#ctor(System.Int32)
commentId: M:Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonCollectionKey.#ctor(System.Int32)
id: '#ctor(System.Int32)'
@@ -391,6 +391,30 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -481,30 +505,6 @@ references:
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.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml
index 4e93e0f..8847192 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SkeletonItem.yml
@@ -54,11 +54,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -519,6 +519,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -633,54 +681,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml
index ec5a4fb..b601a71 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.StructureTagDefinition.yml
@@ -56,11 +56,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -744,6 +744,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -858,54 +906,6 @@ references:
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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.yml
index 0fc3119..977375d 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.SubContentCollection.yml
@@ -79,13 +79,13 @@ items:
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Count
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Items
- System.Collections.ObjectModel.Collection{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Item(System.Int32)
+ - 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
extensionMethods:
- System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent})
attributes:
@@ -1649,6 +1649,54 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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
@@ -1820,54 +1868,6 @@ 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.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent}.Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{Sdl.Core.Bcm.BcmModel.LocalizableSubContent})
commentId: M:Sdl.Core.Bcm.BcmModel.Common.ModelExtensions.IsSequenceEqual``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IList{``0})
parent: Sdl.Core.Bcm.BcmModel.Common.ModelExtensions
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml
index a3aa0c4..b6d9a7c 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TagPairDefinition.yml
@@ -62,11 +62,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1006,6 +1006,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -1120,54 +1168,6 @@ references:
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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml
index 522cbc1..1b66978 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.Term.yml
@@ -48,11 +48,11 @@ items:
- Sdl.Core.Bcm.BcmModel.Skeleton.ITermAttributeContainer
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -652,6 +652,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -766,54 +814,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml
index be6ced1..7fc3040 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin.yml
@@ -43,11 +43,11 @@ items:
- System.IEquatable{Sdl.Core.Bcm.BcmModel.Skeleton.TermOrigin}
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -499,6 +499,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -613,54 +661,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml
index 2e172f1..f7277b7 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TermTranslation.yml
@@ -44,11 +44,11 @@ items:
- Sdl.Core.Bcm.BcmModel.Skeleton.ITermAttributeContainer
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -508,6 +508,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -622,54 +670,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml
index da341cb..bb8f6ec 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Skeleton.TerminologyData.yml
@@ -52,11 +52,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -703,6 +703,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -817,54 +865,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.StructureTag.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.StructureTag.yml
index 819510e..6368e25 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.StructureTag.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.StructureTag.yml
@@ -63,11 +63,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -833,6 +833,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -947,54 +995,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.TagPair.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.TagPair.yml
index 578e284..30f3354 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.TagPair.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.TagPair.yml
@@ -85,10 +85,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1404,6 +1404,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -1494,54 +1542,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml
index 7f6cb81..db9621f 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.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.Bcm.BcmModel.TagPairMetaDataKeys.FrameworkOriginalTagId
commentId: F:Sdl.Core.Bcm.BcmModel.TagPairMetaDataKeys.FrameworkOriginalTagId
id: FrameworkOriginalTagId
@@ -163,6 +163,54 @@ 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
@@ -334,54 +382,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.TextMarkup.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.TextMarkup.yml
index 850cc91..f327418 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.TextMarkup.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.TextMarkup.yml
@@ -65,10 +65,10 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -782,6 +782,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -872,54 +920,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml
index 6e114f4..2b67f1f 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentPosition.yml
@@ -40,10 +40,10 @@ items:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -397,6 +397,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -487,54 +535,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml
index 8ebe0be..94134ee 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.SegmentRange.yml
@@ -42,10 +42,10 @@ items:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer
inheritedMembers:
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
- - System.Object.Equals(System.Object,System.Object)
- - System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetType
- System.Object.MemberwiseClone
+ - System.Object.Equals(System.Object,System.Object)
+ - System.Object.ReferenceEquals(System.Object,System.Object)
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -468,6 +468,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
@@ -558,54 +606,6 @@ references:
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: Sdl.Core.Bcm.BcmModel
commentId: N:Sdl.Core.Bcm.BcmModel
isExternal: true
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml
index b96fc5d..c339f14 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AbbreviationToken.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -323,6 +323,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -470,54 +518,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml
index a4dd240..f7b06cf 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AcronymToken.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -323,6 +323,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -470,54 +518,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml
index f3da284..2704207 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.AlphanumericToken.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -323,6 +323,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -470,54 +518,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml
index de37ab2..6bbbcb5 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.CharSequenceToken.yml
@@ -43,12 +43,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -324,6 +324,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -471,54 +519,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml
index 65e3912..25c64df 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.DateTimeToken.yml
@@ -44,12 +44,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -407,6 +407,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -554,54 +602,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml
index c61a037..8dfd48c 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GeneralPunctuationToken.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -323,6 +323,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -470,54 +518,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml
index 6593058..1470a6b 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.yml
@@ -33,12 +33,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
- uid: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.#ctor
commentId: M:Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.GenericPlaceableToken.#ctor
id: '#ctor'
@@ -318,6 +318,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -465,54 +513,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml
index 6936697..3b19ede 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.IPAdressToken.yml
@@ -39,12 +39,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -320,6 +320,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -467,54 +515,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml
index 556825e..a95a0e6 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.MeasureToken.yml
@@ -55,12 +55,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -529,6 +529,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -676,54 +724,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml
index 95df99d..e24cf3a 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.NumberToken.yml
@@ -52,12 +52,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -665,6 +665,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -812,54 +860,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml
index 593848d..c131093 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.TagToken.yml
@@ -48,12 +48,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Clone
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -577,6 +577,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -724,54 +772,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml
index d4ee393..f1b4a9e 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.yml
@@ -57,12 +57,12 @@ items:
implements:
- Sdl.Core.Bcm.BcmModel.Common.ICloneable{Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token}
inheritedMembers:
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -394,6 +394,54 @@ references:
isExternal: true
href: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.html
- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -541,54 +589,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml
index b113d37..eba9afb 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.URIToken.yml
@@ -39,12 +39,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -320,6 +320,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -467,54 +515,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml
index 5692c7b..f650695 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.VariableToken.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -323,6 +323,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -470,54 +518,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml
index 77da20f..26d3963 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WhiteSpaceToken.yml
@@ -42,12 +42,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -323,6 +323,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -470,54 +518,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml
index 7f39419..2c11a4a 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.WordToken.yml
@@ -41,12 +41,12 @@ items:
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.ToString
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Text
- Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+ - System.Object.GetType
+ - 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.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -418,6 +418,54 @@ references:
name: Span
nameWithType: Token.Span
fullName: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens.Token.Span
+- 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.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
@@ -565,54 +613,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml
index 0f3f00e..21cc0f1 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOrigin.yml
@@ -72,11 +72,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -1413,6 +1413,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -1527,54 +1575,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml
index 70fcad4..03a5945 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.yml
@@ -33,13 +33,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.Bcm.BcmModel.TranslationOriginMetaData.CreatedBy
commentId: F:Sdl.Core.Bcm.BcmModel.TranslationOriginMetaData.CreatedBy
id: CreatedBy
@@ -317,6 +317,54 @@ 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
@@ -488,54 +536,6 @@ 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/bcm/Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml
index 33d5360..21f0107 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.TranslationQualityEstimation.yml
@@ -37,11 +37,11 @@ items:
inheritance:
- System.Object
inheritedMembers:
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
@@ -385,6 +385,54 @@ 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
@@ -499,54 +547,6 @@ references:
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
diff --git a/api/bcm/Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml b/api/bcm/Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml
index adb6288..39b3420 100644
--- a/api/bcm/Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml
+++ b/api/bcm/Sdl.Core.Bcm.BcmModel.UnknownMarkupData.yml
@@ -56,11 +56,11 @@ items:
- Sdl.Core.Bcm.BcmModel.MetadataContainer.ShouldSerialize_metadata
- Sdl.Core.Bcm.BcmModel.MetadataContainer.Metadata
- Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+ - System.Object.GetType
+ - System.Object.MemberwiseClone
- System.Object.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- - System.Object.GetType
- - System.Object.MemberwiseClone
- uid: Sdl.Core.Bcm.BcmModel.UnknownMarkupData.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)
commentId: M:Sdl.Core.Bcm.BcmModel.UnknownMarkupData.AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)
id: AcceptVisitor(Sdl.Core.Bcm.BcmModel.Common.BcmVisitor)
@@ -667,6 +667,54 @@ references:
name: ExtensionData
nameWithType: ExtensionDataContainer.ExtensionData
fullName: Sdl.Core.Bcm.BcmModel.ExtensionDataContainer.ExtensionData
+- 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
@@ -781,54 +829,6 @@ references:
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
diff --git a/articles/BCM/toc.yml b/articles/BCM/toc.yml
index 9eea6c9..311fff0 100644
--- a/articles/BCM/toc.yml
+++ b/articles/BCM/toc.yml
@@ -2,7 +2,7 @@
href: BCM.NET_client_API.md
- name: API Documentation
items:
- - name: Code Samples
- href: Samples.md
- - name: API Reference
- href: ../../api/bcm/toc.yml
+ - name: Code Samples
+ href: Samples.md
+ - name: API Reference
+ href: ../../api/bcm/toc.yml
\ No newline at end of file
diff --git a/articles/LCPublicAPI/api/Data-Bridge-API.v1-fv.html b/articles/LCPublicAPI/api/Data-Bridge-API.v1-fv.html
new file mode 100644
index 0000000..5afbe9d
--- /dev/null
+++ b/articles/LCPublicAPI/api/Data-Bridge-API.v1-fv.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+ Data Bridge API Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/articles/LCPublicAPI/api/Data-Bridge-API.v1.json b/articles/LCPublicAPI/api/Data-Bridge-API.v1.json
new file mode 100644
index 0000000..b31e370
--- /dev/null
+++ b/articles/LCPublicAPI/api/Data-Bridge-API.v1.json
@@ -0,0 +1,8336 @@
+{
+ "openapi": "3.1.0",
+ "x-stoplight": {
+ "id": "99245a6f1a8b3"
+ },
+ "info": {
+ "title": "Trados Data Bridge API",
+ "version": "1.0",
+ "description": "The Trados Data Bridge API.",
+ "contact": {}
+ },
+ "servers": [
+ {
+ "url": "https://api.eu.cloud.trados.com/data-api/v1",
+ "description": "EU Region Server"
+ },
+ {
+ "url": "https://api.ca.cloud.trados.com/data-api/v1",
+ "description": "CA Region Server"
+ }
+ ],
+ "tags": [
+ {
+ "name": "File Translation Status Data Set",
+ "description": "File Translation Status Data Set"
+ },
+ {
+ "name": "Language Revenue Details Data Set",
+ "description": "Language Revenue Details Data Set"
+ },
+ {
+ "name": "Language Revenues Data Set",
+ "description": "Language Revenues Data Set"
+ },
+ {
+ "name": "Task Status Data Set",
+ "description": "Task Status Data Set"
+ },
+ {
+ "name": "Translation Leverage Data Set",
+ "description": "Translation Leverage Data Set"
+ },
+ {
+ "name": "Translation Quality Evaluation Data Set",
+ "description": "Translation Quality Evaluation Data Set"
+ },
+ {
+ "name": "Vendor Costs Data Set",
+ "description": "Vendor Costs Data Set"
+ }
+ ],
+ "paths": {
+ "/fts/file-translation-statuses": {
+ "get": {
+ "summary": "List File Translation Metrics",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFileTranslationMetrics",
+ "description": "Endpoint to fetch file translation status metrics, including item count and details.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "ewt80yfhs7pra"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "fg5kkmeofdwma"
+ },
+ "items": {
+ "$ref": "#/components/schemas/fact-fts",
+ "x-stoplight": {
+ "id": "ljku7ow2vvpny"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "0i2egklq27ujm"
+ }
+ },
+ "parameters": []
+ },
+ "/fts/projects": {
+ "get": {
+ "summary": "List FTS Project Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSProjectDimension",
+ "description": "Retrieves the project dimension present in the file translation status dataset.",
+ "responses": {
+ "200": {
+ "description": "",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "czzt762fllpa5"
+ },
+ "default": 0
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "29by18tjd7l2t"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "htnoecnhmp89l"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "x-stoplight": {
+ "id": "n10x3jiu55ecw"
+ }
+ }
+ },
+ "/fts/customers": {
+ "get": {
+ "summary": "List FTS Customer Dimension",
+ "operationId": "ListFTSCustomerDimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "description": "Retrieves the customer dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "06xcxd48n6b8x"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "wc9bivpffu606"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "duob2eyyblqzg"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "yr0wamil3dx3a"
+ }
+ }
+ },
+ "/fts/language-pairs": {
+ "get": {
+ "summary": "List FTS Language Pair Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSLanguagePairDimension",
+ "description": "Retrieves the language pair dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "6a4yj3lm2bnv0"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "mvhrtilalxlr4"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "d8g9frsr879tv"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "tllsox5iz99ct"
+ }
+ }
+ },
+ "/fts/source-files": {
+ "get": {
+ "summary": "List FTS Source File Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSSourceFileDimension",
+ "description": "Retrieves the source file dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "cg998acog1fkf"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "xeqd5ah8n8duy"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "w1i4fe4xchzwv"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "l3nqn7380gmvh"
+ }
+ }
+ },
+ "/fts/project-creation-dates": {
+ "get": {
+ "summary": "List FTS Project Creation Date Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSProjectCreationDateDimension",
+ "description": "Retrieves the project creation date dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "0elgejiyuov0f"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "wo7tp3uil6a0y"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "k5am7el4cgaf8"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "k049s6w993rzg"
+ }
+ }
+ },
+ "/fts/translation-dates": {
+ "get": {
+ "summary": "List FTS Translation Date Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSTranslationDateDimension",
+ "description": "Retrieves the translation date dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "q3d312skt1oeq"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "4u2yqd0zmmt0b"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "gli0mvzsa5hwl"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "description": ""
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "hfgystwoeq6qj"
+ }
+ }
+ },
+ "/fts/translators": {
+ "get": {
+ "summary": "List FTS Translator Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSTranslatorDimension",
+ "description": "Retrieves the translator dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "qrcmdoe4yk8gb"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "zbdgyxs5r01be"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-translator",
+ "x-stoplight": {
+ "id": "igusjpclelbjv"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "3v735ipp8n13m"
+ }
+ }
+ },
+ "/fts/review-dates": {
+ "get": {
+ "summary": "List FTS Review Date Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSReviewDateDimension",
+ "description": "Retrieves the review date dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "dlrxj1jkttiht"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "8rs5of8mwuwch"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "1a9l4d7apr7z1"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "kutxxxe8tmp72"
+ }
+ }
+ },
+ "/fts/reviewers": {
+ "get": {
+ "summary": "List FTS Reviewer Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSReviewerDimension",
+ "description": "Retrieves the linguistic reviewer dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "pqr2i33pek3yf"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "p6mc5kkl0nt8q"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-reviewer",
+ "x-stoplight": {
+ "id": "d3f0pnl42am03"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "2hpywe98wzok6"
+ }
+ }
+ },
+ "/fts/customer-review-dates": {
+ "get": {
+ "summary": "List FTS Customer Review Date Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSCustomerReviewDateDimension",
+ "description": "Retrieves the customer review date dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "of9yowi1zvwnv"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "acji8ccoyrzrw"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "tldh4y2eeyarx"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "redilqpktx4td"
+ }
+ }
+ },
+ "/fts/customer-reviewers": {
+ "get": {
+ "summary": "List FTS Customer Reviewer Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSCustomerReviewerDimension",
+ "description": "Retrieves the customer reviewer dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "9341z7kfd1du4"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "1k6nwdpy0rzy9"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer-reviewer",
+ "x-stoplight": {
+ "id": "uq22vt2xqmuyq"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "hqwyasr8weirm"
+ }
+ }
+ },
+ "/fts/finalization-dates": {
+ "get": {
+ "summary": "List FTS Finalization Date Dimension",
+ "tags": [
+ "File Translation Status Data Set"
+ ],
+ "operationId": "ListFTSFinalizationDateDimension",
+ "description": "Retrieves the finalization date dimension present in the file translation status dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "h71yaxhpgn840"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "ot0jxidlb7ggc"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "a2yyfw10lh07u"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "snrplnvrpt3zj"
+ }
+ }
+ },
+ "/task-status/task-statuses": {
+ "get": {
+ "summary": "List Task Status Metrics",
+ "operationId": "ListTaskStatusMetrics",
+ "description": "Endpoint to fetch task status metrics.\r\n\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "1poawq2phcwua"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "ka5z4c83mq2e2"
+ },
+ "items": {
+ "$ref": "#/components/schemas/fact-task-status",
+ "x-stoplight": {
+ "id": "1hzf6oj5i1dab"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "x5fhvnpoon0ly"
+ }
+ }
+ },
+ "/task-status/customers": {
+ "get": {
+ "summary": "List Task Status Customer Dimension",
+ "operationId": "ListTaskStatusCustomerDimension",
+ "description": "Retrieves the customer dimension present in the Task Status dataset.\r\n\r\n",
+ "x-stoplight": {
+ "id": "d5nv1zhbzrmmr"
+ },
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "20zd4iij11igm"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "x9mryupljw2br"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "hxh89ueglo3v3"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/task-status/language-pairs": {
+ "get": {
+ "summary": "List Task Status Language Pair Dimension",
+ "operationId": "ListTaskStatusLanguagePairDimension",
+ "description": "Retrieves the language pair dimension present in the Task Status dataset.\r\n\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "x-stoplight": {
+ "id": "yo6fvs55m0yf4"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "nj9lcuawo1ydx"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "9sn9ilrp5praf"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "xeb313ksba378"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/task-status/projects": {
+ "get": {
+ "summary": "List Task Status Project Dimension",
+ "operationId": "ListTaskStatusProjectDimension",
+ "description": "Retrieves the project dimension present in task status dataset.\r\n\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "x-stoplight": {
+ "id": "w4b26wdtcu6sw"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "rq1lyazra03mz"
+ }
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "q7bd6eb0dtbux"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/task-status/source-files": {
+ "get": {
+ "summary": "List Task Status Source File Dimension",
+ "operationId": "ListTaskStatusSourceFileDimension",
+ "description": "Retrieves the source file dimension present in the Task Status dataset.\r\n\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "x-stoplight": {
+ "id": "qq8yjoje5asm2"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "knrt6klvcrc9y"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "o5j1un1tx5b77"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "qq4mtyc0num6u"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/task-status/task-owners": {
+ "get": {
+ "summary": "List Task Status Task Owner Dimension",
+ "operationId": "ListTaskStatusTaskOwnerDimension",
+ "description": "Retrieves the task owner dimension present in the Task Status dataset.\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "x-stoplight": {
+ "id": "rh7h8v3k0uw9h"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "5ft444xymql36"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "jzi7fgztw3n0z"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-owner",
+ "x-stoplight": {
+ "id": "z5f0xluufu2iv"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/task-status/task-types": {
+ "get": {
+ "summary": "List Task Status Task Type Dimension",
+ "operationId": "ListTaskStatusTaskTypeDimension",
+ "description": "Retrieves the task types dimension present in the Task Status dataset.\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "x-stoplight": {
+ "id": "fw5aujk7hbvwh"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "mmjawamcw7809"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "gm6q0zfgeyzo5"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-task-types",
+ "x-stoplight": {
+ "id": "r6szcce7ygpne"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/task-status/task-states": {
+ "get": {
+ "summary": "List Task Status Task State Dimension",
+ "operationId": "ListTaskStatusTaskStateDimension",
+ "description": "Retrieves the task states dimension present in the Task Status dataset.\r\n",
+ "tags": [
+ "Task Status Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer"
+ },
+ "items": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/dim-task-states"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "7a5yhhbbzmsg9"
+ }
+ }
+ },
+ "/vendor-costs/vendor-costs": {
+ "get": {
+ "summary": "List Vendor Costs Metrics",
+ "operationId": "ListVendorCostsMetrics",
+ "description": "Endpoint to fetch vendor costs metrics, including item count and details",
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "l8c655gip23fm"
+ }
+ },
+ "items": {
+ "x-stoplight": {
+ "id": "jytr6dwhwclo8"
+ },
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/fact-vendor-costs",
+ "x-stoplight": {
+ "id": "mr7e6ne184dpj"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "o1tfv8jok498q"
+ }
+ }
+ },
+ "/vendor-costs/projects": {
+ "get": {
+ "summary": "List Vendor Costs Project Dimension",
+ "operationId": "ListVendorCostsProjectDimension",
+ "description": "Retrieves the project dimensions present in the vendor costs dataset.\r\n\r\n",
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "45fx3i5pmzcif"
+ }
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "em2q7kgwaagej"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "zdq0rvoxl6gba"
+ }
+ }
+ },
+ "/vendor-costs/customers": {
+ "get": {
+ "summary": "List Vendor Costs Customer Dimension",
+ "operationId": "ListVendorCostsCustomerDimension",
+ "description": "Retrieves the customer dimensions present in the vendor costs dataset.\r\n\r\n",
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "jecfbgtzikws5"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "3vfqogcf6mtk9"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "lg1ek9x3jsicf"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "jhqck3dcecbxp"
+ }
+ }
+ },
+ "/vendor-costs/language-pairs": {
+ "get": {
+ "summary": "List Vendor Costs Language Pair Dimension",
+ "operationId": "ListVendorCostsLanguagePairDimension",
+ "description": "Retrieves the language pair dimension present in the vendor costs dataset.\r\n\r\n",
+ "x-stoplight": {
+ "id": "rtg5h3anu94k9"
+ },
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "cldc3o6vi5319"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "9jev5ffz9xhms"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "gp19ltehox0b2"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/vendor-costs/currencies": {
+ "get": {
+ "summary": "List Vendor Costs Currency Dimension",
+ "operationId": "ListVendorCostsCurrencyDimension",
+ "description": "Retrieves the currency dimension present in the vendor costs dataset.\r\n\r\n",
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "n8r4ec3uo4wl3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "7v10e9x5bgq2m"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-currency",
+ "x-stoplight": {
+ "id": "1r1fj0molmqj8"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "x-stoplight": {
+ "id": "bw8a55jxogzea"
+ }
+ }
+ },
+ "/vendor-costs/vendor-order-templates": {
+ "get": {
+ "summary": "List Vendor Costs Order Template Dimension",
+ "operationId": "ListVendorCostsOrderTemplateDimension",
+ "description": "Retrieves the vendor order template dimension present in the vendor costs dataset.\r\n",
+ "x-stoplight": {
+ "id": "x3ls0cng8e2m5"
+ },
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "1h7h5lewreovk"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "au02sx56m3d5q"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-vendor-order-template",
+ "x-stoplight": {
+ "id": "l8l8wh9oopkgu"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/vendor-costs/service-types": {
+ "get": {
+ "summary": "List Vendor Costs Service Type Dimension",
+ "operationId": "ListVendorCostsServiceTypeDimension",
+ "description": "Retrieves the service types dimension present in the vendor costs dataset.\r\n",
+ "x-stoplight": {
+ "id": "c7ph3gwztp4fq"
+ },
+ "tags": [
+ "Vendor Costs Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "x32t5yf9lwk3o"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "omnll03q8q45q"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-service-types",
+ "x-stoplight": {
+ "id": "k564z9p5y5wgr"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/translation-quality-evaluations": {
+ "get": {
+ "summary": "List Translation Quality Evaluation Metrics",
+ "operationId": "ListTranslationQualityEvaluationMetrics",
+ "x-stoplight": {
+ "id": "8g0jhj8szruix"
+ },
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "description": "Endpoint to fetch translation quality evaluation (TQE) metrics.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "mes1hd6gp4a7w"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "of2pd1r03iti0"
+ },
+ "items": {
+ "$ref": "#/components/schemas/fact-tqe",
+ "x-stoplight": {
+ "id": "kr584szhus68t"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/projects": {
+ "get": {
+ "summary": "List TQE Project Dimension",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "operationId": "ListTQEProjectDimension",
+ "description": "Retrieves the project dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "x-stoplight": {
+ "id": "q2ip1fe9aisqt"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "q4ro2lh13mu29"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "sger5idzekmtt"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "ls56v8ek5z4x0"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/customers": {
+ "get": {
+ "summary": "List TQE Customer Dimension",
+ "operationId": "ListTQECustomerDimension",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "description": "Retrieves the customer dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "x-stoplight": {
+ "id": "2qltuek7dypkd"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "uzkvcxculd9v6"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "3lczer4ck0hzs"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "vg99igj6z2bvc"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/language-pairs": {
+ "get": {
+ "summary": "List TQE Language Pair Dimension",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "operationId": "ListTQELanguagePairDimension",
+ "description": "Retrieves the language pair dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "x-stoplight": {
+ "id": "87un8zeddsx3t"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "ceozg8sizadgm"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "u3de31tud14bg"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "ipbzdefdatjcx"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/source-files": {
+ "get": {
+ "summary": "List TQE Source File Dimension",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "operationId": "ListTQESourceFileDimension",
+ "description": "Retrieves the source file dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "x-stoplight": {
+ "id": "memcg6h8lmklr"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "q8tsfpvjyvc3h"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "nvvkr510e1q7b"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "86zvqpfb3yrmw"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/linguists": {
+ "get": {
+ "summary": "List TQE Linguist Dimension",
+ "operationId": "ListTQELinguistDimension",
+ "description": "Retrieves the Linguist dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "x-stoplight": {
+ "id": "63r6bqv1wdrqv"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "pjqc2xl1txq2r"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "pv2u2cjiiqlf0"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-linguist",
+ "x-stoplight": {
+ "id": "5lz0hb1lck5gj"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/final-translation-origins": {
+ "get": {
+ "summary": "List TQE Final Translation Origin Dimension",
+ "operationId": "ListTQEFinalTranslationOriginDimension",
+ "description": "Retrieves the Final Translation origin dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "x-stoplight": {
+ "id": "9bcx0xskaps6x"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "iyizsd7u3qhnh"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "oylf62xdrjpwv"
+ },
+ "description": "Final Translation Origin dimension\r\n\r\n",
+ "items": {
+ "$ref": "#/components/schemas/dim-translation-origin",
+ "x-stoplight": {
+ "id": "69iinhzm9tsrp"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/original-translation-origins": {
+ "get": {
+ "summary": "List TQE Original Translation Origin Dimension",
+ "operationId": "ListTQEOriginalTranslationOriginDimension",
+ "description": "Retrieves the Original Translation origin dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "x-stoplight": {
+ "id": "d25g35t239m3d"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "u0vspzqlap3y0"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "473116hq46tp5"
+ },
+ "description": "Original Translation Origin dimension\r\n\r\n",
+ "items": {
+ "$ref": "#/components/schemas/dim-translation-origin",
+ "x-stoplight": {
+ "id": "3vyyqttbs6ubb"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/translation-quality-evaluation-categories": {
+ "get": {
+ "summary": "List TQE Evaluation Category Dimension",
+ "operationId": "ListTQEEvaluationCategoryDimension",
+ "description": "Retrieves the Translation Quality Evaluation Category dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "x-stoplight": {
+ "id": "v1wwcy5qjjrrq"
+ },
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "k7yeqbt6jj3vr"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "16o13w5cge8c4"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-tqe-category",
+ "x-stoplight": {
+ "id": "a5it6tcrsdrnp"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ }
+ }
+ },
+ "/tqe/task-types": {
+ "get": {
+ "summary": "List TQE Task Type Dimension",
+ "operationId": "ListTQETaskTypeDimension",
+ "description": "Retrieves the Task Types dimension present in the Translation Quality Evaluation(TQE) dataset.",
+ "tags": [
+ "Translation Quality Evaluation Data Set"
+ ],
+ "x-stoplight": {
+ "id": "euhgjsl66bseu"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "whru8s6o3yem6"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "dzie4ucoy7ef5"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-task-types",
+ "x-stoplight": {
+ "id": "rgyb8tfphudkw"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "description": "Bad Request"
+ },
+ "401": {
+ "description": "Unauthorized"
+ },
+ "403": {
+ "description": "Forbidden"
+ },
+ "500": {
+ "description": "Internal Server Error"
+ }
+ }
+ }
+ },
+ "/language-revenue-details/language-revenue-details": {
+ "get": {
+ "summary": "List Language Revenue Details Metrics",
+ "responses": {
+ "200": {
+ "description": "",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "eqamuvresax6d"
+ }
+ },
+ "items": {
+ "x-stoplight": {
+ "id": "qs6mpwcvnrgwj"
+ },
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/fact-language-revenue-details",
+ "x-stoplight": {
+ "id": "d06apvbcejhbt"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": "string",
+ "items": [
+ {
+ "quoteDateId": 20240203,
+ "customerId": 132445,
+ "projectId": 123467,
+ "languagePairId": 678954,
+ "revenueTypeId": 23940,
+ "currencyId": 59,
+ "projectCreationDateId": 20240202,
+ "numberOfUnits": 100,
+ "revenue": 0.7
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsMetrics",
+ "x-stoplight": {
+ "id": "wsp4t9mxcznzq"
+ },
+ "description": "Retrieves the revenue details metrics present in the language revenue details dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ }
+ ],
+ "tags": [
+ "Language Revenue Details Data Set"
+ ]
+ }
+ },
+ "/language-revenue-details/projects": {
+ "get": {
+ "summary": "List Language Revenue Details Project Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "ni14siafobgfw"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "w2ust3jfym8r3"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "ldunkekewke44"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 11,
+ "projectId": "uuid",
+ "projectShortId": 11,
+ "projectName": "Test",
+ "projectDescription": "",
+ "projectLocationId": "3f7e792b23d5494f8ce8fb73f796dbc7",
+ "projectGroupId": "groupid",
+ "projectGroupShortId": 1,
+ "projectGroupName": "Test group",
+ "projectStatus": "in_progress",
+ "projectTemplateId": "templateuuid",
+ "projectTemplateName": "Template test",
+ "originSystem": "LCUI",
+ "sourceLanguage": "en-EN",
+ "targetLanguages": "fr-FR",
+ "createdAt": "2023-11-21T09:59:54Z",
+ "quoteCreatedAt": "9999-12-31T00:00:00Z",
+ "quoteApprovedAt": "2499-12-31T00:00:00Z",
+ "completedAt": "2499-12-31T00:00:00Z",
+ "dueAt": "2023-11-28T11:00:36Z",
+ "deliveredAt": "9999-12-31T00:00:00Z",
+ "projectSegmentCount": 6,
+ "projectWordCount": 21,
+ "projectCharacterCount": 70,
+ "projectFileCount": 1,
+ "projectRevenue": 0,
+ "projectSavings": 0,
+ "projectCurrencyCode": "EUR",
+ "deliveryTimeDiff": 0,
+ "onTimeStatus": "VERY_EARLY",
+ "projectCreatorName": "Test",
+ "projectCreatorId": "31231231231",
+ "deleted": false,
+ "customFields": "cf1=abc"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsProjectDimension",
+ "x-stoplight": {
+ "id": "tg7ng44t3also"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the projects present in the language revenue details dataset."
+ }
+ },
+ "/language-revenue-details/customers": {
+ "get": {
+ "summary": "List Language Revenue Details Customer Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "u549qr6lkusro"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "puseim18xi4ur"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "3mrwgbjqaqtgz"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 123,
+ "customerId": "abc123abc123abc123",
+ "customerLocationId": "locationid",
+ "customerName": "Customer name",
+ "createdBy": "N/A",
+ "createdAt": "2023-04-11T10:30:50Z",
+ "keyContactId": "contactId",
+ "keyContactEmail": "contact email",
+ "ragStatusName": "Green",
+ "customFields": "custom field=abc",
+ "deleted": false
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsCustomerDimension",
+ "x-stoplight": {
+ "id": "he1svruzn3xsa"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the customers present in the language revenue details dataset."
+ },
+ "parameters": []
+ },
+ "/language-revenue-details/language-pairs": {
+ "get": {
+ "summary": "List Language Revenue Details Language Pair Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "iv29my38xb32i"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "n52iypx1gsycm"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "4u9nyeddl36fk"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 1,
+ "sourceLanguageCode": "en-GI",
+ "sourceEnglishName": "English (Gibraltar)",
+ "sourceParentLanguageCode": "en",
+ "targetLanguageCode": "tk",
+ "targetEnglishName": "Turkmen",
+ "targetParentLanguageCode": "N/A"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsLanguagePairDimension",
+ "x-stoplight": {
+ "id": "c8gn0ia2xr7zu"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the language pairs present in the language revenue details dataset."
+ }
+ },
+ "/language-revenue-details/revenue-types": {
+ "get": {
+ "summary": "List Language Revenue Details Revenue Type Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "0otlyp021krsy"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "rri61298kj3nw"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-revenue-type",
+ "x-stoplight": {
+ "id": "ow1buzt9r8q5j"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 0,
+ "items": [
+ {
+ "internalId": 2,
+ "name": "0.25 hours for minimum charge",
+ "category": "language",
+ "type": "Hourly",
+ "unit": "Hour"
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsRevenueTypeDimension",
+ "x-stoplight": {
+ "id": "wbas6g4idlhwr"
+ },
+ "description": "Retrieves the revenue types present in the language revenue details dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ]
+ },
+ "parameters": []
+ },
+ "/language-revenue-details/quote-dates": {
+ "get": {
+ "summary": "List Language Revenue Details Quote Date Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "chvpq6pyjme3s"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "fcnb8rhvsc3ew"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "y9lecghp0i1e5"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 20000101,
+ "year": 2000,
+ "month": 1,
+ "day": 1,
+ "dayOfWeek": 7,
+ "dayOfWeekName": "Saturday",
+ "monthName": "January",
+ "dayOfYear": 1,
+ "quarter": 1,
+ "yearNumber": "2000",
+ "monthNumber": "1",
+ "fullDate": "2000-01-01"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsQuoteDateDimension",
+ "x-stoplight": {
+ "id": "r7tf64dos46sw"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the quote dates present in the language revenue details dataset."
+ }
+ },
+ "/language-revenue-details/project-creation-dates": {
+ "get": {
+ "summary": "List Language Revenue Details Project Creation Date Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "1iypfsp1f02p2"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "wwg1vh5r8ay7s"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "szenap43rry9c"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 20000101,
+ "year": 2000,
+ "month": 1,
+ "day": 1,
+ "dayOfWeek": 7,
+ "dayOfWeekName": "Saturday",
+ "monthName": "January",
+ "dayOfYear": 1,
+ "quarter": 1,
+ "yearNumber": "2000",
+ "monthNumber": "1",
+ "fullDate": "2000-01-01"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsProjectCreationDateDimension",
+ "x-stoplight": {
+ "id": "x6dib4rrfndin"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the project creation dates present in the language revenue details dataset."
+ }
+ },
+ "/language-revenue-details/currencies": {
+ "get": {
+ "summary": "List Language Revenue Details Currency Dimension",
+ "tags": [
+ "Language Revenue Details Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "tl9llpj7yk2d6"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "uqrcqo0eq6lbe"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-currency",
+ "x-stoplight": {
+ "id": "pjt30zexotw05"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 698582,
+ "name": "Euro",
+ "code": "EUR",
+ "symbol": "€"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueDetailsCurrencyDimension",
+ "x-stoplight": {
+ "id": "f60nixd20thnl"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the currencies present in the language revenue details dataset."
+ }
+ },
+ "/language-revenues/customers": {
+ "get": {
+ "summary": "List Language Revenues Customer Dimension",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "ad39q24bvwvjn"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "ophltdj39qa3s"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "qkl4n7ozag38k"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 123,
+ "customerId": "abc123abc123abc123",
+ "customerLocationId": "locationid",
+ "customerName": "Customer name",
+ "createdBy": "N/A",
+ "createdAt": "2023-04-11T10:30:50Z",
+ "keyContactId": "contactId",
+ "keyContactEmail": "contact email",
+ "ragStatusName": "Green",
+ "customFields": "custom field=abc",
+ "deleted": false
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesCustomerDimension",
+ "x-stoplight": {
+ "id": "q4ss4tmx9sfdy"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the customers present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/projects": {
+ "get": {
+ "summary": "List Language Revenues Projects Dimension",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "ogq1y21pikfzy"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "rkuij34nj8fax"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "nlxcpfc8skx2c"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 11,
+ "projectId": "uuid",
+ "projectShortId": 11,
+ "projectName": "Test",
+ "projectDescription": "",
+ "projectLocationId": "3f7e792b23d5494f8ce8fb73f796dbc7",
+ "projectGroupId": "groupid",
+ "projectGroupShortId": 1,
+ "projectGroupName": "Test group",
+ "projectStatus": "in_progress",
+ "projectTemplateId": "templateuuid",
+ "projectTemplateName": "Template test",
+ "originSystem": "LCUI",
+ "sourceLanguage": "en-EN",
+ "targetLanguages": "fr-FR",
+ "createdAt": "2023-11-21T09:59:54Z",
+ "quoteCreatedAt": "9999-12-31T00:00:00Z",
+ "quoteApprovedAt": "2499-12-31T00:00:00Z",
+ "completedAt": "2499-12-31T00:00:00Z",
+ "dueAt": "2023-11-28T11:00:36Z",
+ "deliveredAt": "9999-12-31T00:00:00Z",
+ "projectSegmentCount": 6,
+ "projectWordCount": 21,
+ "projectCharacterCount": 70,
+ "projectFileCount": 1,
+ "projectRevenue": 0,
+ "projectSavings": 0,
+ "projectCurrencyCode": "EUR",
+ "deliveryTimeDiff": 0,
+ "onTimeStatus": "VERY_EARLY",
+ "projectCreatorName": "Test",
+ "projectCreatorId": "31231231231",
+ "deleted": false,
+ "customFields": "cf=abc"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesProjectsDimension",
+ "x-stoplight": {
+ "id": "1w4wg6dt7kfds"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the projects present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/language-pairs": {
+ "get": {
+ "summary": "List Language Revenues Language Pair Dimension",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "tzfcfx8mv4t9y"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "cf86yqcrusucu"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "i7cnwzfkit6so"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 123,
+ "sourceLanguageCode": "en-US",
+ "sourceEnglishName": "English (United States)",
+ "sourceParentLanguageCode": "en",
+ "targetLanguageCode": "ro-RO",
+ "targetEnglishName": "Româna(România)",
+ "targetParentLanguageCode": "ro"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesLanguagePairDimension",
+ "x-stoplight": {
+ "id": "w4zv7iq52ok2m"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the language pairs present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/approve-dates": {
+ "get": {
+ "summary": "List Language Revenues Approve Date Dimension",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "mum7mpxfywm6c"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "8kj68ihm87l83"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "hpyea0aod6l4h"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 20240203,
+ "year": 2024,
+ "month": 2,
+ "day": 3,
+ "dayOfWeek": 7,
+ "dayOfWeekName": "Saturday",
+ "monthName": "February",
+ "dayOfYear": 34,
+ "quarter": 1,
+ "yearNumber": "2024",
+ "monthNumber": "02",
+ "fullDate": "2024-02-04"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesApproveDateDimension",
+ "x-stoplight": {
+ "id": "ikcghqfid9s8q"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the approve dates present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/quote-dates": {
+ "get": {
+ "summary": "List Language Revenues Quote Date Dimension",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "a34d83d7ct4tx"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "fdemt05uh714t"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "jfzwji0on5e1g"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 20240203,
+ "year": 2024,
+ "month": 2,
+ "day": 3,
+ "dayOfWeek": 7,
+ "dayOfWeekName": "Saturday",
+ "monthName": "February",
+ "dayOfYear": 34,
+ "quarter": 1,
+ "yearNumber": "2024",
+ "monthNumber": "02",
+ "fullDate": "2024-02-04"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesQuoteDateDimension",
+ "x-stoplight": {
+ "id": "ssk89brj5ceq9"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the quote dates present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/language-revenues": {
+ "get": {
+ "summary": "List Language Revenues Metrics",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/fact-language-revenues",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 0,
+ "items": [
+ {
+ "customerId": 123,
+ "projectId": 23432,
+ "languagePairId": 34890,
+ "approveDateId": 20240129,
+ "currencyId": 453290,
+ "quoteApproverId": 810908,
+ "quoteDateId": 20240128,
+ "translationPrice": 120.3,
+ "languagePrice": 30.21,
+ "projectAdditionalPrice": 0.39,
+ "totalRevenue": 150.9,
+ "savings": 12.44,
+ "wordCount": 230,
+ "files": 1
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesMetrics",
+ "x-stoplight": {
+ "id": "wojzayo42r216"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ }
+ ],
+ "description": "Retrieves the revenue metrics present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/currencies": {
+ "get": {
+ "summary": "List Language Revenues Currency Dimension",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "1djlu8ry1htip"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "5lkmufrdncsk6"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-currency",
+ "x-stoplight": {
+ "id": "4l3c4tdaejc10"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 21389,
+ "name": "US Dollar",
+ "code": "USD",
+ "symbol": "$"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenuesCurrencyDimension",
+ "x-stoplight": {
+ "id": "htenx9zrq9ao3"
+ },
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the currencies present in the language revenues dataset."
+ }
+ },
+ "/language-revenues/quote-approver": {
+ "get": {
+ "summary": "List Language Revenue Quote Approver",
+ "tags": [
+ "Language Revenues Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "yjxygm2fgwdyd"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "74qqt5fa8p735"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-quote-approver",
+ "x-stoplight": {
+ "id": "kep1nvd5cc7j8"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 0,
+ "items": [
+ {
+ "internalId": 1234567,
+ "accountUserId": "423e18f01573f2d6",
+ "accountId": "d65315e82ec604b7",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "57d39d0b88319631",
+ "membership": "MEMBER",
+ "status": "ACTIVE",
+ "authorId": "5cba149cb5f78fe6",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "N/A",
+ "vendorName": "N/A",
+ "deleted": false
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListLanguageRevenueQuoteApprover",
+ "x-stoplight": {
+ "id": "05mt4zhgp6i0l"
+ },
+ "description": "Retrieves the quote approvers present in the language revenues dataset.",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ]
+ }
+ },
+ "/translation-leverages/translation-leverages": {
+ "get": {
+ "summary": "List Translation Leverages Metrics",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/fact-translation-leverage",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 0,
+ "items": [
+ {
+ "translationDateId": 20240101,
+ "translationTime": 1435,
+ "accountId": 123,
+ "projectId": 122,
+ "customerId": 1234,
+ "languagePairId": 810908,
+ "sourceFileId": 20240128,
+ "bandId": 120,
+ "characterCount": 30,
+ "wordCount": 39,
+ "segmentCount": 150,
+ "bandCharacters": 12,
+ "bandWords": 14,
+ "bandSegments": 1,
+ "canceled": false
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationLeveragesMetrics",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ }
+ ],
+ "description": "Retrieves the translation leverages metrics present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "7omi2vwf25a6b"
+ }
+ }
+ },
+ "/translation-leverages/translation-dates": {
+ "get": {
+ "summary": "List Translation Leverages Translation Dates",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 20240203,
+ "year": 2024,
+ "month": 2,
+ "day": 3,
+ "dayOfWeek": 7,
+ "dayOfWeekName": "Saturday",
+ "monthName": "February",
+ "dayOfYear": 34,
+ "quarter": 1,
+ "yearNumber": "2024",
+ "monthNumber": "02",
+ "fullDate": "2024-02-04"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationLeveragesTranslationDates",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the translation dates present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "wlxgkc1kc2ay0"
+ }
+ }
+ },
+ "/translation-leverages/projects": {
+ "get": {
+ "summary": "List Translations Leverages Projects",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 11,
+ "projectId": "uuid",
+ "projectShortId": 11,
+ "projectName": "Test",
+ "projectDescription": "",
+ "projectLocationId": "3f7e792b23d5494f8ce8fb73f796dbc7",
+ "projectGroupId": "groupid",
+ "projectGroupShortId": 1,
+ "projectGroupName": "Test group",
+ "projectStatus": "in_progress",
+ "projectTemplateId": "templateuuid",
+ "projectTemplateName": "Template test",
+ "originSystem": "LCUI",
+ "sourceLanguage": "en-EN",
+ "targetLanguages": "fr-FR",
+ "createdAt": "2023-11-21T09:59:54Z",
+ "quoteCreatedAt": "9999-12-31T00:00:00Z",
+ "quoteApprovedAt": "2499-12-31T00:00:00Z",
+ "completedAt": "2499-12-31T00:00:00Z",
+ "dueAt": "2023-11-28T11:00:36Z",
+ "deliveredAt": "9999-12-31T00:00:00Z",
+ "projectSegmentCount": 6,
+ "projectWordCount": 21,
+ "projectCharacterCount": 70,
+ "projectFileCount": 1,
+ "projectRevenue": 0,
+ "projectSavings": 0,
+ "projectCurrencyCode": "EUR",
+ "deliveryTimeDiff": 0,
+ "onTimeStatus": "VERY_EARLY",
+ "projectCreatorName": "Test",
+ "projectCreatorId": "31231231231",
+ "deleted": false,
+ "customFields": "cf=abc"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationsLeveragesProjects",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the project dimension present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "fye14g6491dff"
+ }
+ }
+ },
+ "/translation-leverages/customers": {
+ "get": {
+ "summary": "List Translations Leverages Customers",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 123,
+ "customerId": "abc123abc123abc123",
+ "customerLocationId": "locationid",
+ "customerName": "Customer name",
+ "createdBy": "N/A",
+ "createdAt": "2023-04-11T10:30:50Z",
+ "keyContactId": "contactId",
+ "keyContactEmail": "contact email",
+ "ragStatusName": "Green",
+ "customFields": "custom field=abc",
+ "deleted": false
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationsLeveragesCustomers",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the customers dimension present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "0ljm8rmscngke"
+ }
+ }
+ },
+ "/translation-leverages/language-pairs": {
+ "get": {
+ "summary": "List Translations Leverages Language Pairs",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 123,
+ "sourceLanguageCode": "en-US",
+ "sourceEnglishName": "English (United States)",
+ "sourceParentLanguageCode": "en",
+ "targetLanguageCode": "ro-RO",
+ "targetEnglishName": "Româna(România)",
+ "targetParentLanguageCode": "ro"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationsLeveragesLanguagePairs",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the language pair dimension present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "fyftjnmfbk8ph"
+ }
+ }
+ },
+ "/translation-leverages/source-files": {
+ "get": {
+ "summary": "List Translations Leverages Source Files",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 1,
+ "sourceFileId": "abcd0001",
+ "projectId": "proj001",
+ "projectName": "Project Alpha",
+ "fileName": "AlphaFile.txt",
+ "sourceFileLocationId": "location123",
+ "fileTypeSettingsId": "settings123",
+ "fileRole": "translatable",
+ "batch": 1,
+ "sourceFileSegmentCount": 10,
+ "sourceFileWordCount": 150,
+ "sourceFileCharacterCount": 600,
+ "creationAt": "2024-01-01T00:00:00Z"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationsLeveragesSourceFiles",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ }
+ ],
+ "description": "Retrieves the source file dimension present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "6g8p17bni7qjn"
+ }
+ }
+ },
+ "/translation-leverages/leverage-bands": {
+ "get": {
+ "summary": "List Translations Leverages Leverage Bands",
+ "tags": [
+ "Translation Leverage Data Set"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ },
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "itemCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "meqmil22py5e3"
+ }
+ },
+ "items": {
+ "type": "array",
+ "x-stoplight": {
+ "id": "hs9sz7y5zbj33"
+ },
+ "items": {
+ "$ref": "#/components/schemas/dim-leverage-band",
+ "x-stoplight": {
+ "id": "m5szfzj5ka57e"
+ }
+ }
+ }
+ }
+ },
+ "examples": {
+ "Example 1": {
+ "value": {
+ "itemCount": 1,
+ "items": [
+ {
+ "internalId": 1,
+ "bandName": "In-Context Match"
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "400": {
+ "$ref": "#/components/responses/error-model-400"
+ },
+ "401": {
+ "$ref": "#/components/responses/error-model-401"
+ },
+ "403": {
+ "$ref": "#/components/responses/error-model-403"
+ }
+ },
+ "operationId": "ListTranslationsLeveragesLeverageBands",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/Authorization"
+ },
+ {
+ "$ref": "#/components/parameters/X-LC-Tenant"
+ },
+ {
+ "$ref": "#/components/parameters/filter"
+ },
+ {
+ "$ref": "#/components/parameters/top"
+ },
+ {
+ "$ref": "#/components/parameters/skip"
+ },
+ {
+ "$ref": "#/components/parameters/count"
+ },
+ {
+ "$ref": "#/components/parameters/expand"
+ }
+ ],
+ "description": "Retrieves the leverage bands dimension present in the translation leverages dataset.",
+ "x-stoplight": {
+ "id": "juyt2hzpppf0t"
+ }
+ }
+ }
+ },
+ "components": {
+ "schemas": {
+ "dim-project": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 11,
+ "projectId": "uuid",
+ "projectShortId": 11,
+ "projectName": "Test",
+ "projectDescription": "",
+ "projectLocationId": "3f7e792b23d5494f8ce8fb73f796dbc7",
+ "projectGroupId": "groupid",
+ "projectGroupShortId": 1,
+ "projectGroupName": "Test group",
+ "projectStatus": "in_progress",
+ "projectTemplateId": "templateuuid",
+ "projectTemplateName": "Template test",
+ "originSystem": "LCUI",
+ "sourceLanguage": "en-EN",
+ "targetLanguages": "fr-FR",
+ "createdAt": "2023-11-21T09:59:54Z",
+ "quoteCreatedAt": "9999-12-31T00:00:00Z",
+ "quoteApprovedAt": "2499-12-31T00:00:00Z",
+ "completedAt": "2499-12-31T00:00:00Z",
+ "dueAt": "2023-11-28T11:00:36Z",
+ "deliveredAt": "9999-12-31T00:00:00Z",
+ "projectSegmentCount": 6,
+ "projectWordCount": 21,
+ "projectCharacterCount": 70,
+ "projectFileCount": 1,
+ "projectRevenue": 0,
+ "projectSavings": 0,
+ "projectCurrencyCode": "EUR",
+ "deliveryTimeDiff": 0,
+ "onTimeStatus": "VERY_EARLY",
+ "projectCreatorName": "Test",
+ "projectCreatorId": "31231231231",
+ "deleted": false,
+ "customFields": "cf=abc"
+ }
+ },
+ "description": "Project dimension",
+ "title": "Project Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the project."
+ },
+ "projectId": {
+ "type": "string",
+ "description": "A unique identifier for the project, as it is in Trados Cloud Platform."
+ },
+ "projectShortId": {
+ "type": "integer",
+ "description": "A shortened, numeric identifier for the project, assigned by Trados Cloud Platform."
+ },
+ "projectName": {
+ "type": "string",
+ "description": "The name of the project."
+ },
+ "projectDescription": {
+ "type": "string",
+ "description": "A detailed description of the project."
+ },
+ "projectLocationId": {
+ "type": "string",
+ "description": "The identifier for the location where the project is based or managed."
+ },
+ "projectGroupId": {
+ "type": "string",
+ "description": "The identifier for the project group."
+ },
+ "projectGroupShortId": {
+ "type": "integer",
+ "description": "A shortened, numeric identifier for the project group, assigned by Trados Cloud Platform."
+ },
+ "projectGroupName": {
+ "type": "string",
+ "description": "The name of the group responsible for the project."
+ },
+ "projectStatus": {
+ "type": "string",
+ "description": "The current status of the project. Can have the following values: 'created','in_progress','completed','archived'.",
+ "enum": [
+ "N/A",
+ "created",
+ "in_progress",
+ "completed"
+ ]
+ },
+ "projectTemplateId": {
+ "type": "string",
+ "description": "The identifier for the template used to create the project."
+ },
+ "projectTemplateName": {
+ "type": "string",
+ "description": "The name of the template used to create the project."
+ },
+ "originSystem": {
+ "type": "string",
+ "description": "The originating system or application where the project was created."
+ },
+ "sourceLanguage": {
+ "type": "string",
+ "description": "The source language of the project content."
+ },
+ "targetLanguages": {
+ "type": "string",
+ "description": "The target languages for the project content, typically a comma-separated list."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the project was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "quoteCreatedAt": {
+ "type": "string",
+ "description": "The date and time when the project quote was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "quoteApprovedAt": {
+ "type": "string",
+ "description": "The date and time when the project quote was approved. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "completedAt": {
+ "type": "string",
+ "description": "The date and time when the project was completed. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "dueAt": {
+ "type": "string",
+ "description": "The due date and time for the project. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "deliveredAt": {
+ "type": "string",
+ "description": "The date and time when the project was delivered. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "projectSegmentCount": {
+ "type": "integer",
+ "description": "The total number of segments in the project."
+ },
+ "projectWordCount": {
+ "type": "integer",
+ "description": "The total number of words in the project."
+ },
+ "projectCharacterCount": {
+ "type": "integer",
+ "description": "The total number of characters in the project."
+ },
+ "projectFileCount": {
+ "type": "integer",
+ "description": "The total number of files in the project."
+ },
+ "projectRevenue": {
+ "type": "number",
+ "description": "The total revenue generated by the project.",
+ "format": "float"
+ },
+ "projectSavings": {
+ "type": "number",
+ "description": "The total savings associated with the project.",
+ "format": "float"
+ },
+ "projectCurrencyCode": {
+ "type": "string",
+ "description": "The currency code (e.g., USD, EUR) for the project financials."
+ },
+ "deliveryTimeDiff": {
+ "type": "integer",
+ "description": "The difference in time between the due date and the actual delivery date, measured in seconds."
+ },
+ "onTimeStatus": {
+ "type": "string",
+ "description": "A status indicating the punctuality of the project's delivery.",
+ "enum": [
+ "N/A",
+ "VERY_EARLY",
+ "EARLY",
+ "ON_TIME",
+ "LATE",
+ "VERY_LATE"
+ ]
+ },
+ "projectCreatorName": {
+ "type": "string",
+ "description": "The name of the user who created the project."
+ },
+ "projectCreatorId": {
+ "type": "string",
+ "description": "The identifier for the user who created the project."
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean flag indicating whether the project has been deleted."
+ },
+ "customFields": {
+ "type": "string",
+ "description": "A string containing custom fields and values specific to the project. Format: 'customField1 = value1 | customField2 = value2'."
+ }
+ },
+ "x-stoplight": {
+ "id": "q88adevwcd317"
+ }
+ },
+ "fact-fts": {
+ "type": "object",
+ "x-stoplight": {
+ "id": "d04bca79e1e7a"
+ },
+ "examples": [
+ {
+ "projectId": 0,
+ "customerId": 0,
+ "languagePairId": 0,
+ "sourceFileId": 0,
+ "projectCreationDateId": 0,
+ "translationDateId": 0,
+ "translatorId": 0,
+ "reviewDateId": 0,
+ "reviewerId": 0,
+ "customerReviewDateId": 0,
+ "customerReviewerId": 0,
+ "finalizationDateId": 0,
+ "sourceWords": 0,
+ "lockedWords": 0,
+ "repetitionWords": 0,
+ "crossFileRepetitionWords": 0,
+ "perfectMatchWords": 0,
+ "inContextMatchWords": 0,
+ "exactMatchWords": 0,
+ "fuzzyMatchWords": 0,
+ "newMatchWords": 0,
+ "machineTranslationWords": 0,
+ "translationDuration": 0,
+ "humanTranslatedSegments": 0,
+ "humanTranslatedWords": 0,
+ "humanTranslatedCharacters": 0,
+ "reviewDuration": 0,
+ "reviewedSegments": 0,
+ "reviewedWords": 0,
+ "reviewedCharacters": 0,
+ "pipelineDuration": 0,
+ "isCanceled": true
+ }
+ ],
+ "description": "File translation status fact",
+ "title": "FTS Metrics",
+ "properties": {
+ "projectId": {
+ "type": "integer",
+ "description": "A unique identifier for the project associated with the file translation status."
+ },
+ "customerId": {
+ "type": "integer",
+ "description": "A unique identifier for the customer associated with the file translation status."
+ },
+ "languagePairId": {
+ "type": "integer",
+ "description": "A unique identifier for the language pair used in the translation."
+ },
+ "sourceFileId": {
+ "type": "integer",
+ "description": "A unique identifier for the source file associated with the translation."
+ },
+ "projectCreationDateId": {
+ "type": "integer",
+ "description": "A unique identifier for the date when the project was created."
+ },
+ "translationDateId": {
+ "type": "integer",
+ "description": "A unique identifier for the date when the translation was performed."
+ },
+ "translatorId": {
+ "type": "integer",
+ "description": "A unique identifier for the translator who performed the translation."
+ },
+ "reviewDateId": {
+ "type": "integer",
+ "description": "A unique identifier for the date when the review was performed."
+ },
+ "reviewerId": {
+ "type": "integer",
+ "description": "A unique identifier for the reviewer who performed the review."
+ },
+ "customerReviewDateId": {
+ "type": "integer",
+ "description": "A unique identifier for the date when the customer review was performed."
+ },
+ "customerReviewerId": {
+ "type": "integer",
+ "description": "A unique identifier for the customer reviewer who performed the review."
+ },
+ "finalizationDateId": {
+ "type": "integer",
+ "description": "A unique identifier for the date when the translation was finalized."
+ },
+ "sourceWords": {
+ "type": "integer",
+ "description": "The total number of source words in the file."
+ },
+ "lockedWords": {
+ "type": "integer",
+ "description": "The total number of locked words in the file."
+ },
+ "repetitionWords": {
+ "type": "integer",
+ "description": "The total number of repetition words in the file."
+ },
+ "crossFileRepetitionWords": {
+ "type": "integer",
+ "description": "The total number of cross-file repetition words in the file."
+ },
+ "perfectMatchWords": {
+ "type": "integer",
+ "description": "The total number of perfect match words in the file."
+ },
+ "inContextMatchWords": {
+ "type": "integer",
+ "description": "The total number of in-context match words in the file."
+ },
+ "exactMatchWords": {
+ "type": "integer",
+ "description": "The total number of exact match words in the file."
+ },
+ "fuzzyMatchWords": {
+ "type": "integer",
+ "description": "The total number of fuzzy match words in the file."
+ },
+ "newMatchWords": {
+ "type": "integer",
+ "description": "The total number of new match words in the file."
+ },
+ "machineTranslationWords": {
+ "type": "integer",
+ "description": "The total number of words translated by machine translation in the file."
+ },
+ "translationDuration": {
+ "type": "integer",
+ "description": "The total duration of the translation process, in minutes."
+ },
+ "humanTranslatedSegments": {
+ "type": "integer",
+ "description": "The total number of segments translated by human translators in the file."
+ },
+ "humanTranslatedWords": {
+ "type": "integer",
+ "description": "The total number of words translated by human translators in the file."
+ },
+ "humanTranslatedCharacters": {
+ "type": "integer",
+ "description": "The total number of characters translated by human translators in the file."
+ },
+ "reviewDuration": {
+ "type": "integer",
+ "description": "The total duration of the review process, in minutes."
+ },
+ "reviewedSegments": {
+ "type": "integer",
+ "description": "The total number of segments reviewed in the file."
+ },
+ "reviewedWords": {
+ "type": "integer",
+ "description": "The total number of words reviewed in the file."
+ },
+ "reviewedCharacters": {
+ "type": "integer",
+ "description": "The total number of characters reviewed in the file."
+ },
+ "pipelineDuration": {
+ "type": "integer",
+ "description": "The total duration of the entire translation pipeline, in minutes."
+ },
+ "canceled": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the translation project was canceled.",
+ "x-stoplight": {
+ "id": "0kci7sd3j4fef"
+ }
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "z7ivdmd1veupp"
+ },
+ "description": "(Optional) Expand the project dimension associated with the project id using the $expand parameter."
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "2g4byidz903hn"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customer id using the $expand parameter."
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "swu6f6xtp8oey"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the language pair id using the $expand parameter."
+ },
+ "sourceFile": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "ucwmc945nraz4"
+ },
+ "description": "(Optional) Expand the source file dimension associated with the source file id using the $expand parameter."
+ },
+ "projectCreationDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "7vk8fy2gf27i9"
+ },
+ "description": "(Optional) Expand the project creation date dimension associated with the project creation date id using the $expand parameter."
+ },
+ "translationDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "dtspudu6wkb2f"
+ },
+ "description": "(Optional) Expand the translation date dimension associated with the project translation date id using the $expand parameter."
+ },
+ "translator": {
+ "$ref": "#/components/schemas/dim-translator",
+ "x-stoplight": {
+ "id": "hjuiywjfgsusm"
+ },
+ "description": "(Optional) Expand the translator dimension associated with the translator id using the $expand parameter."
+ },
+ "reviewDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "vkx8lerc2b70z"
+ },
+ "description": "(Optional) Expand the review date dimension associated with the review date id using the $expand parameter."
+ },
+ "reviewer": {
+ "$ref": "#/components/schemas/dim-reviewer",
+ "x-stoplight": {
+ "id": "56zknv580zrft"
+ },
+ "description": "(Optional) Expand the reviewer dimension associated with the reviewer id using the $expand parameter."
+ },
+ "customerReviewDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "oh3xzsresp5s0"
+ },
+ "description": "(Optional) Expand the customer review date dimension associated with the customer review date id using the $expand parameter."
+ },
+ "customerReviewer": {
+ "$ref": "#/components/schemas/dim-customer-reviewer",
+ "x-stoplight": {
+ "id": "6cq4y8ecbyrkt"
+ },
+ "description": "(Optional) Expand the customer reviewer dimension associated with the customer reviewer id using the $expand parameter."
+ },
+ "finalizationDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "a6qwcrnfr62g1"
+ },
+ "description": "(Optional) Expand the finalization date dimension associated with the finalization date id using the $expand parameter."
+ }
+ }
+ },
+ "error-details": {
+ "title": "Error details",
+ "x-stoplight": {
+ "id": "3qhaf2bx584l3"
+ },
+ "type": "object",
+ "description": "Error details",
+ "properties": {
+ "code": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "ipi52a5huhj4d"
+ }
+ },
+ "message": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "exw5wnpw0ntjf"
+ },
+ "description": "Error description"
+ }
+ }
+ },
+ "dim-customer": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the customer."
+ },
+ "customerId": {
+ "type": "string",
+ "description": "A unique identifier for the customer, as it is in Trados Cloud Platform."
+ },
+ "customerLocationId": {
+ "type": "string",
+ "description": "The identifier for the location where the customer is based or managed."
+ },
+ "customerName": {
+ "type": "string",
+ "description": "The name of the customer."
+ },
+ "createdBy": {
+ "type": "string",
+ "description": "The identifier of the user who created the customer."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the customer record was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format."
+ },
+ "keyContactId": {
+ "type": "string",
+ "description": "The identifier for the key contact person for the customer."
+ },
+ "keyContactEmail": {
+ "type": "string",
+ "description": "The email address of the key contact person for the customer."
+ },
+ "ragStatusName": {
+ "type": "string",
+ "description": "The RAG (Red, Amber, Green) status name indicating the current health or risk status of the customer."
+ },
+ "customFields": {
+ "type": "string",
+ "description": "A string containing custom fields and values specific to the customer. Format: 'customField1 = value1 | customField2 = value2'. "
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean flag indicating whether the customer record has been deleted."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 123,
+ "customerId": "abc123abc123abc123",
+ "customerLocationId": "locationid",
+ "customerName": "Customer name",
+ "createdBy": "N/A",
+ "createdAt": "2023-04-11T10:30:50Z",
+ "keyContactId": "contactId",
+ "keyContactEmail": "contact email",
+ "ragStatusName": "Green",
+ "customFields": "custom field=abc | customF2=123",
+ "deleted": false
+ }
+ },
+ "description": "Customer dimension",
+ "title": "Customer Dimension",
+ "x-stoplight": {
+ "id": "v1jmbizruxvld"
+ }
+ },
+ "dim-language-pair": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the language pair."
+ },
+ "sourceLanguageCode": {
+ "type": "string",
+ "description": "The ISO code representing the source language."
+ },
+ "sourceEnglishName": {
+ "type": "string",
+ "description": "The English name of the source language."
+ },
+ "sourceParentLanguageCode": {
+ "type": "string",
+ "description": "The ISO code of the parent language for the source language, if applicable."
+ },
+ "targetLanguageCode": {
+ "type": "string",
+ "description": "The ISO code representing the target language."
+ },
+ "targetEnglishName": {
+ "type": "string",
+ "description": "The English name of the target language."
+ },
+ "targetParentLanguageCode": {
+ "type": "string",
+ "description": "The code of the parent language for the target language, if applicable."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1,
+ "sourceLanguageCode": "en-GI",
+ "sourceEnglishName": "English (Gibraltar)",
+ "sourceParentLanguageCode": "en",
+ "targetLanguageCode": "tk",
+ "targetEnglishName": "Turkmen",
+ "targetParentLanguageCode": "N/A"
+ }
+ },
+ "description": "Language Pair dimension",
+ "title": "Language Pair Dimension",
+ "x-stoplight": {
+ "id": "wsdcbytswmsot"
+ }
+ },
+ "dim-source-file": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1,
+ "sourceFileId": "abcd0001",
+ "projectId": "proj001",
+ "projectName": "Project Alpha",
+ "fileName": "AlphaFile.txt",
+ "sourceFileLocationId": "location123",
+ "fileTypeSettingsId": "settings123",
+ "fileRole": "translatable",
+ "batch": 1,
+ "sourceFileSegmentCount": 10,
+ "sourceFileWordCount": 150,
+ "sourceFileCharacterCount": 600,
+ "creationAt": "2024-01-01T00:00:00Z"
+ }
+ },
+ "title": "Source File Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the source file."
+ },
+ "sourceFileId": {
+ "type": "string",
+ "description": "A unique identifier for the source file, as it is in Trados Cloud Platform."
+ },
+ "projectId": {
+ "type": "string",
+ "description": "The identifier for the project associated with the source file, as it is in Trados Cloud Platform."
+ },
+ "projectName": {
+ "type": "string",
+ "description": "The name of the project associated with the source file."
+ },
+ "fileName": {
+ "type": "string",
+ "description": "The name of the source file."
+ },
+ "sourceFileLocationId": {
+ "type": "string",
+ "description": "The identifier for the location where the source file is stored."
+ },
+ "fileTypeSettingsId": {
+ "type": "string",
+ "description": "The identifier for the file type settings used for processing the source file."
+ },
+ "fileRole": {
+ "type": "string",
+ "description": "The role or category of the source file (e.g., source, reference)."
+ },
+ "batch": {
+ "type": "integer",
+ "description": "The batch number."
+ },
+ "sourceFileSegmentCount": {
+ "type": "integer",
+ "description": "The total number of segments in the source file."
+ },
+ "sourceFileWordCount": {
+ "type": "integer",
+ "description": "The total number of words in the source file."
+ },
+ "sourceFileCharacterCount": {
+ "type": "integer",
+ "description": "The total number of characters in the source file."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the source file was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "buq1u3c0fj5s8"
+ },
+ "format": "date-time"
+ }
+ },
+ "x-stoplight": {
+ "id": "wrqiflyphu97q"
+ }
+ },
+ "dim-date": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 20000101,
+ "year": 2000,
+ "month": 1,
+ "day": 1,
+ "dayOfWeek": 7,
+ "dayOfWeekName": "Saturday",
+ "monthName": "January",
+ "dayOfYear": 1,
+ "quarter": 1,
+ "yearNumber": "2000",
+ "monthNumber": "1",
+ "fullDate": "2000-01-01"
+ }
+ },
+ "description": "Date dimension",
+ "title": "Date Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the date."
+ },
+ "year": {
+ "type": "integer",
+ "description": "The year of the date."
+ },
+ "month": {
+ "type": "integer",
+ "description": "The month of the date (1 for January, 2 for February, etc.)."
+ },
+ "day": {
+ "type": "integer",
+ "description": "The day of the month (1 to 31)."
+ },
+ "dayOfWeek": {
+ "type": "integer",
+ "description": "The day of the week as a number (1 for Monday, 2 for Tuesday, ..., 7 for Sunday)."
+ },
+ "dayOfWeekName": {
+ "type": "string",
+ "description": "The name of the day of the week (e.g., Monday, Tuesday, ..., Sunday)."
+ },
+ "monthName": {
+ "type": "string",
+ "description": "The name of the month (e.g., January, February, ..., December)."
+ },
+ "dayOfYear": {
+ "type": "integer",
+ "description": "The day of the year (1 to 366)."
+ },
+ "quarter": {
+ "type": "integer",
+ "description": "The quarter of the year (1 to 4)."
+ },
+ "yearNumber": {
+ "type": "string",
+ "description": "The year as a string."
+ },
+ "monthNumber": {
+ "type": "string",
+ "description": "The month as a string (e.g., '1' for January)."
+ },
+ "fullDate": {
+ "type": "string",
+ "description": "The full date in 'YYYY-MM-DD' format.",
+ "format": "date"
+ }
+ },
+ "x-stoplight": {
+ "id": "tju1scnphkrue"
+ }
+ },
+ "dim-translator": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "accountUserId": "1234abcd5678efgh9012ijkl",
+ "accountId": "2345bcde6789fgha0123ijkl",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "N/A",
+ "membership": "ROLE",
+ "status": "STATUS",
+ "authorId": "1234abcd5678efgh9012ijkl",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2023-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "3456cdef7890ghij1234klmn",
+ "vendorName": "Vendor Name",
+ "deleted": false
+ }
+ },
+ "description": "Translator dimension",
+ "title": "Translator Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the translator."
+ },
+ "accountUserId": {
+ "type": "string",
+ "description": "A unique identifier for the account user associated with the translator."
+ },
+ "firstName": {
+ "type": "string",
+ "description": "The first name of the translator."
+ },
+ "lastName": {
+ "type": "string",
+ "description": "The last name of the translator."
+ },
+ "userEmail": {
+ "type": "string",
+ "description": "The email address of the translator."
+ },
+ "accountUserLocationId": {
+ "type": "string",
+ "description": "The identifier for the location associated with the user's account."
+ },
+ "membership": {
+ "type": "string",
+ "description": "Displays the type of membership the user has with the account: member, collaborator(guest)."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the translator's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "va02qnv56yrge"
+ },
+ "format": "date-time"
+ },
+ "lastModifiedAt": {
+ "type": "string",
+ "description": "The date and time when the translator's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "o7e83y4yu47t9"
+ },
+ "format": "date-time"
+ },
+ "deletedAt": {
+ "type": "string",
+ "description": "The date and time when the translator's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "xkaxiiggzaocl"
+ },
+ "format": "date-time"
+ },
+ "vendorId": {
+ "type": "string",
+ "description": "The identifier for the vendor associated with the translator."
+ },
+ "vendorName": {
+ "type": "string",
+ "description": "The name of the vendor associated with the translator."
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the translator's account has been deleted."
+ }
+ },
+ "x-stoplight": {
+ "id": "qqd3n859lqu9w"
+ }
+ },
+ "dim-reviewer": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "accountUserId": "1234abcd5678efgh9012ijkl",
+ "accountId": "2345bcde6789fgha0123ijkl",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "N/A",
+ "membership": "ROLE",
+ "status": "STATUS",
+ "authorId": "N/A",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "N/A",
+ "vendorName": "N/A",
+ "deleted": false
+ }
+ },
+ "description": "Reviewer dimension",
+ "title": "Reviewer Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the reviewer."
+ },
+ "accountUserId": {
+ "type": "string",
+ "description": "A unique identifier for the account user associated with the reviewer."
+ },
+ "firstName": {
+ "type": "string",
+ "description": "The first name of the reviewer."
+ },
+ "lastName": {
+ "type": "string",
+ "description": "The last name of the reviewer."
+ },
+ "userEmail": {
+ "type": "string",
+ "description": "The email address of the reviewer."
+ },
+ "accountUserLocationId": {
+ "type": "string",
+ "description": "The identifier for the location associated with the user's account."
+ },
+ "membership": {
+ "type": "string",
+ "description": "Displays the type of membership the user has with the account: member, collaborator(guest)."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the reviewer's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "u07y5mk1o9d8l"
+ },
+ "format": "date-time"
+ },
+ "lastModifiedAt": {
+ "type": "string",
+ "description": "The date and time when the reviewer's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "7nkhq024b6qf0"
+ },
+ "format": "date-time"
+ },
+ "deletedAt": {
+ "type": "string",
+ "description": "The date and time when the reviewer's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "nz8qzx0llby6t"
+ },
+ "format": "date-time"
+ },
+ "vendorId": {
+ "type": "string",
+ "description": "The identifier for the vendor associated with the reviewer."
+ },
+ "vendorName": {
+ "type": "string",
+ "description": "The name of the vendor associated with the reviewer."
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the reviewer's account has been deleted."
+ }
+ },
+ "x-stoplight": {
+ "id": "3gwkzywqps7fv"
+ }
+ },
+ "dim-customer-reviewer": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "accountUserId": "1234abcd5678efgh9012ijkl",
+ "accountId": "2345bcde6789fgha0123ijkl",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "N/A",
+ "membership": "ROLE",
+ "status": "STATUS",
+ "authorId": "N/A",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "deleted": false
+ }
+ },
+ "description": "Customer reviewer dimension",
+ "title": "Customer Reviewer Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the customer reviewer."
+ },
+ "accountUserId": {
+ "type": "string",
+ "description": "A unique identifier for the account user associated with the customer reviewer."
+ },
+ "firstName": {
+ "type": "string",
+ "description": "The first name of the customer reviewer."
+ },
+ "lastName": {
+ "type": "string",
+ "description": "The last name of the customer reviewer."
+ },
+ "userEmail": {
+ "type": "string",
+ "description": "The email address of the customer reviewer."
+ },
+ "accountUserLocationId": {
+ "type": "string",
+ "description": "The identifier for the location associated with the user's account."
+ },
+ "membership": {
+ "type": "string",
+ "description": "Displays the type of membership the user has with the account: member, collaborator(guest)."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the customer reviewer's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "y0kc1gdppxb9w"
+ },
+ "format": "date-time"
+ },
+ "lastModifiedAt": {
+ "type": "string",
+ "description": "The date and time when the customer reviewer's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "ndwbs7s5tfz0u"
+ },
+ "format": "date-time"
+ },
+ "deletedAt": {
+ "type": "string",
+ "description": "The date and time when the customer reviewer's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "9sjzv0ljmqxvg"
+ },
+ "format": "date-time"
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the customer reviewer's account has been deleted."
+ }
+ },
+ "x-stoplight": {
+ "id": "1qz943i9spvk2"
+ }
+ },
+ "fact-vendor-costs": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "accountId": 1234567890,
+ "projectId": 9876543210,
+ "customerId": 1234567890,
+ "languagePairId": 111111,
+ "vendorOrderTemplateId": 222222,
+ "quoteCreatedAt": "2024-01-01T00:00:00.000Z",
+ "serviceTypeId": 333,
+ "quoteReviewedAt": "2024-01-01T00:00:00.000Z",
+ "quoteApprovedAt": "2024-01-01T00:00:00.000Z",
+ "quoteUpdatedAt": "2024-01-01T00:00:00.000Z",
+ "fileCount": 1,
+ "targetWordCount": 1000,
+ "currencyId": 444444,
+ "translationCost": 100.1,
+ "languageCost": 50.22,
+ "additionalCost": 10.333
+ }
+ },
+ "description": "Vendor costs fact. Represents the cost details provided by a vendor for a translation project.",
+ "properties": {
+ "accountId": {
+ "type": "integer",
+ "description": "The unique identifier for the account associated with the vendor cost."
+ },
+ "projectId": {
+ "type": "integer",
+ "description": "The unique identifier for the project for which the vendor cost is being recorded."
+ },
+ "customerId": {
+ "type": "integer",
+ "description": "The unique identifier for the customer associated with the vendor cost."
+ },
+ "languagePairId": {
+ "type": "integer",
+ "description": "The unique identifier for the language pair (source and target languages) involved in the project."
+ },
+ "vendorOrderTemplateId": {
+ "type": "integer",
+ "description": "The unique identifier for the vendor order template used for the cost estimation."
+ },
+ "quoteCreatedAt": {
+ "type": "string",
+ "format": "date-time",
+ "description": "The timestamp when the cost quote was created."
+ },
+ "serviceTypeId": {
+ "type": "integer",
+ "description": "The unique identifier for the type of service being provided."
+ },
+ "quoteReviewedAt": {
+ "type": "string",
+ "format": "date-time",
+ "description": "The timestamp when the cost quote was reviewed."
+ },
+ "quoteApprovedAt": {
+ "type": "string",
+ "format": "date-time",
+ "description": "The timestamp when the cost quote was approved."
+ },
+ "quoteUpdatedAt": {
+ "type": "string",
+ "format": "date-time",
+ "description": "The timestamp when the cost quote was last updated."
+ },
+ "fileCount": {
+ "type": "integer",
+ "description": "The number of files involved in the project."
+ },
+ "targetWordCount": {
+ "type": "integer",
+ "description": "The total number of words in the target language for the project."
+ },
+ "currencyId": {
+ "type": "integer",
+ "description": "The unique identifier for the currency in which the costs are recorded."
+ },
+ "translationCost": {
+ "type": "number",
+ "format": "float",
+ "description": "The cost of the translation service."
+ },
+ "languageCost": {
+ "type": "number",
+ "format": "float",
+ "description": "The cost related to language services for a specific target language."
+ },
+ "additionalCost": {
+ "type": "number",
+ "format": "float",
+ "description": "Any additional costs related to the project."
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "t2831fnpurl8b"
+ },
+ "description": "(Optional) Expand the project dimension associated with the project id using the $expand parameter."
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "x5apvmyqjzz4u"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customer id using the $expand parameter."
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "jwzbmhe1a27oe"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the language pair id using the $expand parameter."
+ },
+ "vendorOrderTemplate": {
+ "$ref": "#/components/schemas/dim-vendor-order-template",
+ "x-stoplight": {
+ "id": "f75eq39m8klsz"
+ },
+ "description": "(Optional) Expand the vendor order template dimension associated with the vendorOrderTemplateId using the $expand parameter."
+ },
+ "serviceType": {
+ "$ref": "#/components/schemas/dim-service-types",
+ "x-stoplight": {
+ "id": "tlzo73clwbho2"
+ },
+ "description": "(Optional) Expand the service types dimension associated with the serviceTypeId using the $expand parameter."
+ },
+ "currency": {
+ "$ref": "#/components/schemas/dim-currency",
+ "x-stoplight": {
+ "id": "6zvycro4q2is3"
+ },
+ "description": "(Optional) Expand the currency dimension associated with the currencyId using the $expand parameter."
+ }
+ },
+ "title": "Vendor Costs Metrics",
+ "x-stoplight": {
+ "id": "r80ehydon9lwf"
+ }
+ },
+ "dim-currency": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique identifier assigned to each currency entry. This is typically an internal database ID used to reference the currency within the system."
+ },
+ "name": {
+ "type": "string",
+ "description": "The official name of the currency. This field stores the full name of the currency as recognized internationally."
+ },
+ "code": {
+ "type": "string",
+ "description": "The standard three-letter currency code as defined by ISO 4217. This code uniquely identifies the currency."
+ },
+ "symbol": {
+ "type": "string",
+ "description": "The symbol used to represent the currency in financial documents and transactions. This symbol is commonly used in pricing and financial reports."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 698582,
+ "name": "Euro",
+ "code": "EUR",
+ "symbol": "€"
+ }
+ },
+ "description": "Currency dimension",
+ "title": "Currency Dimension",
+ "x-stoplight": {
+ "id": "1627md05efegl"
+ }
+ },
+ "dim-vendor-order-template": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 123456,
+ "originatingId": "1234abcd5678efgh9012ijkl",
+ "orderTemplateName": "Example Order Template",
+ "vendorId": "abcd123456efgh7890ijkl12",
+ "vendorName": "Example Vendor",
+ "locationId": "abcd1234efgh5678ijkl9012mnop3456",
+ "accountId": "abcd5678ijkl9012mnop3456efgh1234",
+ "creationDate": "2024-07-15T10:00:00Z",
+ "deleted": false
+ }
+ },
+ "description": "Vendor Order Template dimension",
+ "title": "Vendor Order Template Dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "Unique identifier for the vendor order template within the system."
+ },
+ "originatingId": {
+ "type": "string",
+ "description": "Identifier originating from the Trados Cloud Platform."
+ },
+ "orderTemplateName": {
+ "type": "string",
+ "description": "Name or title of the vendor order template."
+ },
+ "vendorId": {
+ "type": "string",
+ "description": "Unique identifier for the vendor associated with this order template."
+ },
+ "vendorName": {
+ "type": "string",
+ "description": "Name of the vendor associated with this order template."
+ },
+ "locationId": {
+ "type": "string",
+ "description": "Identifier for the location associated with this vendor order template."
+ },
+ "accountId": {
+ "type": "string",
+ "description": "Identifier for the account associated with this vendor order template."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "Date and time when the vendor order template was created. (ISO 8601 format)",
+ "x-stoplight": {
+ "id": "qgu8nxpo8qsju"
+ },
+ "format": "date-time"
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "Indicates whether the vendor order template has been deleted (`true`) or is active (`false`)."
+ }
+ },
+ "x-stoplight": {
+ "id": "g1ki1690apv5x"
+ }
+ },
+ "dim-service-types": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "An integer representing the internal identifier of the service type."
+ },
+ "name": {
+ "type": "string",
+ "description": "A string representing the name or title of the service type."
+ },
+ "originatingId": {
+ "type": "string",
+ "description": "Identifier originating from the Trados Cloud Platform."
+ },
+ "allowInternal": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the service type is allowed for internal use."
+ },
+ "allowCustomer": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the service type is allowed for customer use."
+ },
+ "allowVendor": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the service type is allowed for vendor use."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 6469,
+ "name": "service-type-name-1",
+ "originatingId": "1_9d196a9d-0911-4c6d-8d2d-a19fc5816992",
+ "allowInternal": true,
+ "allowCustomer": true,
+ "allowVendor": false
+ }
+ },
+ "description": "Service Type dimension",
+ "title": "Service Type Dimension",
+ "x-stoplight": {
+ "id": "k4n4dj1sf9f6a"
+ }
+ },
+ "dim-owner": {
+ "title": "Task Owner Dimension",
+ "x-stoplight": {
+ "id": "wkhuxjby48xbl"
+ },
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "accountUserId": "1234abcd5678efgh9012ijkl",
+ "accountId": "2345bcde6789fgha0123ijkl",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "N/A",
+ "membership": "ROLE",
+ "status": "STATUS",
+ "authorId": "N/A",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "N/A",
+ "vendorName": "N/A",
+ "deleted": false
+ }
+ },
+ "description": "Task Owner dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the task owner."
+ },
+ "accountUserId": {
+ "type": "string",
+ "description": "A unique identifier for the account user associated with the task owner."
+ },
+ "firstName": {
+ "type": "string",
+ "description": "The first name of the task owner."
+ },
+ "lastName": {
+ "type": "string",
+ "description": "The last name of the task owner."
+ },
+ "userEmail": {
+ "type": "string",
+ "description": "The email address of the task owner."
+ },
+ "accountUserLocationId": {
+ "type": "string",
+ "description": "The identifier for the location associated with the user's account."
+ },
+ "membership": {
+ "type": "string",
+ "description": "Displays the type of membership the user has with the account: member, collaborator(guest)."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the task owner's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "4wtzhv2587ck7"
+ },
+ "format": "date-time"
+ },
+ "lastModifiedAt": {
+ "type": "string",
+ "description": "The date and time when the task owner's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "xplcx84fo2anx"
+ },
+ "format": "date-time"
+ },
+ "deletedAt": {
+ "type": "string",
+ "description": "The date and time when the task owner's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "rf65t6tb74tvb"
+ },
+ "format": "date-time"
+ },
+ "vendorId": {
+ "type": "string",
+ "description": "The identifier for the vendor associated with the task owner."
+ },
+ "vendorName": {
+ "type": "string",
+ "description": "The name of the vendor associated with the task owner."
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the task owner's account has been deleted."
+ }
+ }
+ },
+ "dim-quote-approver": {
+ "title": "Quote Approver Dimension",
+ "x-stoplight": {
+ "id": "62wt5qzjprbn2"
+ },
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "accountUserId": "1234abcd5678efgh9012ijkl",
+ "accountId": "2345bcde6789fgha0123ijkl",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "N/A",
+ "membership": "ROLE",
+ "status": "STATUS",
+ "authorId": "N/A",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "N/A",
+ "vendorName": "N/A",
+ "deleted": false
+ }
+ },
+ "description": "Quote Approver dimension",
+ "examples": [
+ {
+ "internalId": 1234567,
+ "accountUserId": "423e18f01573f2d6",
+ "accountId": "d65315e82ec604b7",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "57d39d0b88319631",
+ "membership": "MEMBER",
+ "status": "ACTIVE",
+ "authorId": "5cba149cb5f78fe6",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "N/A",
+ "vendorName": "N/A",
+ "deleted": false
+ }
+ ],
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the quote approver."
+ },
+ "accountUserId": {
+ "type": "string",
+ "description": "A unique identifier for the account user associated with the quote approver."
+ },
+ "firstName": {
+ "type": "string",
+ "description": "The first name of the quote approver."
+ },
+ "lastName": {
+ "type": "string",
+ "description": "The last name of the quote approver."
+ },
+ "userEmail": {
+ "type": "string",
+ "description": "The email address of the quote approver."
+ },
+ "accountUserLocationId": {
+ "type": "string",
+ "description": "The identifier for the location associated with the user's account."
+ },
+ "membership": {
+ "type": "string",
+ "description": "Displays the type of membership the user has with the account: member, collaborator(guest)."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the quote approver's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "9gdddrvb5o7g0"
+ },
+ "format": "date-time"
+ },
+ "lastModifiedAt": {
+ "type": "string",
+ "description": "The date and time when the quote approver's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "fklzw4gyliirz"
+ },
+ "format": "date-time"
+ },
+ "deletedAt": {
+ "type": "string",
+ "description": "The date and time when the quote approver's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "xkmjbx75z7ry5"
+ },
+ "format": "date-time"
+ },
+ "vendorId": {
+ "type": "string",
+ "description": "The identifier for the vendor associated with the quote approver."
+ },
+ "vendorName": {
+ "type": "string",
+ "description": "The name of the vendor associated with the quote approver."
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the quote approver's account has been deleted."
+ }
+ }
+ },
+ "dim-task-types": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique identifier for the task type."
+ },
+ "taskType": {
+ "type": "string",
+ "description": "A string representing the specific type of the task."
+ },
+ "name": {
+ "type": "string",
+ "description": "The name of the task type."
+ },
+ "businessKey": {
+ "type": "string",
+ "description": "A key associated with the business context of the task type."
+ },
+ "automated": {
+ "type": "boolean",
+ "description": "Indicates whether the task type is automated (true) or manual (false)."
+ },
+ "accountId": {
+ "type": "string",
+ "description": "The identifier of the account associated with the task type."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 26124,
+ "taskType": "task-type",
+ "name": "Task Type Name",
+ "businessKey": "task-type",
+ "automated": true,
+ "accountId": "abcdefghiklmn12345"
+ }
+ },
+ "description": "Task Types Dimension",
+ "title": "Task Type Dimension",
+ "x-stoplight": {
+ "id": "s0pm1jc23bbpj"
+ }
+ },
+ "fact-tqe": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "projectId": 1234567890123,
+ "customerId": 2345678901234,
+ "accountId": 3456789012345,
+ "linguistId": 4567890123456,
+ "originalTranslationOriginId": 0,
+ "finalTranslationOriginId": 6,
+ "taskTypeId": 12345,
+ "languagePairId": 23456,
+ "sourceFileId": 34567,
+ "translationEvaluationId": 45678,
+ "evaluationDate": "2024-06-20T06:13:44Z",
+ "taskId": "abc123def456ghi789jkl000",
+ "totalSegments": 10,
+ "editDistance0": 2,
+ "editDistance1": 2,
+ "editDistance2": 0,
+ "editDistance3": 0,
+ "editDistance4": 0,
+ "editDistance5": 0,
+ "editDistance6": 3,
+ "editDistance7": 0,
+ "editDistance8": 2,
+ "editDistance9": 0,
+ "editDistance10": 1
+ }
+ },
+ "description": "Translation Quality Evaluation metrics",
+ "title": "Translation Quality Evaluation Metrics",
+ "properties": {
+ "projectId": {
+ "type": "integer",
+ "description": "The unique identifier for the project."
+ },
+ "customerId": {
+ "type": "integer",
+ "description": "The unique identifier for the customer."
+ },
+ "accountId": {
+ "type": "integer",
+ "description": "The unique identifier for the account."
+ },
+ "linguistId": {
+ "type": "integer",
+ "description": "The unique identifier for the linguist."
+ },
+ "originalTranslationOriginId": {
+ "type": "integer",
+ "description": "The unique identifier for the original translation origin."
+ },
+ "finalTranslationOriginId": {
+ "type": "integer",
+ "description": "The unique identifier for the final translation origin."
+ },
+ "taskTypeId": {
+ "type": "integer",
+ "description": "The unique identifier for the task type."
+ },
+ "languagePairId": {
+ "type": "integer",
+ "description": "The unique identifier for the language pair."
+ },
+ "sourceFileId": {
+ "type": "integer",
+ "description": "The unique identifier for the source file."
+ },
+ "translationEvaluationId": {
+ "type": "integer",
+ "description": "The unique identifier for the translation evaluation."
+ },
+ "evaluatedAt": {
+ "type": "string",
+ "description": "The date and time when the evaluation was conducted in 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "mr3t6i9uzify4"
+ },
+ "format": "date-time"
+ },
+ "taskId": {
+ "type": "string",
+ "description": "The unique identifier for the task."
+ },
+ "totalSegments": {
+ "type": "integer",
+ "description": "The total number of segments in the source file."
+ },
+ "editDistance0": {
+ "type": "integer"
+ },
+ "editDistance1": {
+ "type": "integer"
+ },
+ "editDistance2": {
+ "type": "integer"
+ },
+ "editDistance3": {
+ "type": "integer"
+ },
+ "editDistance4": {
+ "type": "integer"
+ },
+ "editDistance5": {
+ "type": "integer"
+ },
+ "editDistance6": {
+ "type": "integer"
+ },
+ "editDistance7": {
+ "type": "integer"
+ },
+ "editDistance8": {
+ "type": "integer"
+ },
+ "editDistance9": {
+ "type": "integer"
+ },
+ "editDistance10": {
+ "type": "integer"
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "auw1nj4uo6jjw"
+ },
+ "description": "(Optional) Expand the project dimension associated with the projectId using the $expand parameter.\r\n\r\n"
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "0hjkd53u3jtlx"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customerId using the $expand parameter.\r\n\r\n"
+ },
+ "linguist": {
+ "$ref": "#/components/schemas/dim-linguist",
+ "x-stoplight": {
+ "id": "lupxf20ck5kgs"
+ },
+ "description": "(Optional) Expand the linguist dimension associated with the linguistId using the $expand parameter.\r\n\r\n"
+ },
+ "originalTranslationOrigin": {
+ "$ref": "#/components/schemas/dim-translation-origin",
+ "x-stoplight": {
+ "id": "0lxh5k7w46itr"
+ },
+ "description": "(Optional) Expand the original translation origin dimension associated with the originalTranslationOriginId using the $expand parameter.\r\n"
+ },
+ "finalTranslationOrigin": {
+ "$ref": "#/components/schemas/dim-translation-origin",
+ "x-stoplight": {
+ "id": "dxo72u5z3tlow"
+ },
+ "description": "(Optional) Expand the final translation origin dimension associated with the finalTranslationOriginId using the $expand parameter.\r\n"
+ },
+ "taskType": {
+ "$ref": "#/components/schemas/dim-task-types",
+ "x-stoplight": {
+ "id": "jr8u58awm3kyn"
+ },
+ "description": "(Optional) Expand the task type dimension associated with the taskTypeId using the $expand parameter.\r\n"
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "vp4nxhzavoa8o"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the languagePairId using the $expand parameter.\r\n"
+ },
+ "sourceFile": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "hxy1new9zqhms"
+ },
+ "description": "(Optional) Expand the source file dimension associated with the sourceFileId using the $expand parameter.\r\n"
+ },
+ "translationQualityEvaluationCategory": {
+ "$ref": "#/components/schemas/dim-tqe-category",
+ "x-stoplight": {
+ "id": "c65a8oifz6x8v"
+ },
+ "description": "(Optional) Expand the translation quality evaluation category dimension associated with the translationQualityEvaluationCategoryId using the $expand parameter.\r\n"
+ }
+ },
+ "x-stoplight": {
+ "id": "dp8z5cvhwewgi"
+ }
+ },
+ "dim-linguist": {
+ "title": "Linguist Dimension",
+ "x-stoplight": {
+ "id": "5pu4ebol4njno"
+ },
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "accountUserId": "1234abcd5678efgh9012ijkl",
+ "accountId": "2345bcde6789fgha0123ijkl",
+ "accountName": "Test Account",
+ "firstName": "First",
+ "lastName": "Last",
+ "userEmail": "user@example.com",
+ "accountUserLocationId": "N/A",
+ "membership": "ROLE",
+ "status": "STATUS",
+ "authorId": "N/A",
+ "creationDate": "2023-01-01T00:00:00Z",
+ "lastModificationDate": "2024-01-01T00:00:00Z",
+ "deletionDate": "9999-12-31T00:00:00Z",
+ "vendorId": "N/A",
+ "vendorName": "N/A",
+ "deleted": false
+ }
+ },
+ "description": "Linguist dimension",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "A unique internal identifier for the linguist."
+ },
+ "accountUserId": {
+ "type": "string",
+ "description": "A unique identifier for the account user associated with the linguist."
+ },
+ "firstName": {
+ "type": "string",
+ "description": "The first name of the linguist."
+ },
+ "lastName": {
+ "type": "string",
+ "description": "The last name of the linguist."
+ },
+ "userEmail": {
+ "type": "string",
+ "description": "The email address of the linguist."
+ },
+ "accountUserLocationId": {
+ "type": "string",
+ "description": "The identifier for the location associated with the user's account."
+ },
+ "membership": {
+ "type": "string",
+ "description": "The role or membership category of the linguist within the account."
+ },
+ "createdAt": {
+ "type": "string",
+ "description": "The date and time when the linguist's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "9bcplllnxbeqm"
+ },
+ "format": "date-time"
+ },
+ "lastModifiedAt": {
+ "type": "string",
+ "description": "The date and time when the linguist's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "jzd0z5axle0om"
+ },
+ "format": "date-time"
+ },
+ "deletedAt": {
+ "type": "string",
+ "description": "The date and time when the linguist's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "x-stoplight": {
+ "id": "lf0zqkck8yqk1"
+ },
+ "format": "date-time"
+ },
+ "vendorId": {
+ "type": "string",
+ "description": "The identifier for the vendor associated with the linguist."
+ },
+ "vendorName": {
+ "type": "string",
+ "description": "The name of the vendor associated with the linguist."
+ },
+ "deleted": {
+ "type": "boolean",
+ "description": "A boolean indicating whether the linguist's account has been deleted."
+ }
+ }
+ },
+ "fact-task-status": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "projectId": 1234567890123,
+ "customerId": 9876543210987,
+ "taskTypeId": 10101,
+ "taskStatusId": 2020202,
+ "startDate": 20230101,
+ "startedAt": "2023-01-01T09:00:00Z",
+ "languageDirectionId": 1,
+ "sourceFileId": 555555,
+ "ownerId": 12345,
+ "completionDate": 20231231,
+ "completedAt": "2023-12-31T18:00:00Z",
+ "dueDate": 20231231,
+ "dueBy": "2023-12-31T23:59:59Z",
+ "actualDuration": 360,
+ "estimatedDuration": 400,
+ "delivery": 1,
+ "otdStatus": 1,
+ "words": 500,
+ "taskId": "abcd1234efgh5678ijkl9012"
+ }
+ },
+ "description": "Task status metrics",
+ "title": "Task Status Metrics",
+ "properties": {
+ "projectId": {
+ "type": "integer",
+ "description": "Unique identifier for the project."
+ },
+ "customerId": {
+ "type": "integer",
+ "description": "Unique identifier for the customer."
+ },
+ "taskTypeId": {
+ "type": "integer",
+ "description": "Identifier for the type of task."
+ },
+ "taskStatusId": {
+ "type": "integer",
+ "description": "Current status of the task."
+ },
+ "startDate": {
+ "type": "integer",
+ "description": "Start date of the task in YYYYMMDD format."
+ },
+ "startedAt": {
+ "type": "string",
+ "description": "Timestamp when the task was started in 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "languageDirectionId": {
+ "type": "integer",
+ "description": "Identifier for the language direction."
+ },
+ "sourceFileId": {
+ "type": "integer",
+ "description": "Unique identifier for the source file associated with the task."
+ },
+ "ownerId": {
+ "type": "integer",
+ "description": "Identifier for the owner of the task."
+ },
+ "completionDate": {
+ "type": "integer",
+ "description": "Date when the task was completed in YYYYMMDD format."
+ },
+ "completedAt": {
+ "type": "string",
+ "description": "Timestamp when the task was completed in 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "dueDate": {
+ "type": "integer",
+ "description": "Due date for the task in YYYYMMDD format."
+ },
+ "dueBy": {
+ "type": "string",
+ "description": "Timestamp by which the task is due in 'YYYY-MM-DDTHH:MM:SSZ' format.",
+ "format": "date-time"
+ },
+ "actualDuration": {
+ "type": "integer",
+ "description": "Actual duration taken to complete the task, in minutes."
+ },
+ "estimatedDuration": {
+ "type": "integer",
+ "description": "Estimated duration to complete the task, in minutes."
+ },
+ "delivery": {
+ "type": "integer",
+ "description": "Difference between the actual duration and the estimated duration."
+ },
+ "otdStatus": {
+ "type": "integer",
+ "description": "On-time delivery status."
+ },
+ "words": {
+ "type": "integer",
+ "description": "Number of words in the source file processed in this task."
+ },
+ "taskId": {
+ "type": "string",
+ "description": "Unique identifier for the task, as it is in Trados Cloud Platform."
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "8wn06o2fwdaxj"
+ },
+ "description": "(Optional) Expand the project dimension associated with the projectId using the $expand parameter."
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "tbbaxiw91b8ae"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customerId using the $expand parameter."
+ },
+ "taskType": {
+ "$ref": "#/components/schemas/dim-task-types",
+ "x-stoplight": {
+ "id": "02epgbi3anti1"
+ },
+ "description": "(Optional) Expand the task type dimension associated with the taskTypeId using the $expand parameter."
+ },
+ "taskState": {
+ "$ref": "#/components/schemas/dim-task-states",
+ "x-stoplight": {
+ "id": "zja7q2gfw320q"
+ },
+ "description": "(Optional) Expand the task state dimension associated with the taskStatusId using the $expand parameter."
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "z87lz2iuktvgm"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the languageDirectionId using the $expand parameter."
+ },
+ "sourceFile": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "dxlndvyivvr8n"
+ },
+ "description": "(Optional) Expand the source file dimension associated with the sourceFileId using the $expand parameter."
+ },
+ "taskOwner": {
+ "$ref": "#/components/schemas/dim-owner",
+ "x-stoplight": {
+ "id": "suf661az41ca9"
+ },
+ "description": "(Optional) Expand the task owner dimension associated with the taskOwnerId using the $expand parameter."
+ }
+ },
+ "x-stoplight": {
+ "id": "az9qe23uo3wlx"
+ }
+ },
+ "dim-task-states": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "Unique internal identifier for the task state."
+ },
+ "taskStatus": {
+ "type": "string",
+ "description": "Internal status code for the task."
+ },
+ "name": {
+ "type": "string",
+ "description": "Human-readable name of the task status."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 1234567,
+ "taskStatus": "pending",
+ "name": "Pending"
+ }
+ },
+ "description": "Task States dimension",
+ "title": "Task State Dimension",
+ "x-stoplight": {
+ "id": "iieo64du9lq7y"
+ }
+ },
+ "dim-translation-origin": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "Unique internal identifier for the translation origin."
+ },
+ "sourceOrigin": {
+ "type": "string",
+ "description": "Internal code indicating the origin of the translation."
+ },
+ "description": {
+ "type": "string",
+ "description": "Human-readable description of the translation origin."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 0,
+ "sourceOrigin": "unknown",
+ "description": "Unknown"
+ }
+ },
+ "description": "Translation Origin dimension",
+ "title": "Translation Origin Dimension",
+ "x-stoplight": {
+ "id": "6ffh6bqoohg88"
+ }
+ },
+ "dim-tqe-category": {
+ "type": "object",
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "description": "Unique internal identifier for the TQE (Translation Quality Evaluation) category."
+ },
+ "evaluationSystem": {
+ "type": "string",
+ "description": "System used for the translation quality evaluation."
+ },
+ "evaluationEngine": {
+ "type": "string",
+ "description": "Engine used for the evaluation."
+ },
+ "evaluationMinValue": {
+ "type": "integer",
+ "description": "Minimum value in the evaluation range."
+ },
+ "evaluationMaxValue": {
+ "type": "integer",
+ "description": "Maximum value in the evaluation range."
+ },
+ "evaluationCategory": {
+ "type": "string",
+ "description": "Category of the evaluation based on the score range (e.g., green, amber, red)."
+ }
+ },
+ "x-examples": {
+ "Example 1": {
+ "internalId": 137,
+ "evaluationSystem": "trados-smartreview",
+ "evaluationEngine": "bedrock:anthropic.claude-3-sonnet-20240229-v1:0",
+ "evaluationMinValue": 91,
+ "evaluationMaxValue": 100,
+ "evaluationCategory": "green"
+ }
+ },
+ "description": "Translation quality evaluation category",
+ "title": "Translation Quality Evaluation Category",
+ "x-stoplight": {
+ "id": "swbx3mrmisdkw"
+ }
+ },
+ "fact-language-revenues": {
+ "title": "fact-language-revenues",
+ "x-stoplight": {
+ "id": "430txfvyfv4bu"
+ },
+ "type": "object",
+ "description": "The language revenue metrics",
+ "properties": {
+ "customerId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "gpdp2fnw0v2v8"
+ },
+ "description": "The unique identifier for the customer."
+ },
+ "projectId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "9vtxjpfm0dr32"
+ },
+ "description": "The unique identifier for the project."
+ },
+ "languagePairId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "bzy4ml6uz8ao8"
+ },
+ "description": "The unique identifier for the language pair."
+ },
+ "approveDateId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "iszl8g2wyixxh"
+ },
+ "description": "The unique identifier for the quote approve date."
+ },
+ "currencyId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "695h6px2s9w6f"
+ },
+ "description": "The unique identifier for the currency."
+ },
+ "quoteApproverId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "p3hmddujxrm96"
+ },
+ "description": "The unique identifier for the quote approver."
+ },
+ "quoteDateId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "jmpf1zypjsbx5"
+ },
+ "description": "The unique identifier for the quote creation date."
+ },
+ "translationPrice": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "kvgll36dnxu6w"
+ },
+ "format": "double",
+ "description": "The price of the translation service."
+ },
+ "languagePrice": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "boocpynw3o4n2"
+ },
+ "format": "double",
+ "description": "The additional language price of the translation service."
+ },
+ "projectAdditionalPrice": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "mo7m7ti8wtjp9"
+ },
+ "format": "double",
+ "description": "The project level additional price of the translation service."
+ },
+ "totalRevenue": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "6u419sb28wz3e"
+ },
+ "format": "double",
+ "description": "The total price of the project."
+ },
+ "savings": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "v4xt3zffbuww9"
+ },
+ "format": "double",
+ "description": "The savings obtain through the use of the automated translation features."
+ },
+ "wordCount": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "flngaoyo0zoxo"
+ },
+ "description": "The number of words processed during the translation service."
+ },
+ "files": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "p0wipl2ixb15l"
+ },
+ "description": "The number of target files processed during the translation service"
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "4xropztcshlip"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customer id using the $expand parameter and \"customer\" value."
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "48dy7qglqj54e"
+ },
+ "description": "(Optional) Expand the project dimension associated with the project id using the $expand parameter and \"project\" value."
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "pd6xlk9xfrsf5"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the language pair id using the $expand parameter and \"languagePair\" value."
+ },
+ "approveDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "p5rkzmjplyt28"
+ },
+ "description": "(Optional) Expand the approve date dimension associated with the approve date id using the $expand parameter and \"approveDate\" value."
+ },
+ "currency": {
+ "$ref": "#/components/schemas/dim-currency",
+ "x-stoplight": {
+ "id": "w14tjqp3qkagl"
+ },
+ "description": "(Optional) Expand the currency dimension associated with the currency id using the $expand parameter and \"currency\" value."
+ },
+ "quoteApprover": {
+ "$ref": "#/components/schemas/dim-quote-approver",
+ "x-stoplight": {
+ "id": "788eqcb1ctj8f"
+ },
+ "description": "(Optional) Expand the quote approver dimension associated with the quote approver id using the $expand parameter and \"quoteApprover\" value."
+ },
+ "quoteDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "ldnd7j2zkzhdg"
+ },
+ "description": "(Optional) Expand the quote date dimension associated with the quote date id using the $expand parameter and \"quoteDate\" value."
+ }
+ },
+ "examples": [
+ {
+ "customerId": 123,
+ "projectId": 23432,
+ "languagePairId": 34890,
+ "approveDateId": 20240129,
+ "currencyId": 453290,
+ "quoteApproverId": 810908,
+ "quoteDateId": 20240128,
+ "translationPrice": 120.3,
+ "languagePrice": 30.21,
+ "projectAdditionalPrice": 0.39,
+ "totalRevenue": 150.9,
+ "savings": 12.44,
+ "wordCount": 230,
+ "files": 1
+ }
+ ]
+ },
+ "fact-language-revenue-details": {
+ "title": "fact-language-revenue-details",
+ "x-stoplight": {
+ "id": "7rdoa20due2xo"
+ },
+ "type": "object",
+ "description": "Language revenue details metrics",
+ "properties": {
+ "quoteDateId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "rrigf8o7gqisv"
+ },
+ "description": "The unique identifier for the quote creation date."
+ },
+ "customerId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "088zg0sx6d0ar"
+ },
+ "description": "The unique identifier for the customer."
+ },
+ "projectId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "w4wa5okwcfvo2"
+ },
+ "description": "The unique identifier for the project."
+ },
+ "languagePairId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "0zai50vut837u"
+ },
+ "description": "The unique identifier for the language pair."
+ },
+ "revenueTypeId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "i92ynlxk0kmvv"
+ },
+ "description": "The unique identifier for the revenue type."
+ },
+ "currencyId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "v11zdwmoa7e50"
+ },
+ "description": "The unique identifier for the currency."
+ },
+ "projectCreationDateId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "2lknvcx5pl4gw"
+ },
+ "description": "The unique identifier for the project creation date."
+ },
+ "numberOfUnits": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "nukfgoafas75m"
+ },
+ "format": "double",
+ "description": "The number of units of the revenue type that generated the revenue."
+ },
+ "revenue": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "dn80w6lqtbtpq"
+ },
+ "format": "double",
+ "description": "The revenue generated by the revenue type."
+ },
+ "quoteDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "ligjv55awvrkp"
+ },
+ "description": "(Optional) Expand the quote date dimension associated with the quote date id using the $expand parameter and \"quoteDate\" value."
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "az9ka699r1nxz"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customer id using the $expand parameter and \"customer\" value."
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "2kpm0pkkdybrl"
+ },
+ "description": "(Optional) Expand the project dimension associated with the project id using the $expand parameter and \"project\" value."
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "jc0ykv86dvm9x"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the language pair id using the $expand parameter and \"languagePair\" value."
+ },
+ "revenueType": {
+ "$ref": "#/components/schemas/dim-revenue-type",
+ "x-stoplight": {
+ "id": "fh8jfo4qi8t9b"
+ },
+ "description": "(Optional) Expand the revenue type dimension associated with the revenue type id using the $expand parameter and \"revenueType\" value."
+ },
+ "currency": {
+ "$ref": "#/components/schemas/dim-currency",
+ "x-stoplight": {
+ "id": "fn3u2m1js7rq6"
+ },
+ "description": "(Optional) Expand the currency dimension associated with the currency id using the $expand parameter and \"currency\" value."
+ },
+ "projectCreationDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "2whazg2g15pik"
+ },
+ "description": "(Optional) Expand the project creation date dimension associated with the project creation date id using the $expand parameter and \"projectCreationDate\" value."
+ }
+ },
+ "examples": [
+ {
+ "quoteDateId": 20240203,
+ "customerId": 132445,
+ "projectId": 123467,
+ "languagePairId": 678954,
+ "revenueTypeId": 23940,
+ "currencyId": 59,
+ "projectCreationDateId": 20240202,
+ "numberOfUnits": 100,
+ "revenue": 0.7
+ }
+ ]
+ },
+ "dim-revenue-type": {
+ "title": "dim-revenue-type",
+ "x-stoplight": {
+ "id": "2ks34nsuycji5"
+ },
+ "type": "object",
+ "description": "The revenue type dimension. \nThe dimension stores details about individual cost/revenue types.",
+ "examples": [
+ {
+ "internalId": 2,
+ "name": "0.25 hours for minimum charge",
+ "category": "language",
+ "type": "Hourly",
+ "unit": "Hour"
+ },
+ {
+ "internalId": 200,
+ "name": "Project Management fee",
+ "category": "project",
+ "type": "Percentage",
+ "unit": "Percent"
+ },
+ {
+ "internalId": 12,
+ "name": "50% - 74% Match",
+ "category": "file",
+ "type": "Volume",
+ "unit": "Words"
+ }
+ ],
+ "properties": {
+ "internalId": {
+ "type": "integer",
+ "x-stoplight": {
+ "id": "558ebopv5wqoj"
+ },
+ "description": "The internal unique identifier of the revenue type."
+ },
+ "name": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "mm6j225rx0u7v"
+ },
+ "description": "The name of the revenue type which is displayed in the Trados Enterprise Quote or Price model."
+ },
+ "category": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "9ymr21awzjd38"
+ },
+ "description": "The Trados Enterprise cost/price category. This field will detail the level where the revenue type will apply. The possible values are: file, language, project."
+ },
+ "type": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "wggl5mlvc7l6n"
+ },
+ "description": "Represents the way the revenue type will be applied when calculating the overall cost. \n"
+ },
+ "unit": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "ohcbngejinn4z"
+ },
+ "description": "Represents the measurement that will be used when calculating the units of the revenue type. "
+ }
+ }
+ },
+ "dim-leverage-band": {
+ "title": "dim-leverage-band",
+ "x-stoplight": {
+ "id": "tda8sqmuv0ldo"
+ },
+ "type": "object",
+ "description": "The translation leverage band dimension. \nA translation leverage band refers to a specific category or level of similarity between the content being translated and existing translations or reference material.",
+ "properties": {
+ "internalId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "wftsvdeltujxi"
+ },
+ "description": "The internal unique identifier of the leverage band."
+ },
+ "bandName": {
+ "type": "string",
+ "x-stoplight": {
+ "id": "aszz0hw0remyu"
+ },
+ "description": "The name of the translation leverage band as it is in Trados Enterprise."
+ }
+ },
+ "examples": [
+ {
+ "internalId": 1000,
+ "bandName": "In Context Match"
+ }
+ ]
+ },
+ "fact-translation-leverage": {
+ "title": "fact-translation-leverage",
+ "x-stoplight": {
+ "id": "fxmge5dj52nhp"
+ },
+ "type": "object",
+ "description": "The translation leverage metrics",
+ "properties": {
+ "translationDateId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "xss9o5msjwj5i"
+ },
+ "description": "The unique internal identifier for the translation date."
+ },
+ "translationTime": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "19ifmksp600su"
+ }
+ },
+ "accountId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "9hlx8boja60m7"
+ },
+ "description": "The unique identifier for the account."
+ },
+ "customerId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "k1kj43n84e1tf"
+ },
+ "description": "The unique identifier for the customer."
+ },
+ "projectId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "7encjapj4syuw"
+ },
+ "description": "The unique identifier for the project."
+ },
+ "languagePairId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "o8tgapnv634i3"
+ },
+ "description": "The unique identifier for the language pair."
+ },
+ "sourceFileId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "gy0y354x0p7lg"
+ },
+ "description": "The unique internal identifier for the source file."
+ },
+ "bandId": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "q9wpdnkmfz6xu"
+ },
+ "description": "The unique identifier for the leverage band."
+ },
+ "characterCount": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "0dfzpnx6q7vlg"
+ },
+ "description": "The total number of characters in the source file."
+ },
+ "wordCount": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "4d1pufv1yod1i"
+ },
+ "description": "The total number of words in the source file."
+ },
+ "segmentCount": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "7axch6z5vr9cf"
+ },
+ "description": "The total number of segments in the source file."
+ },
+ "bandCharacters": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "1t7y8262rsijd"
+ },
+ "description": "The total number of characters within the specified leverage band."
+ },
+ "bandWords": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "rj3i0ntxdwoul"
+ },
+ "description": "The total number of words within the specified leverage band."
+ },
+ "bandSegments": {
+ "type": "number",
+ "x-stoplight": {
+ "id": "0zecc8fdvjpp7"
+ },
+ "description": "The total number of segments within the specified leverage band."
+ },
+ "canceled": {
+ "type": "boolean",
+ "x-stoplight": {
+ "id": "p47xf0qlgpm49"
+ },
+ "description": "A boolean flag indicating whether the specific workflow was canceled or not."
+ },
+ "translationDate": {
+ "$ref": "#/components/schemas/dim-date",
+ "x-stoplight": {
+ "id": "0dv96orzmbter"
+ },
+ "description": "(Optional) Expand the date dimension associated with the translation date id using the $expand parameter and \"translationDate\" value."
+ },
+ "customer": {
+ "$ref": "#/components/schemas/dim-customer",
+ "x-stoplight": {
+ "id": "nrn8mnjrf2ffk"
+ },
+ "description": "(Optional) Expand the customer dimension associated with the customer id using the $expand parameter and \"customer\" value."
+ },
+ "project": {
+ "$ref": "#/components/schemas/dim-project",
+ "x-stoplight": {
+ "id": "yfnyoa67wcn9r"
+ },
+ "description": "(Optional) Expand the project dimension associated with the project id using the $expand parameter and \"project\" value."
+ },
+ "languagePair": {
+ "$ref": "#/components/schemas/dim-language-pair",
+ "x-stoplight": {
+ "id": "crbny9f1ubgsf"
+ },
+ "description": "(Optional) Expand the language pair dimension associated with the language pair id using the $expand parameter and \"languagePair\" value."
+ },
+ "sourceFile": {
+ "$ref": "#/components/schemas/dim-source-file",
+ "x-stoplight": {
+ "id": "tu8cgu0l9vdou"
+ },
+ "description": "(Optional) Expand the source file dimension associated with the source file id using the $expand parameter and \"sourceFile\" value."
+ },
+ "leverageBand": {
+ "$ref": "#/components/schemas/dim-leverage-band",
+ "x-stoplight": {
+ "id": "zmynhlceh2p0j"
+ },
+ "description": "(Optional) Expand the leverage band dimension associated with the band id using the $expand parameter and \"leverageBand\" value."
+ }
+ }
+ }
+ },
+ "parameters": {
+ "Authorization": {
+ "name": "Authorization",
+ "in": "header",
+ "description": "The bearer access token provided by Auth0.",
+ "schema": {
+ "type": "string"
+ },
+ "required": true
+ },
+ "filter": {
+ "name": "$filter",
+ "in": "query",
+ "schema": {
+ "type": "string"
+ },
+ "description": "System query option restricts the set of items returned.\nOperations:\n1. [Built-in Filter Operations](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BuiltinFilterOperations)\n2. [Built-in Query Functions](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BuiltinQueryFunctions)\n"
+ },
+ "top": {
+ "name": "$top",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "default": 5000
+ },
+ "description": "System query option specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n."
+ },
+ "skip": {
+ "name": "$skip",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "default": 0
+ },
+ "description": "System query option specifies a non-negative integer n that excludes the first n items of the queried collection from the result. The service returns items starting at position n+1."
+ },
+ "count": {
+ "name": "$count",
+ "in": "query",
+ "schema": {
+ "type": "boolean",
+ "default": true
+ },
+ "description": "System query option with a value of true specifies that the total count of items within a collection matching the request be returned along with the result.\n\nAccording to the OData standard the same result is obtain by adding /$count to the service path"
+ },
+ "expand": {
+ "name": "$expand",
+ "in": "query",
+ "schema": {
+ "type": "string"
+ },
+ "description": "System query option that specifies a related entity to expand the current response"
+ },
+ "X-LC-Tenant": {
+ "name": "X-LC-Tenant",
+ "in": "header",
+ "description": "The identifier of the account where the request is executed.",
+ "schema": {
+ "type": "string"
+ },
+ "required": true
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "required": true,
+ "schema": {
+ "type": "string",
+ "example": "df680285-adcd-4bda-8f79-0bba4a857287"
+ },
+ "description": "A unique identifier for the request. It should be saved in the logs as it can be used to troubleshoot potential issues. When raising a request for support, it should be provided to help with the investigation."
+ }
+ },
+ "responses": {
+ "error-model-400": {
+ "description": "Bad Request. The request could not be understood by the server. Check error message and details to further understand the cause.",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "required": [
+ "errorCode",
+ "message"
+ ],
+ "properties": {
+ "errorCode": {
+ "type": "string",
+ "description": "Required, non-null, non-empty, language-independent string. Its value is a service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response."
+ },
+ "message": {
+ "type": "string",
+ "description": "Required, non-null, non-empty, language-dependent, human-readable string describing the error."
+ },
+ "details": {
+ "type": "array",
+ "description": "Optional, potentially empty collection of structured instances with code, message, and target following the rules above.",
+ "items": {
+ "$ref": "#/components/schemas/error-details"
+ }
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ },
+ "error-model-401": {
+ "description": "Unauthorized request. The user could not be identified.",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "errorCode": "AUTHENTICATION_EXCEPTION",
+ "message": "You are not authorized to perform this action",
+ "details": []
+ }
+ },
+ "required": [
+ "errorCode",
+ "message"
+ ],
+ "properties": {
+ "errorCode": {
+ "type": "string",
+ "description": "Required, non-null, non-empty, language-independent string. Its value is a service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response."
+ },
+ "message": {
+ "type": "string",
+ "description": "Required, non-null, non-empty, language-dependent, human-readable string describing the error."
+ },
+ "details": {
+ "type": "array",
+ "description": "Optional, potentially empty collection of structured instances with code, message, and target following the rules above.",
+ "items": {
+ "$ref": "#/components/schemas/error-details"
+ }
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ },
+ "error-model-403": {
+ "description": "Forbidden request. The user does not have the necessary permissions for the resource.",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "x-examples": {
+ "Example 1": {
+ "errorCode": "AUTHENTICATION_EXCEPTION",
+ "message": "You are not authorized to perform this action",
+ "details": []
+ }
+ },
+ "required": [
+ "errorCode",
+ "message"
+ ],
+ "properties": {
+ "errorCode": {
+ "type": "string",
+ "description": "Required, non-null, non-empty, language-independent string. Its value is a service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response."
+ },
+ "message": {
+ "type": "string",
+ "description": "Required, non-null, non-empty, language-dependent, human-readable string describing the error."
+ },
+ "details": {
+ "type": "array",
+ "description": "Optional, potentially empty collection of structured instances with code, message, and target following the rules above.",
+ "items": {
+ "$ref": "#/components/schemas/error-details"
+ }
+ }
+ }
+ }
+ }
+ },
+ "headers": {
+ "X-LC-TraceId": {
+ "$ref": "#/components/headers/X-LC-TraceId"
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/articles/LCPublicAPI/api/Data-Bridge-API.v1.md b/articles/LCPublicAPI/api/Data-Bridge-API.v1.md
new file mode 100644
index 0000000..72d7e09
--- /dev/null
+++ b/articles/LCPublicAPI/api/Data-Bridge-API.v1.md
@@ -0,0 +1,23 @@
+---
+title: "Data Bridge API Documentation"
+_disableBreadcrumb: false
+_disableAffix: true
+_enableSearch: false
+_disableToc: false
+---
+
+
+
+
+
+
+
+
diff --git a/articles/LCPublicAPI/docs/data-bridge/Data-Bridge-Introduction.md b/articles/LCPublicAPI/docs/data-bridge/Data-Bridge-Introduction.md
new file mode 100644
index 0000000..05e9f9d
--- /dev/null
+++ b/articles/LCPublicAPI/docs/data-bridge/Data-Bridge-Introduction.md
@@ -0,0 +1,78 @@
+---
+stoplight-id: 6xca951byllum
+---
+
+# Trados Data Bridge
+
+Trados Data Bridge - technically known as the Data API - gives you secure, read-only access to your Trados Cloud data. It’s designed for reporting, analytics, and business intelligence applications, allowing external tools to connect directly without manual exports or custom connectors.
+
+## Overview
+
+The Data API provides structured, near real-time access to analytical data about your translation projects, tasks, costs, leverage, and evaluation metrics.
+Use Data Bridge to:
+Power dashboards in your existing analytics environment
+Combine localization metrics with data from financial systems, CRMs, or web analytics
+Uncover trends and measure the business impact of your localization strategy
+By connecting directly to Trados data, teams can stop relying on static reports or siloed dashboards and instead build a single, holistic view of performance across the enterprise.
+
+## Key Features
+
+- **Read-only access to analytical data** to safely explore data without risking changes
+- **OData v4 query capabilities** for flexible data filtering and sorting
+- **Multiple data sets** including projects, tasks, costs, leverage, and evaluation metrics
+- **Fast integration** no custom connectors required, works with most BI and analytics platforms out of the box
+
+## Data Sets Available
+
+See the consolidated overview of all datasets: [Data Sets](Data-Sets.md).
+
+## Base API URL
+
+Trados Cloud Platform operates in multiple regions, and it's essential to know in which region your Trados is located to use the Data API.
+
+To see the host on different regions, check the API base URL in the contract.
+
+
+## Authentication & Authorization
+To start working with the Trados Data Bridge API, you first need to authenticate.
+The Data Bridge API uses the same authentication mechanism as the Public API.
+
+Follow the instructions under the [Service users and custom applications](../Service-users-and-custom-applications.md) and the [Service Credentials](../Service-credentials.md) pages to create a service user and an application, and then authenticate, following the [Authentication](../Authentication.md) page, by using the application's `client_id` and `client_secret`.
+
+
+Before running requests, set `{{lc_tenant}}` to your account ID (for example, `LC-00000000000000000`).
+
+
+
+
+
+
+## Rate Limits and Daily Quotas
+
+Data Bridge API is governed by the same rate limits as Public API [API rate limits](../API-rate-limits.md)
+
+In addition, Data Bridge enforces a daily data transfer quota:
+- Quota is measured by data volume retrieved (not request count)
+- Europe region: quota resets at midnight UTC
+- Canada region: quota resets at midnight EST
+- Requests that exceed the quota return HTTP 429 (Too Many Requests) until the reset time
+
+
+## Postman Collection
+
+Use the provided [Postman](../../docs/data-bridge/Trados-Data-Bridge-APIs-for-Postman.md) collection to quickly explore and test the Trados Data Bridge API endpoints.
+
+## Data Availability
+
+Data availability varies by data set:
+- Most data becomes available after the **Analysis workflow task** completes
+- Revenue data requires **Quote Generation task** completion
+- Some metrics are updated in real-time as workflow tasks complete
+
+## Advanced Query Options
+
+For comprehensive OData query syntax reference and additional examples, see the [OData Query Guide](OData-Query-Guide.md) and [Microsoft OData Query Options Overview](https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview).
+
+## API Reference
+
+For detailed endpoint documentation, parameters, and response schemas, see the [Trados Data Bridge API Reference](../../api/Data-Bridge-API.v1-fv.html).
\ No newline at end of file
diff --git a/articles/LCPublicAPI/docs/data-bridge/Data-Sets.md b/articles/LCPublicAPI/docs/data-bridge/Data-Sets.md
new file mode 100644
index 0000000..4ed92d7
--- /dev/null
+++ b/articles/LCPublicAPI/docs/data-bridge/Data-Sets.md
@@ -0,0 +1,151 @@
+---
+stoplight-id: w743d2ir4w8v6
+---
+
+# Data Sets
+
+## File Translation Status
+
+This data source shows an entry for each target file in the system, as well as tabular data about the human workflow. The data about translation and review workflow steps is displayed on one line. If the workflow does not contain all the steps, the columns reserved for them show null placeholders.
+
+The metrics included in this data source are:
+- Total number of source words
+- Total number of words translated in the pre-translated task (and their distribution)
+- Total number of human-translated words
+- Total number of human-reviewed words
+- Total workflow duration (from project creation to finalization)
+The data for the File Translation Status data source becomes available after the Analysis workflow task has been completed.
+
+
+
+### You have the possibility to expand the File Translation Status Data Set with the following dimensions:
+- project
+- customer
+- languagePair
+- sourceFile
+- projectCreationDate
+- translationDate
+- translator
+- reviewDate
+- reviewer
+- customerReviewDate
+- customerReviewer
+- finalizationDate
+
+## Language Revenue Details
+
+This data source shows the costs of each project per language direction.
+
+The metrics included in the data source are:
+- Total revenue
+- Total number of units that generated revenue
+The data for the Language Revenue Details data source becomes available after the Customer Quote Generation task has been completed.
+
+
+
+### You have the possibility to expand the Language Revenue Details Data Set with the following dimensions:
+- quoteDate
+- customer
+- project
+- languagePair
+- revenueType
+- currency
+- projectCreationDate
+
+## Language Revenue
+
+This data source shows the costs of each language direction.
+
+The metrics included in this data source are:
+- Translation cost per target language
+- Additional cost per target languages
+- Additional cost per project
+- Total cost
+- Total number of source words per source language
+- Total number of files per source language
+- Discounts
+The data for the Language Revenues data source becomes available after the Customer Quote Generation task has been completed.
+
+
+
+### You have the possibility to expand the Language Revenue Data Set with the following dimensions:
+- customer
+- project
+- languagePair
+- approveDate
+- currency
+- quoteApprover
+- quoteDate
+
+## Task Status
+
+This data source shows metrics for each task executed in the system.
+
+The metrics included in this data source are:
+- Actual duration
+- Estimated duration
+- Delivery duration
+- Word count
+The data for the Task Status data source becomes available after the Analysis workflow task has been completed and is updated every time a workflow task is completed.
+
+
+
+### You have the possibility to expand the Task Status Data Set with the following dimensions:
+- project
+- customer
+- taskType
+- taskState
+- languagePair
+- sourceFile
+- taskOwner
+
+## Translation Leverage
+
+This data source shows information about the translation leverage metrics obtained as a result of automated translation. The data source exposes file-level metrics detailing the number of words for each leverage bucket.
+
+The data for the Translation Leverage data source becomes available after the Analysis workflow task has been completed.
+
+
+
+### You have the possibility to expand the Translation Leverage Data Set with the following dimensions:
+- translationDate
+- customer
+- project
+- languagePair
+- sourceFile
+- leverageBand
+
+## Translation Quality Evaluation
+
+This data source shows details about the evaluation done with Smart Review and MTQE (Evolve) in a project. This data source takes into account all project segments, and does not currently provide information for individual segments.
+
+
+
+### You have the possibility to expand the Translation Quality Evaluation Data Set with the following dimensions:
+- project
+- customer
+- linguist
+- originalTranslationOrigin
+- finalTranslationOrigin
+- taskType
+- languagePair
+- sourceFile
+- translationQualityEvaluationCategory
+
+## Vendor Cost
+
+This data source shows metrics about the costs associated with each vendor for each project and language direction.
+
+The data for the Vendor Cost data source becomes available after the Vendor Quote Generation task has been completed.
+
+
+
+### You have the possibility to expand the Vendor Cost Data Set with the following dimensions:
+- project
+- customer
+- languagePair
+- vendorOrderTemplate
+- serviceType
+- currency
+
+
diff --git a/articles/LCPublicAPI/docs/data-bridge/OData-Query-Guide.md b/articles/LCPublicAPI/docs/data-bridge/OData-Query-Guide.md
new file mode 100644
index 0000000..6d9170e
--- /dev/null
+++ b/articles/LCPublicAPI/docs/data-bridge/OData-Query-Guide.md
@@ -0,0 +1,104 @@
+---
+stoplight-id: 26wchvrjmv96s
+---
+
+# OData Query Guide for Data Bridge APIs
+
+The Trados Data Bridge API supports OData v4 query capabilities that allow you to filter, select, expand, and sort data efficiently.
+
+For comprehensive OData query syntax reference and additional examples, see the [Microsoft OData Query Options Overview](https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview)
+
+## Query Parameters Overview
+
+| Parameter | Description | Example |
+|-----------|-------------|---------|
+| `$filter` | Filter results based on conditions | `$filter=revenue gt 1000` |
+| `$select` | Choose specific fields to return | `$select=projectId,projectStatus,revenue` |
+| `$expand` | Include related entity data | `$expand=project,customer` |
+| `$orderby` | Sort results | `$orderby=projectCreationDate desc` |
+| `$top` | Limit number of results | `$top=50` |
+| `$skip` | Skip a number of results | `$skip=100` |
+
+## Filtering with $filter
+
+### Comparison Operators
+
+| Operator | Description | Example |
+|----------|-------------|---------|
+| `eq` | Equal to | `$filter=projectStatus eq 'completed'` |
+| `ne` | Not equal to | `$filter=revenue ne 0` |
+| `gt` | Greater than | `$filter=wordCount gt 1000` |
+| `ge` | Greater than or equal | `$filter=revenue ge 500` |
+| `lt` | Less than | `$filter=actualDuration lt 24` |
+| `le` | Less than or equal | `$filter=wordCount le 5000` |
+
+### Logical Operators
+
+| Operator | Description | Example |
+|----------|-------------|---------|
+| `and` | Logical AND | `$filter=revenue gt 1000 and projectStatus eq 'completed'` |
+| `or` | Logical OR | `$filter=projectStatus eq 'completed' or projectStatus eq 'in_progress'` |
+| `not` | Logical NOT | `$filter=not (projectStatus eq 'in_progress')` |
+
+### String Functions
+
+| Function | Description | Example |
+|----------|-------------|---------|
+| `contains` | Contains substring | `$filter=contains(projectName,'Marketing')` |
+| `startswith` | Starts with substring | `$filter=startswith(customerName,'ABC')` |
+| `endswith` | Ends with substring | `$filter=endswith(fileName,'.docx')` |
+
+### Date Functions
+
+| Function | Description | Example |
+|----------|-------------|---------|
+| `year` | Extract year | `$filter=year(projectCreationDate) eq 2024` |
+| `month` | Extract month | `$filter=month(approveDate) eq 3` |
+| `day` | Extract day | `$filter=day(completionDate) eq 15` |
+
+## Pagination
+
+### Result Limits
+The Data API has the following result limits:
+- **Default page size**: 500 records
+- **Maximum page size**: 5,000 records
+- Use `$top` parameter to specify the number of records to return (up to 5,000)
+- Use `$skip` parameter to implement pagination for large result sets
+
+### Basic Pagination
+```
+$top=50&$skip=100
+```
+
+### Pagination with Filters
+```
+$filter=revenue gt 1000&$top=25&$skip=0&$orderby=revenue desc
+```
+
+### Maximum Results Example
+```
+$top=5000&$skip=0
+```
+
+## Best Practices
+
+### Use Specific Filters
+- Always filter data to reduce response size
+- Use date ranges for time-based queries
+- Filter by status or other categorical fields
+
+### Select Only Required Fields
+- Use `$select` to minimize response payload
+- Only expand related entities when necessary
+
+### Implement Pagination
+- Use `$top` and `$skip` for large result sets
+- Default page size: 500 records (when no `$top` is specified)
+- Maximum page size: 5,000 records
+- Typical page sizes: 25, 50, 100, 500, or 1000 records
+
+### Optimize Performance
+- Combine filters to reduce server processing
+- Use indexes fields (like IDs and dates) in filters
+- Avoid complex string operations on large datasets
+
diff --git a/articles/LCPublicAPI/docs/data-bridge/Trados-Data-Bridge-APIs-for-Postman.md b/articles/LCPublicAPI/docs/data-bridge/Trados-Data-Bridge-APIs-for-Postman.md
new file mode 100644
index 0000000..366626d
--- /dev/null
+++ b/articles/LCPublicAPI/docs/data-bridge/Trados-Data-Bridge-APIs-for-Postman.md
@@ -0,0 +1,77 @@
+---
+stoplight-id: 2wgukzh0bf2v8
+---
+
+# Trados Data Bridge APIs for Postman
+
+We provide a [Postman](https://www.postman.com/) collection for quick and easy usage of our RESTful APIs.
+
+## Installation
+
+You can download the Postman collection from [here](https://github.com/sdl/language-cloud-public-api-postman/blob/develop/postmanDataCollection.json?raw=true).
+
+You have 3 setup options:
+- Copy the collection URL from above and import it into Postman using `Import > Link`.
+- Copy the entire file content and import it into Postman using `Import > Raw Text`.
+- Save it as a `JSON` file on your computer and import it into Postman using `Import > File`.
+
+
+
+
+
+
+## Configuration
+
+The imported collection is already set up for you to get started as fast as possible.
+
+We make use of collection level variables and an inherited authentication mechanism.
+
+For example, authentication is already set up to use the Bearer Token scheme and will use the token value provided by `{{lc-access-token}}` variable. This token is populated with the correct value, each time you `Obtain a client credentials access token`, via the Tests tab.
+
+One thing you need to do before proceeding is to fill in the `{{lc_tenant}}` variable with your own tenant ID. Prepend the ID with LC- so the final value looks like this `LC-00000000000000000`.
+
+Don't forget to save the collection!
+
+
+
+
+
+
+
+## Authentication
+To start working with the Trados Data Bridge API, you first need to authenticate.
+
+You can find the authentication call under the `Authentication (Start Here)` folder. Fill in your `client_id` and `client_secret` and perform the request.
+
+If the authentication is successful, the token will be extracted automatically from the response and saved to the `{{lc-access-token}}` variable.
+
+
+
+
+
+
+
+## Usage
+
+After you have authenticated successfully, you can start interacting with the RWS Language Cloud Data API.
+
+For example, we can get information about a project by using the **List Task Status Project Dimension** request from the **Task Status** folder.
+
+Simply fill in your value `projectId eq 'stringValue'` from your $filter parameter section and click SEND. Optionally, you can specify additional OData querys like
+`projectTemplateName eq 'stringValue' and projectShortId eq numericValue`.
+For more options see below table
+| Operators| Description| Example |
+|----------|------------|---------|
+| Comparison operators| Use the `eq, ne, gt, ge, lt, le` operators to compare a property and a value. |`$filter=revenue eq 100000`|
+| Logical operators|Use `and, or` to create more complex expressions.|`$filter=revenue lt 100000 and revenue gt 2000`|
+| Grouping operators|Use parentheses: `()`, to specify the precedence to evaluate a complex expression.|`$filter=(projectShortId lt 16867 and projectShortId gt 16800) and projectStatus eq 'completed'`|
+| Expand operator|The `expand` system query option specifies the related resources to be included. Each expandItem is evaluated relative to the entity containing the navigation or stream property being expanded.|`$expand=project`|
+
+
+
+
+
+
+> [!WARNING]
+> Make sure you are not sending any query parameters with default Postman values. If you are sending any parameters, make sure you are sending valid data or else you will get an API Error.
+
diff --git a/articles/LCPublicAPI/docs/translation-memory/Translation-memory-advanced-configuration.md b/articles/LCPublicAPI/docs/translation-memory/Translation-memory-advanced-configuration.md
new file mode 100644
index 0000000..ee19c96
--- /dev/null
+++ b/articles/LCPublicAPI/docs/translation-memory/Translation-memory-advanced-configuration.md
@@ -0,0 +1,506 @@
+# Translation Memory advanced configuration
+
+The Trados Cloud Platform API provides advanced settings for Translation Memory (TM) operations, including powerful filter expressions and field update options. These features give you fine-grained control over which translation units match and how Translation Memory fields are updated.
+
+See also: [Configuring advanced project settings](https://docs.rws.com/en-US/trados-enterprise-accelerate-791595/configuring-advanced-project-settings-1177196) and [Configuring advanced project template settings](https://docs.rws.com/en-US/trados-enterprise-accelerate-791595/configuring-advanced-project-template-settings-1189020).
+
+## Applicable API endpoints
+
+The TM advanced configuration options in this document apply to the following API endpoints.
+
+Project endpoints:
+- [Get Project](../../api/Public-API.v1-fv.html#/operations/GetProject) - Retrieve project details, including Translation Memory settings
+- [Update Project](../../api/Public-API.v1-fv.html#/operations/UpdateProject) - Update project configuration, including Translation Memory settings
+
+Project template endpoints:
+- [Get Project Template](../../api/Public-API.v1-fv.html#/operations/GetProjectTemplate) - Retrieve project template details, including Translation Memory settings
+- [Update Project Template](../../api/Public-API.v1-fv.html#/operations/UpdateProjectTemplate) - Update project template configuration, including Translation Memory settings
+
+## Translation Memory filters
+
+Translation Memory filters let you apply complex criteria during TM operations. Filters can reference system and custom fields, and support multiple data types and operators.
+
+### Hard filter configuration
+
+Hard filters enforce strict criteria that Translation Units (TUs) must meet to be considered matches. See the [official documentation](https://docs.rws.com/en-US/trados-enterprise-accelerate-791595/hard-filters-1162005).
+
+A filter configuration contains:
+
+- `expression`: A logical expression describing the criteria
+- `fields`: An array of field definitions referenced by the expression
+
+#### Filter expression syntax
+
+Filter expressions are built from comparison expressions combined with logical operators.
+
+Logical operators:
+- `AND` - both conditions must be true
+- `OR` - at least one condition must be true
+- `NOT` - negates the following condition
+
+Example:
+```
+(NOT "TU confirmation level" = "Not Translated" OR "Last modified on" > 2024-02-29T10:00:00.000Z) AND "Source segment length" >= 10
+```
+
+This expression selects TUs that are either not marked as "Not Translated" or that were modified after 2024-02-29T10:00:00Z, and that have a source segment length of at least 10 characters.
+
+#### Filter expression grammar
+
+Filter expressions are parsed with ANTLR4 (ANother Tool for Language Recognition). The grammar below specifies the formal syntax and operator precedence.
+
+Understanding the grammar helps you:
+- Construct complex expressions correctly
+- Reason about operator precedence
+- Validate expressions before sending them to the API
+- Build tooling to generate or validate expressions
+
+ANTLR4 grammar definition:
+
+```
+/**
+ * ANTLR4 Grammar for Filter Expressions
+ *
+ * This grammar defines the syntax for filtering translation units in the Trados Cloud Platform API.
+ *
+ * Supported operators: =, !=, <, <=, >, >=, CONTAINS, DOES NOT CONTAIN, MATCHES, DOES NOT MATCH
+ *
+ * Field names must be quoted strings.
+ * Values can be quoted strings or unquoted numeric values.
+ */
+grammar FilterExpression;
+
+// Root rule - top level expression that can contain logical operators
+expression
+ : orExpression EOF
+ ;
+
+// OR has lowest precedence - allows chaining: expr OR expr OR expr
+orExpression
+ : andExpression (OR andExpression)*
+ ;
+
+// AND has higher precedence than OR - allows chaining: expr AND expr AND expr
+andExpression
+ : notExpression (AND notExpression)*
+ ;
+
+// NOT has highest precedence among logical operators - optional negation
+notExpression
+ : NOT? primaryExpression
+ ;
+
+// Primary expressions include comparisons and parenthesized expressions
+primaryExpression
+ : comparison
+ | LPAREN orExpression RPAREN
+ ;
+
+// Comparison expressions: MUST have all three components: field operator value
+// This enforces the Field-Operator-Value triplet structure
+comparison
+ : field operator value
+ ;
+
+// Field names - must be quoted strings
+field
+ : QUOTED_STRING
+ ;
+
+// Operators - only the specific operators defined in the specification
+operator
+ : COMPARISON_OPERATOR
+ ;
+
+// Values can be quoted strings or unquoted numeric values
+value
+ : QUOTED_STRING
+ | NUMERIC_VALUE
+ ;
+
+// Lexer rules
+
+// Keywords and logical operators
+AND : 'AND' ;
+OR : 'OR' ;
+NOT : 'NOT' ;
+
+// Parentheses
+LPAREN : '(' ;
+RPAREN : ')' ;
+
+// Field names - quoted strings that represent field names
+QUOTED_STRING
+ : '"' (~["\\\r\n] | '\\\\' | '\\"')* '"'
+ ;
+
+// Numeric field values (integers only)
+NUMERIC_VALUE
+ : '-'? [0-9]+
+ ;
+
+// Comparison operators - all supported operators
+COMPARISON_OPERATOR
+ : 'DOES NOT CONTAIN'
+ | 'DOES NOT MATCH'
+ | 'CONTAINS'
+ | 'MATCHES'
+ | '<='
+ | '>='
+ | '!='
+ | '<'
+ | '>'
+ | '='
+ ;
+
+// Catch invalid identifiers to prevent ANTLR from accepting them
+INVALID_IDENTIFIER
+ : [a-zA-Z][a-zA-Z0-9_]* // Invalid words like ORR, NOTT
+ ;
+
+// Whitespace (ignored) - MUST come before catch-all rule
+WS : [ \t\r\n]+ -> skip ;
+
+// Catch-all rule for any invalid character (including Unicode)
+// This MUST be the last lexer rule to catch anything not matched above
+INVALID_CHARACTER
+ : . // Any single character not matched by rules above
+ ;
+```
+
+### System fields
+
+The following system fields are available for filter expressions:
+
+| Field name | Field type | Description |
+|------------|------------|-------------|
+| `Last modified on` | `dateTime` | When the TU was last modified |
+| `Last modified by` | `singleString` | User who last modified the TU |
+| `Last used on` | `dateTime` | When the TU was last used |
+| `Last used by` | `singleString` | User who last used the TU |
+| `Usage count` | `integer` | Number of times the TU has been used |
+| `Created on` | `dateTime` | When the TU was created |
+| `Created by` | `singleString` | User who created the TU |
+| `TU confirmation level` | `singlePicklist` | Confirmation status of the TU |
+| `Source segment` | `singleString` | Source text content |
+| `Target segment` | `singleString` | Target text content |
+| `Source segment length` | `integer` | Length of source text |
+| `Target segment length` | `integer` | Length of target text |
+| `Number of tags in source segment` | `integer` | Count of tags in source |
+| `Number of tags in target segment` | `integer` | Count of tags in target |
+
+### TU confirmation level values
+
+See the [official documentation](https://docs.rws.com/en-US/trados-enterprise-accelerate-791595/translation-statuses-650851) for background information on translation statuses. The Trados Cloud Platform API accepts the following exact values for `TU confirmation level`:
+
+- `Not Translated`
+- `Draft`
+- `Translated`
+- `Translation Rejected`
+- `Translation Approved`
+- `Sign-off Rejected`
+- `Signed Off`
+
+### Filter operators
+
+Supported operators depend on the field type:
+
+| Operator | singleString | multipleString | singlePicklist | multiplePicklist | dateTime | integer |
+|----------|:------------:|:--------------:|:--------------:|:----------------:|:--------:|:-------:|
+| `=` | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
+| `<` | ✘ | ✘ | ✘ | ✘ | ✔ | ✔ |
+| `<=` | ✘ | ✘ | ✘ | ✘ | ✔ | ✔ |
+| `>` | ✘ | ✘ | ✘ | ✘ | ✔ | ✔ |
+| `>=` | ✘ | ✘ | ✘ | ✘ | ✔ | ✔ |
+| `!=` | ✔ | ✘ | ✔ | ✘ | ✔ | ✔ |
+| `CONTAINS` | ✔ | ✔ | ✘ | ✔ | ✘ | ✘ |
+| `DOES NOT CONTAIN` | ✔ | ✔ | ✘ | ✔ | ✘ | ✘ |
+| `MATCHES` | ✔ | ✘ | ✘ | ✘ | ✘ | ✘ |
+| `DOES NOT MATCH` | ✔ | ✘ | ✘ | ✘ | ✘ | ✘ |
+
+### Filter field definition
+
+Filter fields are represented differently in responses and requests.
+
+Filter fields in API responses (GET endpoints)
+
+When you retrieve TM settings using the GET endpoints (see [Applicable API endpoints](#applicable-api-endpoints)), the response includes full metadata for each referenced field:
+
+- `fieldId`: Field identifier (system field name or custom field ID)
+- `fieldTemplateId`: `system` for system fields, or the custom field template ID
+- `fieldTemplateName`: Field template name
+- `name`: Field name (for system fields this equals `fieldId`)
+- `type`: Data type
+- `allowedValues` (optional): Present for `singlePicklist` and `multiplePicklist` fields
+
+Filter fields in API requests (PUT endpoints)
+
+When you update filter configuration via PUT (see [Applicable API endpoints](#applicable-api-endpoints)), you do not need to include the `fields` array. The system resolves field metadata automatically from the field names used in the expression.
+
+Supported field types:
+- `singleString` - single text value
+- `multipleString` - multiple unique text values
+- `singlePicklist` - single selection from predefined options
+- `multiplePicklist` - multiple unique selections from predefined options
+- `dateTime` - date and time value
+- `integer` - integer value
+
+## Translation Memory field updates
+
+See the [official documentation](https://docs.rws.com/en-US/trados-enterprise-accelerate-791595/fields-and-field-templates-706941) for details on fields and field templates.
+
+Note: Custom field definitions and values appear in GET responses under `settings.translationMemorySettings.updateTranslationMemoryFields`. The response includes both field metadata and configured values.
+
+### Field update configuration
+
+Field update payloads and responses differ by endpoint.
+
+Field updates in API requests (PUT endpoints)
+
+When updating TM settings via PUT (see [Applicable API endpoints](#applicable-api-endpoints)), use a simple structure:
+
+- `fieldId`: Field identifier (system field name or custom field ID)
+- `values`: Array of values to apply (format depends on field type)
+
+Field updates in API responses (GET endpoints)
+
+When you retrieve TM settings via GET, the response includes full field metadata (see Filter field definition), plus:
+
+- `values`: Array of currently assigned values. Types `singleString`, `singlePicklist`, `integer`, and `dateTime` contain exactly one value; `multipleString` and `multiplePicklist` may contain multiple values.
+
+Example configurations
+
+#### Updating TM settings (PUT request)
+
+When updating a project or project template's TM settings via PUT (see [Applicable API endpoints](#applicable-api-endpoints)), provide only `fieldId` and `values` where applicable - the system will resolve metadata automatically.
+
+```json
+{
+ "settings": {
+ "translationMemorySettings": {
+ "filters": {
+ "hardFilter": {
+ "expression": "(\"Created by\" CONTAINS \"API Integration\" OR \"TU confirmation level\" != \"Not Translated\") AND NOT (\"Text\" MATCHES \"exampleText\" AND \"Usage count\" >= 10)"
+ }
+ },
+ "updateTranslationMemoryFields": [
+ {
+ "fieldId": "1e5b54da-9048-45f7-a5d8-c3878ac4c5b7",
+ "values": [
+ "11"
+ ]
+ },
+ {
+ "fieldId": "25c0dce2-11d0-44c0-837e-1f5030e2204d",
+ "values": [
+ "multiText1",
+ " multiText2 "
+ ]
+ },
+ {
+ "fieldId": "55eb47bb-20bc-43e0-b1e1-9b373e5ca157",
+ "values": [
+ "1List"
+ ]
+ },
+ {
+ "fieldId": "bf6e413d-e617-4fcd-be13-e389af7ce7d4",
+ "values": [
+ "1Multi List",
+ "2Multi List"
+ ]
+ },
+ {
+ "fieldId": "3e71fc28-a128-4c69-befd-eee38ce998e4",
+ "values": [
+ "singleText1"
+ ]
+ },
+ {
+ "fieldId": "6c6d9004-3a9e-4bde-97b4-62a6d2ec1a7f",
+ "values": [
+ "2025-10-29T12:00:00.000Z"
+ ]
+ }
+ ]
+ }
+ }
+}
+```
+> [!NOTE]
+> In PUT requests you only specify `fieldId` and `values`; metadata is resolved automatically.
+
+#### Retrieving TM settings (GET response)
+
+When you retrieve project or project template settings via GET and include the query parameter `fields=settings.translationMemorySettings.filters.hardFilter.fields,settings.translationMemorySettings.updateTranslationMemoryFields`, the response will include full field metadata.
+
+For details about the `fields` query parameter, see [Use fields in your requests](../Use-fields-in-your-requests.md).
+
+Example response:
+
+```json
+{
+ "id": "6895b4bf6b83b41210883f09",
+ "settings": {
+ "translationMemorySettings": {
+ "filters": {
+ "hardFilter": {
+ "expression": "(\"Created by\" CONTAINS \"API Integration\" OR \"TU confirmation level\" != \"Not Translated\") AND NOT (\"Text\" MATCHES \"exampleText\" AND \"Usage count\" >= 10)",
+ "fields": [
+ {
+ "fieldId": "Created by",
+ "fieldTemplateId": "system",
+ "name": "Created by",
+ "type": "singleString"
+ },
+ {
+ "fieldId": "TU confirmation level",
+ "fieldTemplateId": "system",
+ "name": "TU confirmation level",
+ "type": "singlePicklist",
+ "allowedValues": [
+ {
+ "id": "translated",
+ "name": "Translated"
+ },
+ {
+ "id": "approvedTranslation",
+ "name": "Translation Approved"
+ },
+ {
+ "id": "approvedSignOff",
+ "name": "Signed Off"
+ },
+ {
+ "id": "draft",
+ "name": "Draft"
+ },
+ {
+ "id": "rejectedTranslation",
+ "name": "Translation Rejected"
+ },
+ {
+ "id": "rejectedSignOff",
+ "name": "Sign-off Rejected"
+ },
+ {
+ "id": "notTranslated",
+ "name": "Not Translated"
+ }
+ ]
+ },
+ {
+ "fieldId": "3e71fc28-a128-4c69-befd-eee38ce998e4",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "Text",
+ "type": "singleString"
+ },
+ {
+ "fieldId": "Usage count",
+ "fieldTemplateId": "system",
+ "name": "Usage count",
+ "type": "integer"
+ }
+ ]
+ }
+ },
+ "updateTranslationMemoryFields": [
+ {
+ "fieldId": "1e5b54da-9048-45f7-a5d8-c3878ac4c5b7",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "Number",
+ "values": [
+ "11"
+ ],
+ "type": "integer"
+ },
+ {
+ "fieldId": "25c0dce2-11d0-44c0-837e-1f5030e2204d",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "MultiText",
+ "values": [
+ "multiText1",
+ " multiText2 "
+ ],
+ "type": "multipleString"
+ },
+ {
+ "fieldId": "55eb47bb-20bc-43e0-b1e1-9b373e5ca157",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "List",
+ "values": [
+ "1List"
+ ],
+ "allowedValues": [
+ {
+ "id": "ab074228-0f8c-4ef3-8039-ad4d6442cade",
+ "name": "1List"
+ },
+ {
+ "id": "29f4b861-5d58-4921-b47c-19146f6d7431",
+ "name": "2List"
+ },
+ {
+ "id": "0f2d0324-0f11-46db-bb66-ad9cad21f176",
+ "name": "3List"
+ }
+ ],
+ "type": "singlePicklist"
+ },
+ {
+ "fieldId": "bf6e413d-e617-4fcd-be13-e389af7ce7d4",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "MultiList",
+ "values": [
+ "1Multi List",
+ "2Multi List"
+ ],
+ "allowedValues": [
+ {
+ "id": "907a34ca-b072-4687-8af1-8ab41ac881c8",
+ "name": "1Multi List"
+ },
+ {
+ "id": "304e1ee1-3a71-4c7c-b123-e5811a812dfd",
+ "name": "2Multi List"
+ },
+ {
+ "id": "8225e4b7-a954-4503-88de-fe9f7ced77cb",
+ "name": "3Multi List"
+ }
+ ],
+ "type": "multiplePicklist"
+ },
+ {
+ "fieldId": "3e71fc28-a128-4c69-befd-eee38ce998e4",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "Text",
+ "values": [
+ "singleText1"
+ ],
+ "type": "singleString"
+ },
+ {
+ "fieldId": "6c6d9004-3a9e-4bde-97b4-62a6d2ec1a7f",
+ "fieldTemplateId": "976cc1d2-c422-461d-a2d6-71bb52a4eba8",
+ "fieldTemplateName": "Custom Field Template with Field Definitions",
+ "name": "DateTime",
+ "values": [
+ "2025-10-29T12:00:00.000Z"
+ ],
+ "type": "dateTime"
+ }
+ ]
+ }
+ }
+}
+```
+> [!NOTE]
+> In GET responses, the `fields` array is automatically populated by the system based on the field names used in the filter expression, including both system fields and custom fields. The response provides complete field metadata including `fieldTemplateId`, `fieldTemplateName`, `name`, `type`, and `allowedValues` (for picklist fields).
+
diff --git a/scripts/convert-contract-links.ps1 b/scripts/convert-contract-links.ps1
new file mode 100644
index 0000000..56ef915
--- /dev/null
+++ b/scripts/convert-contract-links.ps1
@@ -0,0 +1,259 @@
+<#
+Convert markdown links inside contract JSON files.
+
+Behavior:
+- If a markdown link points to a .md file, replace the url to .html (literal change).
+- If a markdown link points to a reference or api JSON path like
+ ../reference/Public-API.v1.json/paths/~1files~1{fileId}/get or ../api/Public-API.v1.json/components/schemas/foo
+ then replace the URL with either a local fragment (#/operations/... or #/schemas/...) when the referenced contract is the same file,
+ or with a full relative path to the referenced contract HTML (e.g. ../../LCPublicAPI/api/Public-API.v1-fv.html#/operations/OpId)
+
+Usage:
+.\scripts\convert-contract-links.ps1 -Contract [-Root ] [-Force]
+If -Contract is omitted the script will process all *.json files under
+articles/Extensibility/api and articles/LCPublicAPI/api.
+
+Preview runs by default; add -Force to write changes.
+#>
+
+param(
+ [string]$Contract,
+ [string]$Root = (Get-Location).Path,
+ [switch]$Force
+)
+
+Write-Host "Root: $Root"
+
+# ensure $Root is a single string (some callers may pass arrays)
+if ($Root -is [array]) { $Root = $Root[0] }
+
+function Resolve-ReferencedJsonFile {
+ param(
+ [string]$referencedFileName,
+ [string]$currentDir,
+ [string]$root
+ )
+
+ # Candidate locations relative to current file and repo
+ $candidates = @()
+ $candidates += Join-Path $currentDir "..\reference\$referencedFileName"
+ $candidates += Join-Path $currentDir "..\api\$referencedFileName"
+ $candidates += Join-Path $root "articles\LCPublicAPI\api\$referencedFileName"
+ $candidates += Join-Path $root "articles\Extensibility\api\$referencedFileName"
+
+ foreach ($c in $candidates) {
+ try {
+ $p = Resolve-Path -Path $c -ErrorAction Stop
+ if ($p) { return $p.Path }
+ } catch { }
+ }
+
+ return $null
+}
+
+function Get-JsonPointerPath {
+ param([string]$pointer)
+ # pointer segments are separated by /; ~1 -> /, ~0 -> ~
+ $seg = $pointer -split '/'
+ $decoded = ($seg | ForEach-Object { $_ -replace '~1', '/' -replace '~0','~' }) -join '/'
+ return $decoded
+}
+
+function Get-OperationIdFromJson {
+ param(
+ [object]$jsonObj,
+ [string]$jsonPointer,
+ [string]$method
+ )
+ # $jsonPointer is like 'paths/~1files~1{fileId}~1versions~1{fileVersionId}~1download'
+ $pathKey = $jsonPointer -replace '^paths/',''
+ # decode ~1 and ~0
+ $pathKeyDecoded = ($pathKey -split '/').ForEach({ $_ -replace '~1','/' -replace '~0','~' }) -join '/'
+ if ($jsonObj.paths -and $jsonObj.paths.PSObject.Properties.Name -contains $pathKeyDecoded) {
+ $pathObj = $jsonObj.paths.$($pathKeyDecoded)
+ if ($null -ne $pathObj) {
+ $methodLower = $method.ToLower()
+ if ($pathObj.PSObject.Properties.Name -contains $methodLower) {
+ $op = $pathObj.$methodLower.operationId
+ if ($op) { return $op }
+ }
+ }
+ }
+ return $null
+}
+
+function Get-SchemaNameFromJsonPointer {
+ param([string]$pointer)
+ # pointer like components/schemas/MySchema
+ if ($pointer -match '^components/schemas/(.+)$') { return $Matches[1] }
+ return $null
+}
+
+if ($Contract) {
+ $contractFiles = @((Resolve-Path -Path $Contract).Path)
+} else {
+ $dirs = @(
+ "$Root\articles\Extensibility\api",
+ "$Root\articles\LCPublicAPI\api"
+ )
+ $contractFiles = @()
+ foreach ($d in $dirs) {
+ if (Test-Path $d) {
+ $contractFiles += Get-ChildItem -Path $d -Filter '*.json' -File -Recurse | Select-Object -ExpandProperty FullName
+ }
+ }
+}
+
+if (-not $contractFiles -or $contractFiles.Count -eq 0) {
+ Write-Error "No contract files found to process. Provide -Contract or ensure API folders exist under articles/."
+ exit 1
+}
+
+$report = @()
+
+foreach ($cf in $contractFiles) {
+ Write-Host "Processing: $cf"
+ $origContent = Get-Content -Raw -Path $cf -Encoding UTF8
+ $newContent = $origContent
+ $currentDir = Split-Path -Path $cf -Parent
+ $jsonObj = $null
+ try { $jsonObj = $origContent | ConvertFrom-Json -ErrorAction Stop } catch { }
+
+ # find markdown links [text](url)
+ $linkPattern = '\[([^\]]+)\]\(([^)]+)\)'
+ $linkMatches = [regex]::Matches($origContent, $linkPattern)
+ foreach ($m in $linkMatches) {
+ $fullMatch = $m.Value
+ $text = $m.Groups[1].Value
+ $url = $m.Groups[2].Value
+
+ # Skip absolute URLs (http, https, mailto)
+ if ($url -match '^(https?:|mailto:|#)') { continue }
+
+ $newUrl = $null
+
+ # Case 1: .md -> .html
+ if ($url -match '\.md(\#.*)?$') {
+ $newUrl = $url -replace '\.md(\#.*)?$','.html$1'
+ $report += [pscustomobject]@{ File = $cf; Old = $url; New = $newUrl; Reason = '.md -> .html' }
+ }
+
+ # Case 2: reference or api JSON paths
+ elseif ($url -match '^(?:\.\./)?(?:reference|api)/(?[^/]+\.json)/(?.+)$') {
+ $refFile = $Matches['file']
+ $rest = $Matches['rest']
+
+ # locate referenced json file on disk
+ $resolved = Resolve-ReferencedJsonFile -referencedFileName $refFile -currentDir $currentDir -root $Root
+ if (-not $resolved) {
+ Write-Warning "Referenced JSON not found: $refFile (in $cf)"
+ continue
+ }
+
+ # load referenced json object
+ try {
+ $refJsonText = Get-Content -Raw -Path $resolved -Encoding UTF8
+ $refObj = $refJsonText | ConvertFrom-Json -ErrorAction Stop
+ } catch {
+ Write-Warning "Failed to parse referenced JSON: $resolved"
+ continue
+ }
+
+ # determine if referenced file is the same as current contract
+ $isLocalContract = ($resolved -eq (Resolve-Path -Path $cf).Path)
+
+ if ($rest -like 'paths/*') {
+ # rest format: paths/~1something~1foo/post
+ $parts = $rest -split '/'
+ # last segment is method
+ $method = $parts[-1]
+ $pointer = ($parts[0..($parts.Length-2)] -join '/')
+
+ # try to get operationId
+ $opId = Get-OperationIdFromJson -jsonObj $refObj -jsonPointer $pointer -method $method
+ if (-not $opId) {
+ Write-Warning "OperationId not found for $url in $resolved"
+ continue
+ }
+
+ if ($isLocalContract) {
+ $newUrl = "#/operations/$opId"
+ } else {
+ # compute relative path from current file to referenced file's folder
+ $refDir = Split-Path -Path $resolved -Parent
+ $refHtmlFile = [System.IO.Path]::Combine($refDir, ([System.IO.Path]::GetFileNameWithoutExtension($refFile) + '-fv.html'))
+ # create a relative path using URI trick
+ $fromUri = (Get-Item $currentDir).FullName.TrimEnd('\') + '\'
+ $toUri = (Get-Item $refHtmlFile).FullName
+ $uriFrom = New-Object System.Uri($fromUri)
+ $uriTo = New-Object System.Uri($toUri)
+ $rel = $uriFrom.MakeRelativeUri($uriTo).ToString() -replace '/','\'
+ # convert Windows backslashes to forward slashes for markdown
+ $rel = $rel -replace '\\','/'
+ $newUrl = "$rel#\/operations\/$opId"
+ # remove escapes inserted above
+ $newUrl = $newUrl -replace '\\/', '/'
+ }
+
+ $report += [pscustomobject]@{ File = $cf; Old = $url; New = $newUrl; Reason = 'paths -> operationId' }
+ }
+
+ elseif ($rest -like 'components/schemas/*') {
+ $schema = $rest -replace '^components/schemas/',''
+ if ($isLocalContract) {
+ $newUrl = "#/schemas/$schema"
+ } else {
+ $refDir = Split-Path -Path $resolved -Parent
+ $refHtmlFile = [System.IO.Path]::Combine($refDir, ([System.IO.Path]::GetFileNameWithoutExtension($refFile) + '-fv.html'))
+ $fromUri = (Get-Item $currentDir).FullName.TrimEnd('\') + '\'
+ $toUri = (Get-Item $refHtmlFile).FullName
+ $uriFrom = New-Object System.Uri($fromUri)
+ $uriTo = New-Object System.Uri($toUri)
+ $rel = $uriFrom.MakeRelativeUri($uriTo).ToString() -replace '/','\\'
+ $rel = $rel -replace '\\','/'
+ $newUrl = "$rel#\/schemas\/$schema"
+ $newUrl = $newUrl -replace '\\/', '/'
+ }
+ $report += [pscustomobject]@{ File = $cf; Old = $url; New = $newUrl; Reason = 'components/schemas -> schema' }
+ }
+
+ else {
+ # Not handled pointer type
+ continue
+ }
+ }
+
+ if ($newUrl) {
+ # literal replace the url inside the JSON content
+ $escapedOld = [Regex]::Escape($url)
+ # Replace only the exact markdown link target inside parentheses to avoid accidental replacements elsewhere
+ $patternFull = "(\[" + [Regex]::Escape($text) + "\]\()" + $escapedOld + "\)"
+ $replacement = "`$1" + $newUrl + ")"
+ # fallback simple replace if above fails
+ if ($newContent -match [regex]::Escape($fullMatch)) {
+ $newContent = $newContent -replace [regex]::Escape($fullMatch), "[$text]($newUrl)"
+ } else {
+ $newContent = $newContent -replace $patternFull, $replacement
+ }
+ }
+ }
+
+ if ($newContent -ne $origContent) {
+ Write-Host "Preview (no write): $cf"
+ # print replacements for this file
+ $report | Where-Object { $_.File -eq $cf } | ForEach-Object { Write-Host " $($_.Old) -> $($_.New)" }
+
+ if ($Force) {
+ Set-Content -Path $cf -Value $newContent -Encoding UTF8
+ Write-Host "Wrote changes to $cf"
+ }
+ }
+}
+
+# summary
+$grouped = $report | Group-Object -Property File
+foreach ($g in $grouped) {
+ Write-Host "File: $($g.Name) - Changes: $($g.Count)"
+}
+
+if (-not $Force) { Write-Host "Processed $($contractFiles.Count) files. Use -Force to apply changes." }
diff --git a/scripts/convert-reference-links.ps1 b/scripts/convert-reference-links.ps1
new file mode 100644
index 0000000..cd01f52
--- /dev/null
+++ b/scripts/convert-reference-links.ps1
@@ -0,0 +1,169 @@
+<#
+.SYNOPSIS
+ Convert ../reference/*.json links in markdown files to ../api/*-fv.html links.
+
+.DESCRIPTION
+ Scans all markdown files under articles/LCPublicAPI/docs and finds links that
+ reference JSON files under ../reference/. It converts two types of references:
+
+ - paths -> operations: ../reference/.json/paths/~1path~1sub/get
+ becomes ../api/-fv.html#/operations/#
+
+ - components/schemas -> schemas: ../reference/.json/components/schemas/
+ becomes ../api/-fv.html#/schemas/#
+
+ By default the script runs in preview mode and only prints proposed replacements.
+ Use -Force to apply changes to files.
+
+.PARAMETER Root
+ Root path of the repository. Defaults to the current working directory.
+
+.PARAMETER Force
+ Apply changes. If not specified the script only shows a preview.
+
+.EXAMPLE
+ # preview
+ .\convert-reference-links.ps1
+
+ # apply changes
+ .\convert-reference-links.ps1 -Force
+#>
+
+param(
+ [string]$Root = (Get-Location).Path,
+ [switch]$Force
+)
+
+Write-Host "Root: $Root"
+
+$docsDir = Join-Path $Root 'articles\LCPublicAPI\docs'
+if (-not (Test-Path $docsDir)) {
+ Write-Error "Docs directory not found: $docsDir"
+ exit 1
+}
+
+$mdFiles = Get-ChildItem -Path $docsDir -Recurse -Include *.md -File
+if ($mdFiles.Count -eq 0) {
+ Write-Host "No markdown files found under $docsDir"
+ exit 0
+}
+
+$linkPattern = '\.\./reference/(?[^/\\)]+)\.json/(?[^)\s]+)'
+$regex = [regex]$linkPattern
+
+$summary = [System.Collections.Generic.List[psobject]]::new()
+
+foreach ($md in $mdFiles) {
+ $content = Get-Content -Raw -Path $md.FullName -ErrorAction Stop
+ $mMatches = $regex.Matches($content)
+ if ($mMatches.Count -eq 0) { continue }
+
+ $newContent = $content
+ $fileChanges = [System.Collections.Generic.List[string]]::new()
+
+ foreach ($m in $mMatches) {
+ $orig = $m.Value
+ $fileName = $m.Groups['file'].Value
+ $rest = $m.Groups['rest'].Value
+
+ $newUrl = $null
+
+ if ($rest -like 'paths/*') {
+ # expected format: paths//
+ $parts = $rest -split '/' | Where-Object { $_ -ne '' }
+ # remove the leading 'paths'
+ if ($parts.Count -lt 3) { continue }
+ $parts = $parts[1..($parts.Count - 1)]
+ $method = $parts[-1].ToLower()
+ $encPathParts = $parts[0..($parts.Count - 2)]
+ $encodedPointer = ($encPathParts -join '/')
+ # decode JSON Pointer escaping ~1 -> / and ~0 -> ~
+ $decodedPath = $encodedPointer -replace '~1','/' -replace '~0','~'
+
+ $refJsonPath = Join-Path $Root "articles\LCPublicAPI\reference\$fileName.json"
+ if (-not (Test-Path $refJsonPath)) {
+ # try the api folder as some sources place the json files under articles/LCPublicAPI/api
+ $apiJsonPath = Join-Path $Root "articles\LCPublicAPI\api\$fileName.json"
+ if (Test-Path $apiJsonPath) {
+ Write-Host "Info: using API JSON fallback: $apiJsonPath (for $fileName.json in $($md.FullName))"
+ $refJsonPath = $apiJsonPath
+ }
+ else {
+ Write-Warning "Referenced JSON not found: $refJsonPath (in $($md.FullName))"
+ continue
+ }
+ }
+
+ try {
+ $json = Get-Content -Raw -Path $refJsonPath | ConvertFrom-Json -ErrorAction Stop
+ }
+ catch {
+ Write-Warning "Failed to parse JSON: $refJsonPath"
+ continue
+ }
+
+ $pathObj = $null
+ if ($json.paths -and $json.paths.PSObject.Properties.Name -contains $decodedPath) {
+ $pathObj = $json.paths.PSObject.Properties[$decodedPath].Value
+ }
+ else {
+ # no exact match; try a best-effort find using replacement of '{' '}' to parameter name
+ $alt = $json.paths.PSObject.Properties.Name | Where-Object { $_ -replace '[{}]','' -eq ($decodedPath -replace '[{}]','') }
+ if ($alt) { $pathObj = $json.paths.PSObject.Properties[$alt].Value }
+ }
+
+ $operationId = $null
+ if ($null -ne $pathObj) {
+ if ($pathObj.PSObject.Properties.Name -contains $method) {
+ $op = $pathObj.PSObject.Properties[$method].Value
+ if ($op -and $op.operationId) { $operationId = $op.operationId }
+ }
+ }
+
+ if (-not $operationId) {
+ # fallback: create a slug-like id from method + path
+ $slug = ($method + '-' + ($decodedPath -replace '[^0-9A-Za-z]','-')).Trim('-')
+ $operationId = $slug
+ Write-Host "Warning: operationId not found for $fileName.json $decodedPath $method. Falling back to $operationId"
+ }
+
+ # build new URL using fragment format '#/operations/'
+ $newUrl = "../api/$fileName-fv.html#/operations/$operationId"
+ }
+ elseif ($rest -like 'components/schemas/*') {
+ # schema name is the last segment
+ $parts = $rest -split '/'
+ $schema = $parts[-1]
+ $newUrl = "../api/$fileName-fv.html#/schemas/$schema"
+ }
+ else {
+ continue
+ }
+
+ if ($newUrl) {
+ # literal replace the matched path portion to avoid regex escape issues
+ $newContent = $newContent.Replace($orig, $newUrl)
+ $fileChanges.Add("$orig -> $newUrl")
+ }
+ }
+
+ if ($fileChanges.Count -gt 0) {
+ $summary.Add([pscustomobject]@{ File = $md.FullName; Changes = $fileChanges })
+ if ($Force) {
+ Set-Content -Path $md.FullName -Value $newContent -Encoding UTF8
+ Write-Host "Updated: $($md.FullName)"
+ }
+ else {
+ Write-Host "Preview (no write): $($md.FullName)"
+ foreach ($c in $fileChanges) { Write-Host " $c" }
+ }
+ }
+}
+
+# Summary
+if ($summary.Count -eq 0) {
+ Write-Host "No links matched the pattern."
+}
+else {
+ Write-Host "Processed $($summary.Count) files. Use -Force to apply changes."
+}
diff --git a/toc.yml b/toc.yml
index 91593ef..9014376 100644
--- a/toc.yml
+++ b/toc.yml
@@ -7,4 +7,4 @@
- name: BCM
href: articles/BCM/BCM.NET_client_API.md
- name: Developer License
- href: developer_license.md
+ href: developer_license.md
\ No newline at end of file