Show / Hide Table of Contents

Class Location

Describes a physical location and contact information for an organization.

Inheritance
object
NotificationObject
Location
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 Location : NotificationObject, INotifyPropertyChanged

Properties

Addresses

Gets the addresses for a location.

Declaration
public ObservableCollection<Address> Addresses { get; }
Property Value
Type Description
ObservableCollection<Address>

Country

Gets or sets the country.

Declaration
public Country Country { get; set; }
Property Value
Type Description
Country

The country.

Emails

Gets the emails for a location.

Declaration
public ObservableCollection<string> Emails { get; }
Property Value
Type Description
ObservableCollection<string>

IMs

Gets the instant messaging information for the location.

Declaration
public ObservableCollection<InstantMessaging> IMs { get; }
Property Value
Type Description
ObservableCollection<InstantMessaging>

Name

Gets the name of the location.

Declaration
public MultilingualString Name { get; }
Property Value
Type Description
MultilingualString

Nickame

Gets a brief name or abbreviation for the location.

Declaration
public MultilingualString Nickame { get; }
Property Value
Type Description
MultilingualString

TelephoneNumbers

Gets the telephone numbers for a location.

Declaration
public ObservableCollection<Telephone> TelephoneNumbers { get; }
Property Value
Type Description
ObservableCollection<Telephone>

Urls

Gets the web address for a location.

Declaration
public ObservableCollection<Uri> Urls { get; }
Property Value
Type Description
ObservableCollection<Uri>

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