EDMIServer: Move creating new objects into helpers class

This commit is contained in:
Jonathan Jenne
2022-02-01 12:06:04 +01:00
parent 17bbaac7a0
commit 91f7d79612
4 changed files with 92 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
Namespace IDB
Public Class IDBObject
Public Property ObjectId As Long
Public Property ObjectKind As Long
Public Property BusinessEntity As Long
End Class
End Namespace