toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
base
/
ru.sydis.base.types.base
/
DpConfig
Dp
Config
data
class
DpConfig
(
val
id
:
Long
,
val
table
:
String
,
val
name
:
String
=
table
,
var
elements
:
List
<
DpAttribute
>
=
listOf()
)
Members
Constructors
Dp
Config
Link copied to clipboard
constructor
(
id
:
Long
,
table
:
String
,
name
:
String
=
table
,
elements
:
List
<
DpAttribute
>
=
listOf()
)
Properties
elements
Link copied to clipboard
var
elements
:
List
<
DpAttribute
>
id
Link copied to clipboard
val
id
:
Long
name
Link copied to clipboard
val
name
:
String
table
Link copied to clipboard
val
table
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String