Show / Hide Table of Contents

Class Coverage

Describes the temporal, geographic and topical coverage.

Inheritance
Object
NotificationObject
Coverage
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 Coverage : NotificationObject, INotifyPropertyChanged

Constructors

Coverage()

Initializes a new instance of the Coverage class.

Declaration
public Coverage()

Properties

HasValue

Gets a value indicating whether the object has any content.

Declaration
public bool HasValue { get; }
Property Value
Type Description
Boolean

true if the object has any content; otherwise, false.

SpatialCoverage

Gets the spatial coverage.

Declaration
public SpatialCoverage SpatialCoverage { get; }
Property Value
Type Description
SpatialCoverage

TemporalCoverage

Gets the temporal coverage.

Declaration
public TemporalCoverage TemporalCoverage { get; }
Property Value
Type Description
TemporalCoverage

TopicalCoverage

Gets the topical coverage.

Declaration
public TopicalCoverage TopicalCoverage { get; }
Property Value
Type Description
TopicalCoverage

Implements

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