Class Location
Describes a physical location and contact information for an organization.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Location : NotificationObject
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<System.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> |