@@ -36,9 +36,9 @@ public async virtual Task<T> OnlineToPlain<T>()
36
36
return await ( dynamic ) this . OnlineToPlainAsync ( ) ;
37
37
}
38
38
39
- public async Task < Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > OnlineToPlainAsync ( )
39
+ public async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > OnlineToPlainAsync ( )
40
40
{
41
- Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain = new Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
41
+ global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain = new global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
42
42
await this . ReadAsync < IgnoreOnPocoOperation > ( ) ;
43
43
plain . primitive = primitive . Select ( p => p . LastValue ) . ToArray ( ) ;
44
44
#pragma warning disable CS0612
@@ -49,9 +49,9 @@ public async virtual Task<T> OnlineToPlain<T>()
49
49
50
50
[ Obsolete ( "This method should not be used if you indent to access the controllers data. Use `OnlineToPlain` instead." ) ]
51
51
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
52
- public async Task < Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > _OnlineToPlainNoacAsync ( )
52
+ public async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > _OnlineToPlainNoacAsync ( )
53
53
{
54
- Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain = new Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
54
+ global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain = new global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
55
55
plain . primitive = primitive . Select ( p => p . LastValue ) . ToArray ( ) ;
56
56
#pragma warning disable CS0612
57
57
plain . complex = complex . Select ( async p => await p . _OnlineToPlainNoacAsync ( ) ) . Select ( p => p . Result ) . ToArray ( ) ;
@@ -61,7 +61,7 @@ public async virtual Task<T> OnlineToPlain<T>()
61
61
62
62
[ Obsolete ( "This method should not be used if you indent to access the controllers data. Use `OnlineToPlain` instead." ) ]
63
63
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
64
- protected async Task < Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > _OnlineToPlainNoacAsync ( Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
64
+ protected async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > _OnlineToPlainNoacAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
65
65
{
66
66
plain . primitive = primitive . Select ( p => p . LastValue ) . ToArray ( ) ;
67
67
#pragma warning disable CS0612
@@ -75,7 +75,7 @@ public async virtual Task PlainToOnline<T>(T plain)
75
75
await this . PlainToOnlineAsync ( ( dynamic ) plain ) ;
76
76
}
77
77
78
- public async Task < IEnumerable < ITwinPrimitive > > PlainToOnlineAsync ( Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
78
+ public async Task < IEnumerable < ITwinPrimitive > > PlainToOnlineAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
79
79
{
80
80
var _primitive_i_FE8484DAB3 = 0 ;
81
81
#pragma warning disable CS0612
@@ -90,7 +90,7 @@ public async Task<IEnumerable<ITwinPrimitive>> PlainToOnlineAsync(Pocos.ArrayDec
90
90
91
91
[ Obsolete ( "This method should not be used if you indent to access the controllers data. Use `PlainToOnline` instead." ) ]
92
92
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
93
- public async Task _PlainToOnlineNoacAsync ( Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
93
+ public async Task _PlainToOnlineNoacAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
94
94
{
95
95
var _primitive_i_FE8484DAB3 = 0 ;
96
96
#pragma warning disable CS0612
@@ -107,15 +107,15 @@ public async virtual Task<T> ShadowToPlain<T>()
107
107
return await ( dynamic ) this . ShadowToPlainAsync ( ) ;
108
108
}
109
109
110
- public async Task < Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > ShadowToPlainAsync ( )
110
+ public async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > ShadowToPlainAsync ( )
111
111
{
112
- Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain = new Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
112
+ global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain = new global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
113
113
plain . primitive = primitive . Select ( p => p . Shadow ) . ToArray ( ) ;
114
114
plain . complex = complex . Select ( async p => await p . ShadowToPlainAsync ( ) ) . Select ( p => p . Result ) . ToArray ( ) ;
115
115
return plain ;
116
116
}
117
117
118
- protected async Task < Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > ShadowToPlainAsync ( Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
118
+ protected async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class > ShadowToPlainAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
119
119
{
120
120
plain . primitive = primitive . Select ( p => p . Shadow ) . ToArray ( ) ;
121
121
plain . complex = complex . Select ( async p => await p . ShadowToPlainAsync ( ) ) . Select ( p => p . Result ) . ToArray ( ) ;
@@ -127,7 +127,7 @@ public async virtual Task PlainToShadow<T>(T plain)
127
127
await this . PlainToShadowAsync ( ( dynamic ) plain ) ;
128
128
}
129
129
130
- public async Task < IEnumerable < ITwinPrimitive > > PlainToShadowAsync ( Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
130
+ public async Task < IEnumerable < ITwinPrimitive > > PlainToShadowAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain )
131
131
{
132
132
var _primitive_i_FE8484DAB3 = 0 ;
133
133
primitive . Select ( p => p . Shadow = plain . primitive [ _primitive_i_FE8484DAB3 ++ ] ) . ToArray ( ) ;
@@ -146,7 +146,7 @@ public async virtual Task<bool> AnyChangeAsync<T>(T plain)
146
146
///Compares if the current plain object has changed from the previous object.This method is used by the framework to determine if the object has changed and needs to be updated.
147
147
///[!NOTE] Any member in the hierarchy that is ignored by the compilers (e.g. when CompilerOmitAttribute is used) will not be compared, and therefore will not be detected as changed.
148
148
///</summary>
149
- public async Task < bool > DetectsAnyChangeAsync ( Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain , Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class latest = null )
149
+ public async Task < bool > DetectsAnyChangeAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class plain , global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class latest = null )
150
150
{
151
151
if ( latest == null )
152
152
latest = await this . _OnlineToPlainNoacAsync ( ) ;
@@ -175,9 +175,9 @@ public void Poll()
175
175
this . RetrievePrimitives ( ) . ToList ( ) . ForEach ( x => x . Poll ( ) ) ;
176
176
}
177
177
178
- public Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class CreateEmptyPoco ( )
178
+ public global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class CreateEmptyPoco ( )
179
179
{
180
- return new Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
180
+ return new global :: Pocos . ArrayDeclarationSimpleNamespace . array_declaration_class ( ) ;
181
181
}
182
182
183
183
private IList < AXSharp . Connector . ITwinObject > Children { get ; } = new List < AXSharp . Connector . ITwinObject > ( ) ;
@@ -278,24 +278,24 @@ public async virtual Task<T> OnlineToPlain<T>()
278
278
return await ( dynamic ) this . OnlineToPlainAsync ( ) ;
279
279
}
280
280
281
- public async Task < Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > OnlineToPlainAsync ( )
281
+ public async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > OnlineToPlainAsync ( )
282
282
{
283
- Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain = new Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
283
+ global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain = new global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
284
284
await this . ReadAsync < IgnoreOnPocoOperation > ( ) ;
285
285
return plain ;
286
286
}
287
287
288
288
[ Obsolete ( "This method should not be used if you indent to access the controllers data. Use `OnlineToPlain` instead." ) ]
289
289
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
290
- public async Task < Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > _OnlineToPlainNoacAsync ( )
290
+ public async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > _OnlineToPlainNoacAsync ( )
291
291
{
292
- Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain = new Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
292
+ global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain = new global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
293
293
return plain ;
294
294
}
295
295
296
296
[ Obsolete ( "This method should not be used if you indent to access the controllers data. Use `OnlineToPlain` instead." ) ]
297
297
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
298
- protected async Task < Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > _OnlineToPlainNoacAsync ( Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
298
+ protected async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > _OnlineToPlainNoacAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
299
299
{
300
300
return plain ;
301
301
}
@@ -305,14 +305,14 @@ public async virtual Task PlainToOnline<T>(T plain)
305
305
await this . PlainToOnlineAsync ( ( dynamic ) plain ) ;
306
306
}
307
307
308
- public async Task < IEnumerable < ITwinPrimitive > > PlainToOnlineAsync ( Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
308
+ public async Task < IEnumerable < ITwinPrimitive > > PlainToOnlineAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
309
309
{
310
310
return await this . WriteAsync < IgnoreOnPocoOperation > ( ) ;
311
311
}
312
312
313
313
[ Obsolete ( "This method should not be used if you indent to access the controllers data. Use `PlainToOnline` instead." ) ]
314
314
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
315
- public async Task _PlainToOnlineNoacAsync ( Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
315
+ public async Task _PlainToOnlineNoacAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
316
316
{
317
317
}
318
318
@@ -321,13 +321,13 @@ public async virtual Task<T> ShadowToPlain<T>()
321
321
return await ( dynamic ) this . ShadowToPlainAsync ( ) ;
322
322
}
323
323
324
- public async Task < Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > ShadowToPlainAsync ( )
324
+ public async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > ShadowToPlainAsync ( )
325
325
{
326
- Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain = new Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
326
+ global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain = new global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
327
327
return plain ;
328
328
}
329
329
330
- protected async Task < Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > ShadowToPlainAsync ( Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
330
+ protected async Task < global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type > ShadowToPlainAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
331
331
{
332
332
return plain ;
333
333
}
@@ -337,7 +337,7 @@ public async virtual Task PlainToShadow<T>(T plain)
337
337
await this . PlainToShadowAsync ( ( dynamic ) plain ) ;
338
338
}
339
339
340
- public async Task < IEnumerable < ITwinPrimitive > > PlainToShadowAsync ( Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
340
+ public async Task < IEnumerable < ITwinPrimitive > > PlainToShadowAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain )
341
341
{
342
342
return this . RetrievePrimitives ( ) ;
343
343
}
@@ -352,7 +352,7 @@ public async virtual Task<bool> AnyChangeAsync<T>(T plain)
352
352
///Compares if the current plain object has changed from the previous object.This method is used by the framework to determine if the object has changed and needs to be updated.
353
353
///[!NOTE] Any member in the hierarchy that is ignored by the compilers (e.g. when CompilerOmitAttribute is used) will not be compared, and therefore will not be detected as changed.
354
354
///</summary>
355
- public async Task < bool > DetectsAnyChangeAsync ( Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain , Pocos . ArrayDeclarationSimpleNamespace . some_complex_type latest = null )
355
+ public async Task < bool > DetectsAnyChangeAsync ( global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type plain , global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type latest = null )
356
356
{
357
357
if ( latest == null )
358
358
latest = await this . _OnlineToPlainNoacAsync ( ) ;
@@ -369,9 +369,9 @@ public void Poll()
369
369
this . RetrievePrimitives ( ) . ToList ( ) . ForEach ( x => x . Poll ( ) ) ;
370
370
}
371
371
372
- public Pocos . ArrayDeclarationSimpleNamespace . some_complex_type CreateEmptyPoco ( )
372
+ public global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type CreateEmptyPoco ( )
373
373
{
374
- return new Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
374
+ return new global :: Pocos . ArrayDeclarationSimpleNamespace . some_complex_type ( ) ;
375
375
}
376
376
377
377
private IList < AXSharp . Connector . ITwinObject > Children { get ; } = new List < AXSharp . Connector . ITwinObject > ( ) ;
0 commit comments