PySimultan 0.5.9.7__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +4 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +3 -3
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +2 -0
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +9 -4
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.7.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,433 @@
|
|
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
|
+
|