Click or drag to resize

NameComponentKeys Class

Name component type keys
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsNameComponentKeys

Namespace: SanteDB.Core.Model.Constants
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public static class NameComponentKeys

The NameComponentKeys type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDelimiter The name component represents a delimeter in a name such as hyphen or space
Public fieldStatic memberFamily The name component represents the surname
Public fieldStatic memberGiven The name component represents the given name
Public fieldStatic memberPrefix The name component represents the prefix such as Von or Van
Public fieldStatic memberSuffix The name component represents a suffix such as III or Esq.
Public fieldStatic memberTitle The name component represents a formal title like Mr, Dr, Capt.
Top
See Also