Show / Hide Table of Contents

Class StudyBase

Provides a base class with common informatino for Group and StudyUnit.

Inheritance
Object
NotificationObject
IdentifiableBase
VersionableBase
StudyBase
Group
StudyUnit
Implements
INotifyPropertyChanged
IVersionable
IIdentifiable
IHasCustomFields
IVisitable
IDescribable
IDublinCoreDescribable
Inherited Members
VersionableBase.Accept(IVersionableVisitor)
VersionableBase.ItemType
VersionableBase.IsDirty
VersionableBase.IsPublished
VersionableBase.ChildrenDereferenced
VersionableBase.IsPopulated
VersionableBase.Version
VersionableBase.VersionDate
VersionableBase.VersionResponsibility
VersionableBase.VersionRationale
VersionableBase.CompositeId
VersionableBase.CustomFields
VersionableBase.UserAttributes
VersionableBase.OtherMaterials
VersionableBase.BasedOn
VersionableBase.Attachments
VersionableBase.ThumbnailImageUri
VersionableBase.BannerImageUri
VersionableBase.ManagedCollections
VersionableBase.ManageCollection(INotifyCollectionChanged, String)
VersionableBase.RemoveChild(IVersionable, IList[])
VersionableBase.RemoveChild(IdentifierTriple, IList[])
VersionableBase.TryReplaceChild<T>(Func<T>, Action<T>, IdentifierTriple, IVersionable)
VersionableBase.ToString()
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 abstract class StudyBase : VersionableBase, INotifyPropertyChanged, IVersionable, IIdentifiable, IHasCustomFields, IVisitable, IDescribable, IDublinCoreDescribable

Constructors

StudyBase()

Initializes a new instance of the StudyBase class.

Declaration
public StudyBase()

Properties

AnalysisUnit

Gets or sets the study's unit of analysis.

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

AnalysisUnitsCovered

Gets a description of the analysis unit of this study.

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

Archives

Gets the archives associated with the study.

Declaration
public ObservableCollection<Archive> Archives { get; }
Property Value
Type Description
ObservableCollection<Archive>

AuthorizationSources

Gets descriptions of the study's funding sources.

Declaration
public ObservableCollection<AuthorizationSource> AuthorizationSources { get; }
Property Value
Type Description
ObservableCollection<AuthorizationSource>

ChildTypesAccepted

Gets the child types that may be added to this item type.

Declaration
public override Collection<Guid> ChildTypesAccepted { get; }
Property Value
Type Description
Collection<Guid>

The child types that may be added to this item type.

Overrides
VersionableBase.ChildTypesAccepted

ClassificationFamilies

Gets a collection of classification families associated with the study.

Declaration
public ObservableCollection<ClassificationFamily> ClassificationFamilies { get; }
Property Value
Type Description
ObservableCollection<ClassificationFamily>

ConceptualComponents

Gets the Conceptual Components stored directly by the study. Consider using ResourcePackage to store Conceptual Components instead.

Declaration
public ObservableCollection<ConceptualComponent> ConceptualComponents { get; }
Property Value
Type Description
ObservableCollection<ConceptualComponent>

Coverage

Gets information about the different topics, areas, and times covered by a study.

Declaration
public Coverage Coverage { get; set; }
Property Value
Type Description
Coverage

DataCollections

Gets the data collection modules of the study. Consider storing this information in ResourcePackage instead.

Declaration
public ObservableCollection<DataCollection> DataCollections { get; }
Property Value
Type Description
ObservableCollection<DataCollection>

DefiningConcept

Gets or set the concept that defines the study.

Declaration
public Concept DefiningConcept { get; set; }
Property Value
Type Description
Concept

Description

Gets the description.

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

DisplayLabel

Gets the display label.

Declaration
public override string DisplayLabel { get; }
Property Value
Type Description
String
Overrides
VersionableBase.DisplayLabel

DublinCoreMetadata

Gets or sets the Dublin Core citation of the study.

Declaration
[AlsoNotifyFor("DisplayLabel")]
public DublinCore DublinCoreMetadata { get; set; }
Property Value
Type Description
DublinCore

Embargos

Gets a collection of embargo descriptions.

Declaration
public ObservableCollection<Embargo> Embargos { get; }
Property Value
Type Description
ObservableCollection<Embargo>

FundingSources

Gets descriptions of the study's funding sources.

Declaration
public ObservableCollection<FundingInformation> FundingSources { get; }
Property Value
Type Description
ObservableCollection<FundingInformation>

ItemName

Gets the name of the item.

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

The name of the item.

KindsOfData

Gets or sets the type of data associated witth this study. The value may come from a controlled vocabulary.

Declaration
public ObservableCollection<CodeValue> KindsOfData { get; }
Property Value
Type Description
ObservableCollection<CodeValue>

Label

Gets the label.

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

LogicalProducts

Gets the logical products that describe data. Consider using ResourcePackage to store items that can be described in a LogicalProduct.

Declaration
public ObservableCollection<LogicalProduct> LogicalProducts { get; }
Property Value
Type Description
ObservableCollection<LogicalProduct>

PhysicalInstances

Gets the data files associated with a study.

Declaration
public ObservableCollection<PhysicalInstance> PhysicalInstances { get; }
Property Value
Type Description
ObservableCollection<PhysicalInstance>

PhysicalInstanceTypes

Gets a dictionary containing type information for each data file that is associated with the study.

Declaration
public Dictionary<IdentifierTriple, string> PhysicalInstanceTypes { get; }
Property Value
Type Description
Dictionary<IdentifierTriple, String>

PhysicalProducts

Gets the physical data descriptions. Consider using ResourcePackage to store these.

Declaration
public ObservableCollection<PhysicalProduct> PhysicalProducts { get; }
Property Value
Type Description
ObservableCollection<PhysicalProduct>

Purpose

Gets a description of the study's purpose.

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

QualityStatements

Gets a collection of quality statements associated with the study.

Declaration
public ObservableCollection<QualityStatement> QualityStatements { get; }
Property Value
Type Description
ObservableCollection<QualityStatement>

ResourcePackages

Gets a collection of ResourcePackages containing items referenced by the study.

Declaration
public ObservableCollection<ResourcePackage> ResourcePackages { get; }
Property Value
Type Description
ObservableCollection<ResourcePackage>

SeriesStatement

Gets an object that describes the series.

Declaration
public SeriesStatement SeriesStatement { get; set; }
Property Value
Type Description
SeriesStatement

StudyAbstract

Gets the study's abstract.

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

StudyUniverse

Gets or sets the study universe which describes the group of persons or other elements that are the object of reseasrch and to which any analytic results refer.

Declaration
public Universe StudyUniverse { get; set; }
Property Value
Type Description
Universe

Methods

AcceptForBaseProperties(IVersionableVisitor)

Accepts for a visitor and passes it along to properties defined in this class.

Declaration
protected void AcceptForBaseProperties(IVersionableVisitor visitor)
Parameters
Type Name Description
IVersionableVisitor visitor

The visitor.

AddChild(IVersionable)

Adds the provided child to this item.

Declaration
public override void AddChild(IVersionable child)
Parameters
Type Name Description
IVersionable child

The item to be added as a child of this item.

Overrides
VersionableBase.AddChild(IVersionable)
Exceptions
Type Condition
ArgumentNullException

child

GetChildren()

Gets the identifiers of the item's children.

Declaration
public override ChildItemCollection GetChildren()
Returns
Type Description
ChildItemCollection

The identifiers of the item's children.

Overrides
VersionableBase.GetChildren()

RemoveChild(IdentifierTriple)

Removes the specified child.

Declaration
public override int RemoveChild(IdentifierTriple child)
Parameters
Type Name Description
IdentifierTriple child

The child to be removed.

Returns
Type Description
Int32

The number of children removed from the item.

Overrides
VersionableBase.RemoveChild(IdentifierTriple)
Exceptions
Type Condition
ArgumentNullException

child

ReplaceChild(IdentifierTriple, IVersionable)

Replaces the child with the specified identifier with the provided item.

Declaration
public override int ReplaceChild(IdentifierTriple toReplace, IVersionable child)
Parameters
Type Name Description
IdentifierTriple toReplace

The identifier of the child to replace.

IVersionable child

The new child.

Returns
Type Description
Int32

The number of children replaced.

Overrides
VersionableBase.ReplaceChild(IdentifierTriple, IVersionable)
Exceptions
Type Condition
ArgumentNullException

child

Implements

System.ComponentModel.INotifyPropertyChanged
IVersionable
IIdentifiable
IHasCustomFields
IVisitable
IDescribable
IDublinCoreDescribable

Extension Methods

VersionableExtensions.GetMetadata(IVersionable)
VersionableExtensions.GetHeader(IVersionable)
VersionableExtensions.SetUserAttribute(IVersionable, String, String)
VersionableExtensions.GetUserAttribute(IVersionable, String)
VersionableExtensions.GetUserAttributeInt(IVersionable, String)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, String, String)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, String)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, String, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, IVersionable)
VersionableCustomFieldExtensions.GetCustomFieldStringValue(IHasCustomFields, String)
VersionableCustomFieldExtensions.GetCustomFieldUriValue(IHasCustomFields, String)
VersionableCustomFieldExtensions.GetCustomFieldMultilingualStringValue(IHasCustomFields, String)
VersionableUserIdExtensions.SetUserId(IVersionable, String, String)
Extensions.GetMultilingualStrings(IVersionable)
Extensions.GetDdiFragmentRepresentation(IVersionable, DDIWorkflowSerializer, XmlDocument)
Extensions.GetDdi32FragmentRepresentation(IVersionable, Ddi32Serializer)
Extensions.GetDdi33FragmentRepresentation(IVersionable, Ddi33Serializer)
NamingHelper.GetBaseFileNameForItem(IVersionable)
In This Article
Back to top Generated by DocFX