Show / Hide Table of Contents

Class DataSource

Describes a source of data.

Inheritance
System.Object
NotificationObject
IdentifiableBase
DataSource
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DataSource : IdentifiableBase, 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
System.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 that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica