Class PersonType
Base class for a Person object
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class PersonType : ComplexObjectType
Fields
| Edit this page View SourceItem
The person's sex
Declaration
public SEXCodeType Item
Field Value
Type | Description |
---|---|
SEXCodeType |
PersonBirthDate
Date of birth
Declaration
public DateType PersonBirthDate
Field Value
Type | Description |
---|---|
DateType |
PersonName
The person's full name
Declaration
public PersonNameType PersonName
Field Value
Type | Description |
---|---|
PersonNameType |
PersonPrimaryLanguage
The person's primary language
Declaration
public PersonLanguageType PersonPrimaryLanguage
Field Value
Type | Description |
---|---|
PersonLanguageType |