DataItem

data class DataItem(val displayName: String, val valueType: ItemValueType)

Class is place holder for program rule variable, Constant and program environment variable display name and type.

Author

Zubair Asghar

Constructors

Link copied to clipboard
constructor(displayName: String, valueType: ItemValueType)

Properties

Link copied to clipboard
Link copied to clipboard