Show / Hide Table of Contents

Class IndividualName

The name of an individual broken out into its component parts

Inheritance
object
NotificationObject
IndividualName
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class IndividualName : NotificationObject, INotifyPropertyChanged

Properties

Abbreviation

An abbreviation or acronym for the name.

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

DisplayLabel

Shows the Last name

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
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
string

FullName

This provides a means of providing a full name as a single object for display or print

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

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
bool?

IsPreferred

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

Declaration
public bool? IsPreferred { get; set; }
Property Value
Type Description
bool?

Last

Last (family) name /surname of the individual

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

Middle

Middle name or initial of the individual

Declaration
public string Middle { get; set; }
Property Value
Type Description
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
string

Suffix

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

Declaration
public string Suffix { get; set; }
Property Value
Type Description
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

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX