Mark attribute 'Type' deprecated, use 'TypeId' now

This commit is contained in:
wmayer
2013-05-03 21:23:34 +02:00
parent 792f7a1033
commit 61ba27f6ef
2 changed files with 14 additions and 1 deletions

View File

@@ -26,10 +26,16 @@
</Methode>
<Attribute Name="Type" ReadOnly="true">
<Documentation>
<UserDocu>Is the type of the FreeCAD object with module domain</UserDocu>
<UserDocu>Is the type of the FreeCAD object with module domain (deprecated use TypeId)</UserDocu>
</Documentation>
<Parameter Name="Type" Type="String" />
</Attribute>
<Attribute Name="TypeId" ReadOnly="true">
<Documentation>
<UserDocu>Is the type of the FreeCAD object with module domain</UserDocu>
</Documentation>
<Parameter Name="TypeId" Type="String" />
</Attribute>
<Attribute Name="Module" ReadOnly="true">
<Documentation>
<UserDocu>Module in which this class is defined</UserDocu>