onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
PresentationDefinitionRuleBindingDto
Presentation
Definition
Rule
Binding
Dto
data
class
PresentationDefinitionRuleBindingDto
(
var
type
:
PresentationDefinitionRuleTypeBindingEnum
,
var
min
:
UInt
?
,
var
max
:
UInt
?
,
var
count
:
UInt
?
)
Members
Constructors
Presentation
Definition
Rule
Binding
Dto
Link copied to clipboard
constructor
(
type
:
PresentationDefinitionRuleTypeBindingEnum
,
min
:
UInt
?
,
max
:
UInt
?
,
count
:
UInt
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
var
count
:
UInt
?
max
Link copied to clipboard
var
max
:
UInt
?
min
Link copied to clipboard
var
min
:
UInt
?
type
Link copied to clipboard
var
type
:
PresentationDefinitionRuleTypeBindingEnum