Class InternationalIdentifier
Represents an identifier issued by an arbitrary agency.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class InternationalIdentifier : NotificationObject, INotifyPropertyChanged
Properties
Identifier
Gets or sets the identifier.
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagingAgency
Gets or sets the agency that issued the identifier.
Declaration
public CodeValue ManagingAgency { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |