-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Core.Parameter.Enums
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Defines the access level for a parameter.
public enum AccessTypeRead 0
Read-only access
Write 1
Write-only access
ReadWrite 2
Read and write access
Defines the type of a parameter.
public enum ParameterTypeUndefined 0
Undefined
Double 1
Double-precision floating-point number
String 2
String
Guid 3
Globally Unique Identifier (GUID)
Object 4
General object
Integer 5
Integer
Boolean 6
Boolean
DateTime 7
Date and time
Color 8
Color value