Show / Hide Table of Contents

Class RepositoryItemMetadata

Contains metadata about an item stored in a repository.

Inheritance
System.Object
RepositoryItemMetadata
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RepositoryItemMetadata : object, IRepositoryItemIdentity, ISummaryText

Properties

AgencyId

Gets or sets the agency identifier of the item.

Declaration
public string AgencyId { get; set; }
Property Value
Type Description
System.String
Implements
IRepositoryItemIdentity.AgencyId

CompositeId

Gets or sets the composite identifier of the item.

Declaration
public IdentifierTriple CompositeId { get; set; }
Property Value
Type Description
IdentifierTriple

Description

Gets the description of the item.

Declaration
public MultilingualString Description { get; }
Property Value
Type Description
MultilingualString
Implements
ISummaryText.Description

DisplayLabel

Gets the display label for the item.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
System.String

Identifier

Gets or sets the identifier of the item.

Declaration
public Guid Identifier { get; set; }
Property Value
Type Description
Guid
Implements
IRepositoryItemIdentity.Identifier

IsDeprecated

Gets or sets a value indicating whether an item is deprecated.

Declaration
public bool IsDeprecated { get; set; }
Property Value
Type Description
System.Boolean

true if deprecated; otherwise, false.

Implements
IRepositoryItemIdentity.IsDeprecated

IsPublished

Gets or sets a value indicating whether the item is published.

Declaration
public bool IsPublished { get; set; }
Property Value
Type Description
System.Boolean

true if published; otherwise, false.

ItemName

Gets the name of the item.

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

ItemType

Gets or sets the type of the item.

Declaration
public Guid ItemType { get; set; }
Property Value
Type Description
Guid
Implements
IRepositoryItemIdentity.ItemType

Label

Gets the label of the item.

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

Summary

Gets the summary of the item.

Declaration
public MultilingualString Summary { get; }
Property Value
Type Description
MultilingualString
Implements
ISummaryText.Summary

Tags

Gets or sets the tags currently set on the item.

Declaration
public Collection<string> Tags { get; set; }
Property Value
Type Description
Collection<System.String>

The tags currently on this version of the item.

Version

Gets or sets the version of the item.

Declaration
public long Version { get; set; }
Property Value
Type Description
System.Int64
Implements
IRepositoryItemIdentity.Version

VersionDate

Gets or sets the date this version of the item was created.

Declaration
public DateTime VersionDate { get; set; }
Property Value
Type Description
DateTime

VersionRationale

Gets the log message specified when this version of the item was created.

Declaration
public MultilingualString VersionRationale { get; set; }
Property Value
Type Description
MultilingualString
Implements
ISummaryText.VersionRationale

VersionResponsibility

Gets or sets the user who created this version of the item.

Declaration
public string VersionResponsibility { get; set; }
Property Value
Type Description
System.String

Extension Methods

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