-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNMF.Synchronizations.Inconsistencies.IInconsistency.yml
More file actions
343 lines (343 loc) · 13.4 KB
/
NMF.Synchronizations.Inconsistencies.IInconsistency.yml
File metadata and controls
343 lines (343 loc) · 13.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
### YamlMime:ManagedReference
items:
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency
commentId: T:NMF.Synchronizations.Inconsistencies.IInconsistency
id: IInconsistency
parent: NMF.Synchronizations.Inconsistencies
children:
- NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft
- NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight
- NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft
- NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight
langs:
- csharp
- vb
name: IInconsistency
nameWithType: IInconsistency
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency
type: Interface
source:
remote:
path: Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
branch: main
repo: https://github.com/NMFCode/NMF.git
id: IInconsistency
path: src/Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
startLine: 7
assemblies:
- NMF.Synchronizations
namespace: NMF.Synchronizations.Inconsistencies
summary: Describes inconsistencies that can occur between the right hand and the left hand of a synchronization
example: []
syntax:
content: 'public interface IInconsistency : IEquatable<IInconsistency>'
content.vb: Public Interface IInconsistency Inherits IEquatable(Of IInconsistency)
inheritedMembers:
- System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}.Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft
commentId: P:NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft
id: CanResolveLeft
parent: NMF.Synchronizations.Inconsistencies.IInconsistency
langs:
- csharp
- vb
name: CanResolveLeft
nameWithType: IInconsistency.CanResolveLeft
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft
type: Property
source:
remote:
path: Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
branch: main
repo: https://github.com/NMFCode/NMF.git
id: CanResolveLeft
path: src/Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
startLine: 12
assemblies:
- NMF.Synchronizations
namespace: NMF.Synchronizations.Inconsistencies
summary: Gets a value indicating whether the inconsistency can be automatically resolved modifying the left hand model only
example: []
syntax:
content: bool CanResolveLeft { get; }
parameters: []
return:
type: System.Boolean
content.vb: ReadOnly Property CanResolveLeft As Boolean
overload: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft*
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight
commentId: P:NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight
id: CanResolveRight
parent: NMF.Synchronizations.Inconsistencies.IInconsistency
langs:
- csharp
- vb
name: CanResolveRight
nameWithType: IInconsistency.CanResolveRight
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight
type: Property
source:
remote:
path: Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
branch: main
repo: https://github.com/NMFCode/NMF.git
id: CanResolveRight
path: src/Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
startLine: 17
assemblies:
- NMF.Synchronizations
namespace: NMF.Synchronizations.Inconsistencies
summary: Gets a value indicating whether the inconsistency can be automatically resolved modifying the right hand model only
example: []
syntax:
content: bool CanResolveRight { get; }
parameters: []
return:
type: System.Boolean
content.vb: ReadOnly Property CanResolveRight As Boolean
overload: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight*
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft
commentId: M:NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft
id: ResolveLeft
parent: NMF.Synchronizations.Inconsistencies.IInconsistency
langs:
- csharp
- vb
name: ResolveLeft()
nameWithType: IInconsistency.ResolveLeft()
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft()
type: Method
source:
remote:
path: Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
branch: main
repo: https://github.com/NMFCode/NMF.git
id: ResolveLeft
path: src/Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
startLine: 22
assemblies:
- NMF.Synchronizations
namespace: NMF.Synchronizations.Inconsistencies
summary: Resolves the inconsistency modifying the left hand side model
example: []
syntax:
content: void ResolveLeft()
content.vb: Sub ResolveLeft()
overload: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft*
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight
commentId: M:NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight
id: ResolveRight
parent: NMF.Synchronizations.Inconsistencies.IInconsistency
langs:
- csharp
- vb
name: ResolveRight()
nameWithType: IInconsistency.ResolveRight()
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight()
type: Method
source:
remote:
path: Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
branch: main
repo: https://github.com/NMFCode/NMF.git
id: ResolveRight
path: src/Synchronizations/Synchronizations/Inconsistencies/IInconsistency.cs
startLine: 27
assemblies:
- NMF.Synchronizations
namespace: NMF.Synchronizations.Inconsistencies
summary: Resolves the inconsistency modifying the right hand side model
example: []
syntax:
content: void ResolveRight()
content.vb: Sub ResolveRight()
overload: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight*
references:
- uid: NMF.Synchronizations.Inconsistencies
commentId: N:NMF.Synchronizations.Inconsistencies
href: NMF.html
name: NMF.Synchronizations.Inconsistencies
nameWithType: NMF.Synchronizations.Inconsistencies
fullName: NMF.Synchronizations.Inconsistencies
spec.csharp:
- uid: NMF
name: NMF
href: NMF.html
- name: .
- uid: NMF.Synchronizations
name: Synchronizations
href: NMF.Synchronizations.html
- name: .
- uid: NMF.Synchronizations.Inconsistencies
name: Inconsistencies
href: NMF.Synchronizations.Inconsistencies.html
spec.vb:
- uid: NMF
name: NMF
href: NMF.html
- name: .
- uid: NMF.Synchronizations
name: Synchronizations
href: NMF.Synchronizations.html
- name: .
- uid: NMF.Synchronizations.Inconsistencies
name: Inconsistencies
href: NMF.Synchronizations.Inconsistencies.html
- uid: System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}.Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
commentId: M:System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}.Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
parent: System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}
definition: System.IEquatable`1.Equals(`0)
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(IInconsistency)
nameWithType: IEquatable<IInconsistency>.Equals(IInconsistency)
fullName: System.IEquatable<NMF.Synchronizations.Inconsistencies.IInconsistency>.Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
nameWithType.vb: IEquatable(Of IInconsistency).Equals(IInconsistency)
fullName.vb: System.IEquatable(Of NMF.Synchronizations.Inconsistencies.IInconsistency).Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
spec.csharp:
- uid: System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}.Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency
name: IInconsistency
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html
- name: )
spec.vb:
- uid: System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}.Equals(NMF.Synchronizations.Inconsistencies.IInconsistency)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency
name: IInconsistency
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html
- name: )
- uid: System.IEquatable`1.Equals(`0)
commentId: M:System.IEquatable`1.Equals(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
name: Equals(T)
nameWithType: IEquatable<T>.Equals(T)
fullName: System.IEquatable<T>.Equals(T)
nameWithType.vb: IEquatable(Of T).Equals(T)
fullName.vb: System.IEquatable(Of T).Equals(T)
spec.csharp:
- uid: System.IEquatable`1.Equals(`0)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- name: T
- name: )
spec.vb:
- uid: System.IEquatable`1.Equals(`0)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
- name: (
- name: T
- name: )
- uid: System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}
commentId: T:System.IEquatable{NMF.Synchronizations.Inconsistencies.IInconsistency}
parent: System
definition: System.IEquatable`1
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<IInconsistency>
nameWithType: IEquatable<IInconsistency>
fullName: System.IEquatable<NMF.Synchronizations.Inconsistencies.IInconsistency>
nameWithType.vb: IEquatable(Of IInconsistency)
fullName.vb: System.IEquatable(Of NMF.Synchronizations.Inconsistencies.IInconsistency)
name.vb: IEquatable(Of IInconsistency)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency
name: IInconsistency
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency
name: IInconsistency
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html
- name: )
- uid: System.IEquatable`1
commentId: T:System.IEquatable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
name: IEquatable<T>
nameWithType: IEquatable<T>
fullName: System.IEquatable<T>
nameWithType.vb: IEquatable(Of T)
fullName.vb: System.IEquatable(Of T)
name.vb: IEquatable(Of T)
spec.csharp:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.IEquatable`1
name: IEquatable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft*
commentId: Overload:NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html#NMF_Synchronizations_Inconsistencies_IInconsistency_CanResolveLeft
name: CanResolveLeft
nameWithType: IInconsistency.CanResolveLeft
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveLeft
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight*
commentId: Overload:NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html#NMF_Synchronizations_Inconsistencies_IInconsistency_CanResolveRight
name: CanResolveRight
nameWithType: IInconsistency.CanResolveRight
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.CanResolveRight
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft*
commentId: Overload:NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html#NMF_Synchronizations_Inconsistencies_IInconsistency_ResolveLeft
name: ResolveLeft
nameWithType: IInconsistency.ResolveLeft
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveLeft
- uid: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight*
commentId: Overload:NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight
href: NMF.Synchronizations.Inconsistencies.IInconsistency.html#NMF_Synchronizations_Inconsistencies_IInconsistency_ResolveRight
name: ResolveRight
nameWithType: IInconsistency.ResolveRight
fullName: NMF.Synchronizations.Inconsistencies.IInconsistency.ResolveRight