Show / Hide Table of Contents

Class StudyUnit

Represents a description of a research study or other statistical activity.

Inheritance
System.Object
NotificationObject
IdentifiableBase
VersionableBase
StudyBase
StudyUnit
Inherited Members
StudyBase.Embargos
StudyBase.PhysicalInstances
StudyBase.Archives
StudyBase.PhysicalInstanceTypes
StudyBase.AnalysisUnit
StudyBase.AnalysisUnitsCovered
StudyBase.KindsOfData
StudyBase.DublinCoreMetadata
StudyBase.DisplayLabel
StudyBase.StudyAbstract
StudyBase.Purpose
StudyBase.SeriesStatement
StudyBase.FundingSources
StudyBase.AuthorizationSources
StudyBase.Coverage
StudyBase.StudyUniverse
StudyBase.ResourcePackages
StudyBase.QualityStatements
StudyBase.ClassificationFamilies
StudyBase.ConceptualComponents
StudyBase.DataCollections
StudyBase.LogicalProducts
StudyBase.PhysicalProducts
StudyBase.Label
StudyBase.Description
StudyBase.ItemName
StudyBase.AddChild(IVersionable)
StudyBase.ChildTypesAccepted
StudyBase.GetChildren()
StudyBase.AcceptForBaseProperties(IVersionableVisitor)
VersionableBase.Accept(IVersionableVisitor)
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.ManagedCollections
VersionableBase.ManageCollection(INotifyCollectionChanged, String)
VersionableBase.RemoveChild(IVersionable, IList[])
VersionableBase.RemoveChild(IdentifierTriple, IList[])
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
VersionableBase.ToString()
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 StudyUnit : StudyBase, IVersionable, IIdentifiable, IHasCustomFields, IVisitable, IDescribable, IDublinCoreDescribable

Properties

ItemType

Gets the universally unique identifier representing the item's type.

Declaration
public override Guid ItemType { get; }
Property Value
Type Description
Guid

The identifier representing the item's type.

Overrides
VersionableBase.ItemType

Methods

RemoveChild(IdentifierTriple)

Removes the child.

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

The child.

Returns
Type Description
System.Int32
Overrides
StudyBase.RemoveChild(IdentifierTriple)

ReplaceChild(IdentifierTriple, IVersionable)

Replaces the child.

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

To replace.

IVersionable child

The child.

Returns
Type Description
System.Int32
Overrides
StudyBase.ReplaceChild(IdentifierTriple, IVersionable)

Extension Methods

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