Show / Hide Table of Contents

Class InternationalIdentifier

Represents an identifier issued by an arbitrary agency.

Inheritance
Object
NotificationObject
InternationalIdentifier
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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
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

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX