Show / Hide Table of Contents

Class DataSource

Describes a source of data.

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

Constructors

DataSource()

Initializes a new instance of the DataSource class.

Declaration
public DataSource()

Properties

Characteristic

A significant characteristic of the data source that may affect understanding or collection of the data. This will include the level of documentation of the source data. For example: 'Legibility of data source affected due to water damage.'

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

Citation

Gets or sets the Dublin Core citation for this data source.

Declaration
public DublinCore Citation { get; set; }
Property Value
Type Description
DublinCore

Description

A description of the source from which data are collected.

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

DisplayLabel

Gets the display label.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
string

Location

Gets or sets the URL of the data source.

Declaration
public Uri Location { get; set; }
Property Value
Type Description
Uri

SourceType

Describes the type of source, and may be from a controlled vocabulary.

Declaration
public CodeValue SourceType { get; set; }
Property Value
Type Description
CodeValue

Methods

ToString()

Returns a string that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance.

Overrides
object.ToString()

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