Notice

The English translation of this page has not been completed, you are welcome to contribute translations to us.

You can use the Chrome Translation Plugin to translate entire pages for reference.

FieldRules - class

class FieldRules internal constructor(private val rulesData: FieldRulesData) : BaseRules

Change Records

v1.0.0 first

Function Illustrate

Field 查找条件实现类。

name - field

var name: String

Change Records

v1.0.0 first

Function Illustrate

设置 Field 名称。

type - field

var type: Any?

Change Records

v1.0.0 first

Function Illustrate

设置 Field 类型。

可不填写类型。

modifiers - method

fun modifiers(conditions: ModifierConditions)

Change Records

v1.0.0 first

Function Illustrate

设置 Field 标识符筛选条件。

可不设置筛选条件。

name - method

fun name(conditions: NameConditions)

Change Records

v1.0.0 first

Function Illustrate

设置 Field 名称条件。

type - method

fun type(conditions: ObjectConditions)

Change Records

v1.0.0 first

Function Illustrate

设置 Field 类型条件。

可不填写类型。