Show / Hide Table of Contents

Class InternationalIdentifier

Represents an identifier issued by an arbitrary agency.

Inheritance
System.Object
NotificationObject
InternationalIdentifier
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)
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class InternationalIdentifier : NotificationObject

Properties

Identifier

Gets or sets the identifier.

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

ManagingAgency

Gets or sets the agency that issued the identifier.

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

Extension Methods

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