EDMIAPI: Add SetObjectState Function

This commit is contained in:
Jonathan Jenne
2022-02-07 14:07:46 +01:00
parent 41447e80c5
commit 1e5d8c96fd
4 changed files with 63 additions and 0 deletions

View File

@@ -43,6 +43,16 @@
Public Property DateImported As Date = Date.Now
End Class
Public Class SetObjectStateOptions
Inherits BaseOptions
''' <summary>
''' Date when the file was imported. Can be in the past. Defaults to now.
''' </summary>
Public Property DateImported As Date = Date.Now
End Class
Public Class GetVariableValueOptions
Inherits BaseOptions
End Class