Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 82ce4d7e authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

renamed constants

parent a1638725
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ Public Class Engine ...@@ -288,7 +288,7 @@ Public Class Engine
Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
...@@ -307,7 +307,7 @@ Public Class Engine ...@@ -307,7 +307,7 @@ Public Class Engine
Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
......
...@@ -304,7 +304,7 @@ Public Class Gearbox ...@@ -304,7 +304,7 @@ Public Class Gearbox
Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
...@@ -324,7 +324,7 @@ Public Class Gearbox ...@@ -324,7 +324,7 @@ Public Class Gearbox
Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
......
...@@ -278,14 +278,14 @@ Public Class Vehicle ...@@ -278,14 +278,14 @@ Public Class Vehicle
Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer Public ReadOnly Property Manufacturer As String Implements IComponentInputData.Manufacturer
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
Public ReadOnly Property Model As String Implements IComponentInputData.Model Public ReadOnly Property Model As String Implements IComponentInputData.Model
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
...@@ -305,7 +305,7 @@ Public Class Vehicle ...@@ -305,7 +305,7 @@ Public Class Vehicle
Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber Public ReadOnly Property CertificationNumber As String Implements IComponentInputData.CertificationNumber
Get Get
' Just for the interface. Value is not available in GUI yet. ' Just for the interface. Value is not available in GUI yet.
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
...@@ -343,7 +343,7 @@ Public Class Vehicle ...@@ -343,7 +343,7 @@ Public Class Vehicle
Public ReadOnly Property VIN As String Implements IVehicleDeclarationInputData.VIN Public ReadOnly Property VIN As String Implements IVehicleDeclarationInputData.VIN
Get Get
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
...@@ -375,7 +375,7 @@ Public Class Vehicle ...@@ -375,7 +375,7 @@ Public Class Vehicle
Public ReadOnly Property ManufacturerAddress As String Implements IVehicleDeclarationInputData.ManufacturerAddress Public ReadOnly Property ManufacturerAddress As String Implements IVehicleDeclarationInputData.ManufacturerAddress
Get Get
Return TUGraz.VectoCore.Configuration.Constants.NOT_AVailABLE Return TUGraz.VectoCore.Configuration.Constants.NOT_AVAILABLE
End Get End Get
End Property End Property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment