Class LocationValue
A location of the specified geographic level
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class LocationValue : IdentifiableBase, INotifyPropertyChanged, IIdentifiable, IHasCustomFields
Properties
GeographicLocationIdentifierCode
unique identifier for the geographic location.
Declaration
public string GeographicLocationIdentifierCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Name
A name for the Location.
Declaration
public MultilingualString Name { get; set; }
Property Value
| Type | Description |
|---|---|
| MultilingualString |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()