Class RepositoryItemMetadata
Contains metadata about an item stored in a repository.
Inheritance
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
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
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
IsDeprecated
Gets or sets a value indicating whether an item is deprecated.
Declaration
public bool IsDeprecated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Implements
IsPublished
Gets or sets a value indicating whether the item is published.
Declaration
public bool IsPublished { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ItemName
Gets the name of the item.
Declaration
public MultilingualString ItemName { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Implements
ItemType
Gets or sets the type of the item.
Declaration
public Guid ItemType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Implements
Label
Gets the label of the item.
Declaration
public MultilingualString Label { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Implements
Summary
Gets the summary of the item.
Declaration
public MultilingualString Summary { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Implements
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
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
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 |