Show / Hide Table of Contents

Class IndividualName

The name of an individual broken out into its component parts

Inheritance
System.Object
IndividualName
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class IndividualName : object

Properties

Abbreviation

An abbreviation or acronym for the name.

Declaration
public MultilingualString Abbreviation { get; set; }
Property Value
Type Description
MultilingualString

DisplayLabel

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
System.String

EffectivePeriod

EffectivePeriod Clarifies when the name information is accurate.

Declaration
public DateSpecification EffectivePeriod { get; set; }
Property Value
Type Description
DateSpecification

First

First (given) name of the individual

Declaration
public string First { get; set; }
Property Value
Type Description
System.String

IsFormal

The legal or formal name of the individual should have the isFormal attribute set to true.

Declaration
public bool ? IsFormal { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsPreferred

Use the isPreferred attribute to indicate which is the preferred name content

Declaration
public bool ? IsPreferred { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Last

Last (family) name /surname of the individual

Declaration
public string Last { get; set; }
Property Value
Type Description
System.String

Middle

Middle name or initial of the individual

Declaration
public string Middle { get; set; }
Property Value
Type Description
System.String

Prefix

Title that precedes the name of the individual, such as Ms., or Dr.

Declaration
public string Prefix { get; set; }
Property Value
Type Description
System.String

Suffix

Title that follows the name of the individual, such as Esq.

Declaration
public string Suffix { get; set; }
Property Value
Type Description
System.String

TypeOfName

The type of individual name provided. Could include, e.g. FormalName, PreviousFormalName, Nickname , Other.

Declaration
public CodeValue TypeOfName { get; set; }
Property Value
Type Description
CodeValue

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica