Change oRelProperties type to Object in two methods

Changed oRelProperties from WMObjectRelationClass to Object in two methods of ClassWindream_allgemein, affecting both object type and folder type handling. No other logic was modified.
This commit is contained in:
OlgunR
2026-04-13 16:32:30 +02:00
parent 001d4f6f02
commit ad1e6e88ac

View File

@@ -361,7 +361,7 @@ Public Class ClassWindream_allgemein
Dim oIndexAttributes As WMObjectRelation Dim oIndexAttributes As WMObjectRelation
Dim oIndexAttribute As WMObject Dim oIndexAttribute As WMObject
Dim oIndex As WMObject Dim oIndex As WMObject
Dim oRelProperties As WMObjectRelationClass Dim oRelProperties As Object
' den Objekttyp laden ' den Objekttyp laden
oObjectType = Me.oWMSession.GetWMObjectByName(WMEntityObjectType, name) oObjectType = Me.oWMSession.GetWMObjectByName(WMEntityObjectType, name)
@@ -419,7 +419,7 @@ Public Class ClassWindream_allgemein
Dim oIndexAttributes As WMObjectRelation Dim oIndexAttributes As WMObjectRelation
Dim oIndexAttribute As WMObject Dim oIndexAttribute As WMObject
Dim oIndex As WMObject Dim oIndex As WMObject
Dim oRelProperties As WMObjectRelationClass Dim oRelProperties As Object
For Each OrdnerType In Me.oOrdnerTypen For Each OrdnerType In Me.oOrdnerTypen
If OrdnerType.aName = Ordnertyp Then If OrdnerType.aName = Ordnertyp Then
oOrdnerType = OrdnerType oOrdnerType = OrdnerType