Show / Hide Table of Contents

Class DataSource

Describes a source of data.

Inheritance
Object
NotificationObject
IdentifiableBase
DataSource
Implements
INotifyPropertyChanged
IIdentifiable
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
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.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 : IdentifiableBase, INotifyPropertyChanged, IIdentifiable

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()

Implements

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