Enumeration for genders of people
Namespace: Thomas.APIServices.DataTypesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[DataContractAttribute] public enum GenderEnum
Members
Member name | Value | Description | |
---|---|---|---|
NotSpecified | 0 | Gender has not been specified | |
Male | 1 | Person is male | |
Female | 2 | Person is female |
Remarks
See Also