Class DataSource
Describes a source of data.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
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
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |