PySimultan 0.6.0.8__py3-none-any.whl → 0.6.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. PySimultan2/CHANGELOG.md +7 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +103 -26
  4. PySimultan2/default_types.py +25 -3
  5. PySimultan2/files.py +49 -10
  6. PySimultan2/multi_values.py +59 -2
  7. PySimultan2/utils.py +4 -4
  8. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.2.dist-info}/METADATA +1 -1
  9. pysimultan-0.6.2.dist-info/RECORD +76 -0
  10. pysimultan-0.6.2.dist-info/licenses/LICENSE.txt +29 -0
  11. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  12. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  13. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  14. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  15. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  16. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  17. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  18. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  19. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  20. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  21. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  22. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  23. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  24. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  25. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  26. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  27. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  28. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  29. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  30. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  31. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  32. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  33. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  34. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  35. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  37. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  38. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  39. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  40. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  41. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  42. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  43. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  44. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  45. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  46. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  47. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  48. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  49. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  50. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  51. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  52. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  53. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  54. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  55. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  56. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  57. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  58. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  59. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  60. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  61. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  62. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  63. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  64. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  65. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  66. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  67. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  68. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  69. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  70. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  71. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  72. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  73. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  74. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  75. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  76. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  77. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  78. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  79. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  80. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  81. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  82. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  83. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  84. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  85. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  86. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  87. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  88. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  89. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  90. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  91. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  92. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  93. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  94. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  95. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  96. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  97. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  98. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  99. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  100. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  101. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  102. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  103. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  104. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  105. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  106. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  107. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  108. PySimultan2/typings/System/__init__.pyi +0 -17821
  109. pysimultan-0.6.0.8.dist-info/RECORD +0 -174
  110. pysimultan-0.6.0.8.dist-info/licenses/LICENSE.txt +0 -9
  111. {pysimultan-0.6.0.8.dist-info → pysimultan-0.6.2.dist-info}/WHEEL +0 -0
@@ -1,433 +0,0 @@
1
- import typing, abc
2
- from SIMULTAN.Projects import ExtendedProjectData, HierarchicProjectMetaData
3
- from System.IO import FileInfo
4
- from System import MulticastDelegate, IAsyncResult, AsyncCallback
5
- from System.Reflection import MethodInfo
6
- from System.Collections.Generic import List_1, IEnumerable_1
7
-
8
- class ManagedComponentFile(ManagedFile):
9
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
10
- @property
11
- def CorrespondingResourceIndex(self) -> int: ...
12
- @CorrespondingResourceIndex.setter
13
- def CorrespondingResourceIndex(self, value: int) -> int: ...
14
- @property
15
- def File(self) -> FileInfo: ...
16
- @File.setter
17
- def File(self, value: FileInfo) -> FileInfo: ...
18
- @property
19
- def IsUpToDate(self) -> bool: ...
20
- @property
21
- def ProjectData(self) -> ExtendedProjectData: ...
22
- @property
23
- def PublicCounterpart(self) -> ManagedPublicComponentFile: ...
24
- @PublicCounterpart.setter
25
- def PublicCounterpart(self, value: ManagedPublicComponentFile) -> ManagedPublicComponentFile: ...
26
- def Open(self, _clear_before_open: bool) -> None: ...
27
- def Save(self) -> None: ...
28
-
29
-
30
- class ManagedExcelToolFile(ManagedFile):
31
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
32
- @property
33
- def CorrespondingResourceIndex(self) -> int: ...
34
- @CorrespondingResourceIndex.setter
35
- def CorrespondingResourceIndex(self, value: int) -> int: ...
36
- @property
37
- def File(self) -> FileInfo: ...
38
- @File.setter
39
- def File(self, value: FileInfo) -> FileInfo: ...
40
- @property
41
- def IsUpToDate(self) -> bool: ...
42
- @property
43
- def ProjectData(self) -> ExtendedProjectData: ...
44
- def Open(self, _clear_before_open: bool) -> None: ...
45
- def Save(self) -> None: ...
46
-
47
-
48
- class ManagedFile(abc.ABC):
49
- @property
50
- def CorrespondingResourceIndex(self) -> int: ...
51
- @CorrespondingResourceIndex.setter
52
- def CorrespondingResourceIndex(self, value: int) -> int: ...
53
- @property
54
- def File(self) -> FileInfo: ...
55
- @File.setter
56
- def File(self, value: FileInfo) -> FileInfo: ...
57
- @property
58
- def IsUpToDate(self) -> bool: ...
59
- @IsUpToDate.setter
60
- def IsUpToDate(self, value: bool) -> bool: ...
61
- @property
62
- def ProjectData(self) -> ExtendedProjectData: ...
63
- def IsValid(self) -> bool: ...
64
- def OnDeleted(self, _resource_id: int) -> None: ...
65
- def OnFileUpToDateChanged(self, isUpToDate: bool) -> None: ...
66
- def OnRenamed(self, newFile: FileInfo) -> None: ...
67
- def Open(self, _clear_before_open: bool) -> None: ...
68
- def Reset(self) -> None: ...
69
- def Save(self) -> None: ...
70
-
71
- class FileUpToDateChangedEventHandler(MulticastDelegate):
72
- def __init__(self, object: typing.Any, method: int) -> None: ...
73
- @property
74
- def Method(self) -> MethodInfo: ...
75
- @property
76
- def Target(self) -> typing.Any: ...
77
- def BeginInvoke(self, sender: typing.Any, isUpToDate: bool, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
78
- def EndInvoke(self, result: IAsyncResult) -> None: ...
79
- def Invoke(self, sender: typing.Any, isUpToDate: bool) -> None: ...
80
-
81
-
82
-
83
- class ManagedFileCollection:
84
- def __init__(self, _files: List_1[FileInfo], _project_data_manager: ExtendedProjectData) -> None: ...
85
- @property
86
- def ComponentEntries(self) -> IEnumerable_1[ManagedComponentFile]: ...
87
- @ComponentEntries.setter
88
- def ComponentEntries(self, value: IEnumerable_1[ManagedComponentFile]) -> IEnumerable_1[ManagedComponentFile]: ...
89
- @property
90
- def ComponentEntry(self) -> ManagedComponentFile: ...
91
- @ComponentEntry.setter
92
- def ComponentEntry(self, value: ManagedComponentFile) -> ManagedComponentFile: ...
93
- @property
94
- def ExcelToolEntries(self) -> IEnumerable_1[ManagedExcelToolFile]: ...
95
- @ExcelToolEntries.setter
96
- def ExcelToolEntries(self, value: IEnumerable_1[ManagedExcelToolFile]) -> IEnumerable_1[ManagedExcelToolFile]: ...
97
- @property
98
- def ExcelToolEntry(self) -> ManagedExcelToolFile: ...
99
- @ExcelToolEntry.setter
100
- def ExcelToolEntry(self, value: ManagedExcelToolFile) -> ManagedExcelToolFile: ...
101
- @property
102
- def Files(self) -> List_1[ManagedFile]: ...
103
- @property
104
- def GeoMapEntries(self) -> IEnumerable_1[ManagedGeoMapFile]: ...
105
- @GeoMapEntries.setter
106
- def GeoMapEntries(self, value: IEnumerable_1[ManagedGeoMapFile]) -> IEnumerable_1[ManagedGeoMapFile]: ...
107
- @property
108
- def GeometryEntries(self) -> IEnumerable_1[ManagedGeometryFile]: ...
109
- @GeometryEntries.setter
110
- def GeometryEntries(self, value: IEnumerable_1[ManagedGeometryFile]) -> IEnumerable_1[ManagedGeometryFile]: ...
111
- @property
112
- def GeometryEntry(self) -> ManagedGeometryFile: ...
113
- @GeometryEntry.setter
114
- def GeometryEntry(self, value: ManagedGeometryFile) -> ManagedGeometryFile: ...
115
- @property
116
- def GeometryRelationsEntries(self) -> IEnumerable_1[ManagedGeometryRelationsFile]: ...
117
- @GeometryRelationsEntries.setter
118
- def GeometryRelationsEntries(self, value: IEnumerable_1[ManagedGeometryRelationsFile]) -> IEnumerable_1[ManagedGeometryRelationsFile]: ...
119
- @property
120
- def GeometryRelationsEntry(self) -> ManagedGeometryRelationsFile: ...
121
- @GeometryRelationsEntry.setter
122
- def GeometryRelationsEntry(self, value: ManagedGeometryRelationsFile) -> ManagedGeometryRelationsFile: ...
123
- @property
124
- def LinksFileEntry(self) -> ManagedLinksFile: ...
125
- @LinksFileEntry.setter
126
- def LinksFileEntry(self, value: ManagedLinksFile) -> ManagedLinksFile: ...
127
- @property
128
- def MetaDataEntry(self) -> ManagedMetaData: ...
129
- @MetaDataEntry.setter
130
- def MetaDataEntry(self, value: ManagedMetaData) -> ManagedMetaData: ...
131
- @property
132
- def ParameterLibraryEntries(self) -> IEnumerable_1[ManagedParameterFile]: ...
133
- @ParameterLibraryEntries.setter
134
- def ParameterLibraryEntries(self, value: IEnumerable_1[ManagedParameterFile]) -> IEnumerable_1[ManagedParameterFile]: ...
135
- @property
136
- def ParameterLibraryEntry(self) -> ManagedParameterFile: ...
137
- @ParameterLibraryEntry.setter
138
- def ParameterLibraryEntry(self, value: ManagedParameterFile) -> ManagedParameterFile: ...
139
- @property
140
- def PublicComponentsEntry(self) -> ManagedPublicComponentFile: ...
141
- @PublicComponentsEntry.setter
142
- def PublicComponentsEntry(self, value: ManagedPublicComponentFile) -> ManagedPublicComponentFile: ...
143
- @property
144
- def PublicValuesEntry(self) -> ManagedPublicValueFile: ...
145
- @PublicValuesEntry.setter
146
- def PublicValuesEntry(self, value: ManagedPublicValueFile) -> ManagedPublicValueFile: ...
147
- @property
148
- def SitePlannerEntries(self) -> IEnumerable_1[ManagedSitePlannerFile]: ...
149
- @SitePlannerEntries.setter
150
- def SitePlannerEntries(self, value: IEnumerable_1[ManagedSitePlannerFile]) -> IEnumerable_1[ManagedSitePlannerFile]: ...
151
- @property
152
- def TaxonomyEntries(self) -> IEnumerable_1[ManagedTaxonomyFile]: ...
153
- @TaxonomyEntries.setter
154
- def TaxonomyEntries(self, value: IEnumerable_1[ManagedTaxonomyFile]) -> IEnumerable_1[ManagedTaxonomyFile]: ...
155
- @property
156
- def TaxonomyEntry(self) -> ManagedTaxonomyFile: ...
157
- @TaxonomyEntry.setter
158
- def TaxonomyEntry(self, value: ManagedTaxonomyFile) -> ManagedTaxonomyFile: ...
159
- @property
160
- def UserFileEntry(self) -> ManagedUserFile: ...
161
- @UserFileEntry.setter
162
- def UserFileEntry(self, value: ManagedUserFile) -> ManagedUserFile: ...
163
- @property
164
- def ValueEntries(self) -> IEnumerable_1[ManagedValueFile]: ...
165
- @ValueEntries.setter
166
- def ValueEntries(self, value: IEnumerable_1[ManagedValueFile]) -> IEnumerable_1[ManagedValueFile]: ...
167
- @property
168
- def ValueEntry(self) -> ManagedValueFile: ...
169
- @ValueEntry.setter
170
- def ValueEntry(self, value: ManagedValueFile) -> ManagedValueFile: ...
171
- def AddFile(self, _file: FileInfo, projectDataManager: ExtendedProjectData, _load_data: bool = ...) -> None: ...
172
- def FulfillsMinimumForOpenProject(self) -> bool: ...
173
- def GetFileWithResourceIndex(self, _index: int) -> ManagedFile: ...
174
- def HasValidEntries(self) -> bool: ...
175
- def IsInLoadedState(self) -> bool: ...
176
- def IsInPostAuthenticationState(self) -> bool: ...
177
- def IsInPreAuthenticationState(self) -> bool: ...
178
- def OnManagedFileUpToDateStateChanged(self, files: IEnumerable_1[ManagedFile], all_upToDate: bool) -> None: ...
179
- def RemoveFile(self, _extension: str) -> None: ...
180
- def SyncWithResources(self) -> None: ...
181
-
182
- class ManagedFileUpToDateStateChangedEventHandler(MulticastDelegate):
183
- def __init__(self, object: typing.Any, method: int) -> None: ...
184
- @property
185
- def Method(self) -> MethodInfo: ...
186
- @property
187
- def Target(self) -> typing.Any: ...
188
- def BeginInvoke(self, sender: typing.Any, files: IEnumerable_1[ManagedFile], all_upToDate: bool, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
189
- def EndInvoke(self, result: IAsyncResult) -> None: ...
190
- def Invoke(self, sender: typing.Any, files: IEnumerable_1[ManagedFile], all_upToDate: bool) -> None: ...
191
-
192
-
193
-
194
- class ManagedGeoMapFile(ManagedFile):
195
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
196
- @property
197
- def CorrespondingResourceIndex(self) -> int: ...
198
- @CorrespondingResourceIndex.setter
199
- def CorrespondingResourceIndex(self, value: int) -> int: ...
200
- @property
201
- def File(self) -> FileInfo: ...
202
- @File.setter
203
- def File(self, value: FileInfo) -> FileInfo: ...
204
- @property
205
- def IsUpToDate(self) -> bool: ...
206
- @property
207
- def ProjectData(self) -> ExtendedProjectData: ...
208
- def IsValid(self) -> bool: ...
209
- def Open(self, _clear_before_open: bool) -> None: ...
210
- def Save(self) -> None: ...
211
-
212
-
213
- class ManagedGeometryFile(ManagedFile):
214
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
215
- @property
216
- def CorrespondingResourceIndex(self) -> int: ...
217
- @CorrespondingResourceIndex.setter
218
- def CorrespondingResourceIndex(self, value: int) -> int: ...
219
- @property
220
- def File(self) -> FileInfo: ...
221
- @File.setter
222
- def File(self, value: FileInfo) -> FileInfo: ...
223
- @property
224
- def IsUpToDate(self) -> bool: ...
225
- @property
226
- def ProjectData(self) -> ExtendedProjectData: ...
227
- def IsValid(self) -> bool: ...
228
- def OnDeleted(self, _resource_id: int) -> None: ...
229
- def Save(self) -> None: ...
230
-
231
-
232
- class ManagedGeometryRelationsFile(ManagedFile):
233
- @typing.overload
234
- def __init__(self, _original: ManagedFile, _new_file_location: FileInfo) -> None: ...
235
- @typing.overload
236
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
237
- @property
238
- def CorrespondingResourceIndex(self) -> int: ...
239
- @CorrespondingResourceIndex.setter
240
- def CorrespondingResourceIndex(self, value: int) -> int: ...
241
- @property
242
- def File(self) -> FileInfo: ...
243
- @File.setter
244
- def File(self, value: FileInfo) -> FileInfo: ...
245
- @property
246
- def IsUpToDate(self) -> bool: ...
247
- @property
248
- def ProjectData(self) -> ExtendedProjectData: ...
249
- def Open(self, _clear_before_open: bool) -> None: ...
250
- def Save(self) -> None: ...
251
-
252
-
253
- class ManagedLinksFile(ManagedFile):
254
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
255
- @property
256
- def CorrespondingResourceIndex(self) -> int: ...
257
- @CorrespondingResourceIndex.setter
258
- def CorrespondingResourceIndex(self, value: int) -> int: ...
259
- @property
260
- def File(self) -> FileInfo: ...
261
- @File.setter
262
- def File(self, value: FileInfo) -> FileInfo: ...
263
- @property
264
- def IsUpToDate(self) -> bool: ...
265
- @property
266
- def ProjectData(self) -> ExtendedProjectData: ...
267
- def Open(self, _clear_before_open: bool) -> None: ...
268
- def Reset(self) -> None: ...
269
- def Save(self) -> None: ...
270
-
271
-
272
- class ManagedMetaData(ManagedFile):
273
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
274
- @property
275
- def CorrespondingResourceIndex(self) -> int: ...
276
- @CorrespondingResourceIndex.setter
277
- def CorrespondingResourceIndex(self, value: int) -> int: ...
278
- @property
279
- def Data(self) -> HierarchicProjectMetaData: ...
280
- @property
281
- def File(self) -> FileInfo: ...
282
- @File.setter
283
- def File(self, value: FileInfo) -> FileInfo: ...
284
- @property
285
- def IsUpToDate(self) -> bool: ...
286
- @property
287
- def ProjectData(self) -> ExtendedProjectData: ...
288
- def Close(self) -> None: ...
289
- def Open(self, _clear_before_open: bool) -> None: ...
290
- def Save(self) -> None: ...
291
-
292
-
293
- class ManagedParameterFile(ManagedFile):
294
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
295
- @property
296
- def CorrespondingResourceIndex(self) -> int: ...
297
- @CorrespondingResourceIndex.setter
298
- def CorrespondingResourceIndex(self, value: int) -> int: ...
299
- @property
300
- def File(self) -> FileInfo: ...
301
- @File.setter
302
- def File(self, value: FileInfo) -> FileInfo: ...
303
- @property
304
- def IsUpToDate(self) -> bool: ...
305
- @property
306
- def ProjectData(self) -> ExtendedProjectData: ...
307
- def Open(self, _clear_before_open: bool) -> None: ...
308
- def Save(self) -> None: ...
309
-
310
-
311
- class ManagedPublicComponentFile(ManagedFile):
312
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
313
- @property
314
- def CorrespondingResourceIndex(self) -> int: ...
315
- @CorrespondingResourceIndex.setter
316
- def CorrespondingResourceIndex(self, value: int) -> int: ...
317
- @property
318
- def File(self) -> FileInfo: ...
319
- @File.setter
320
- def File(self, value: FileInfo) -> FileInfo: ...
321
- @property
322
- def IsUpToDate(self) -> bool: ...
323
- @property
324
- def ProjectData(self) -> ExtendedProjectData: ...
325
- def Open(self, _clear_before_open: bool) -> None: ...
326
- def Save(self) -> None: ...
327
-
328
-
329
- class ManagedPublicValueFile(ManagedFile):
330
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
331
- @property
332
- def CorrespondingResourceIndex(self) -> int: ...
333
- @CorrespondingResourceIndex.setter
334
- def CorrespondingResourceIndex(self, value: int) -> int: ...
335
- @property
336
- def File(self) -> FileInfo: ...
337
- @File.setter
338
- def File(self, value: FileInfo) -> FileInfo: ...
339
- @property
340
- def IsUpToDate(self) -> bool: ...
341
- @property
342
- def ProjectData(self) -> ExtendedProjectData: ...
343
- def Open(self, _clear_before_open: bool) -> None: ...
344
- def Save(self) -> None: ...
345
-
346
-
347
- class ManagedSitePlannerFile(ManagedFile):
348
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
349
- @property
350
- def CorrespondingResourceIndex(self) -> int: ...
351
- @CorrespondingResourceIndex.setter
352
- def CorrespondingResourceIndex(self, value: int) -> int: ...
353
- @property
354
- def File(self) -> FileInfo: ...
355
- @File.setter
356
- def File(self, value: FileInfo) -> FileInfo: ...
357
- @property
358
- def IsUpToDate(self) -> bool: ...
359
- @property
360
- def ProjectData(self) -> ExtendedProjectData: ...
361
- def IsValid(self) -> bool: ...
362
- def Open(self, _clear_before_open: bool) -> None: ...
363
- def Save(self) -> None: ...
364
-
365
-
366
- class ManagedTaxonomyFile(ManagedFile):
367
- @typing.overload
368
- def __init__(self, _original: ManagedFile, _new_file_location: FileInfo) -> None: ...
369
- @typing.overload
370
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
371
- @property
372
- def CorrespondingResourceIndex(self) -> int: ...
373
- @CorrespondingResourceIndex.setter
374
- def CorrespondingResourceIndex(self, value: int) -> int: ...
375
- @property
376
- def File(self) -> FileInfo: ...
377
- @File.setter
378
- def File(self, value: FileInfo) -> FileInfo: ...
379
- @property
380
- def IsUpToDate(self) -> bool: ...
381
- @property
382
- def LoadedFileVersion(self) -> int: ...
383
- @LoadedFileVersion.setter
384
- def LoadedFileVersion(self, value: int) -> int: ...
385
- @property
386
- def ProjectData(self) -> ExtendedProjectData: ...
387
- def Open(self, _clear_before_open: bool) -> None: ...
388
- def Save(self) -> None: ...
389
-
390
-
391
- class ManagedUserFile(ManagedFile):
392
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
393
- @property
394
- def CorrespondingResourceIndex(self) -> int: ...
395
- @CorrespondingResourceIndex.setter
396
- def CorrespondingResourceIndex(self, value: int) -> int: ...
397
- @property
398
- def File(self) -> FileInfo: ...
399
- @File.setter
400
- def File(self, value: FileInfo) -> FileInfo: ...
401
- @property
402
- def IsUpToDate(self) -> bool: ...
403
- @property
404
- def ProjectData(self) -> ExtendedProjectData: ...
405
- def Open(self, _clear_before_open: bool) -> None: ...
406
- def Save(self) -> None: ...
407
-
408
-
409
- class ManagedValueFile(ManagedFile):
410
- def __init__(self, projectData: ExtendedProjectData, _owner: ManagedFileCollection, _file: FileInfo) -> None: ...
411
- @property
412
- def CorrespondingResourceIndex(self) -> int: ...
413
- @CorrespondingResourceIndex.setter
414
- def CorrespondingResourceIndex(self, value: int) -> int: ...
415
- @property
416
- def File(self) -> FileInfo: ...
417
- @File.setter
418
- def File(self, value: FileInfo) -> FileInfo: ...
419
- @property
420
- def IsUpToDate(self) -> bool: ...
421
- @property
422
- def ProjectData(self) -> ExtendedProjectData: ...
423
- @property
424
- def PublicCounterpart(self) -> ManagedPublicValueFile: ...
425
- @PublicCounterpart.setter
426
- def PublicCounterpart(self, value: ManagedPublicValueFile) -> ManagedPublicValueFile: ...
427
- @property
428
- def PublicDependence(self) -> ManagedPublicComponentFile: ...
429
- @PublicDependence.setter
430
- def PublicDependence(self, value: ManagedPublicComponentFile) -> ManagedPublicComponentFile: ...
431
- def Open(self, _clear_before_open: bool) -> None: ...
432
- def Save(self) -> None: ...
433
-