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.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.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>

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX