GenderType

Contains possible gender values for the GenderAttribute class.

Enumerations

GenderType

Contains possible gender values for the GenderAttribute class.

Enumeration descriptions

GenderType

enum GenderType : UInt

Constant

Description

GenderType.male

Male.

GenderType.female

Female.

GenderType.other

Other. For example, there is not enough info to detect the gender.

Note

You can set GenderType.other as the attribute value and pass additional information using custom attributes.