Class RepositoryItem
Represents an item that is registered with a repository.
Inheritance
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RepositoryItem : object, IRepositoryItemIdentity
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 | The composite unique identifier. |
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 the item is deprecated.
Declaration
public bool IsDeprecated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
IsProvisional
Gets or sets a value indicating whether is provisional.
Declaration
public bool IsProvisional { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPublished
Gets or sets a value indicating whether the item is published.
Declaration
public bool IsPublished { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item
Gets or sets the item content. This is usually the serialized XML representation.
Declaration
public string Item { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemFormat
Gets or sets the identifier of the serialization format (RepositoryFormats) used for the item.
Declaration
public Guid ItemFormat { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ItemType
Gets or sets the type of the item.
Declaration
public Guid ItemType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Implements
Notes
Gets or sets the notes about the item.
Declaration
public Collection<Note> Notes { get; set; }
Property Value
Type | Description |
---|---|
Collection<Note> |
Tag
Gets or sets an IVersionable instantiatino of the repository item.
Declaration
public IVersionable Tag { get; set; }
Property Value
Type | Description |
---|---|
IVersionable |
Remarks
This property is used to speed local processing.
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 | The version date. |
VersionRationale
Gets or sets the version rationale.
Declaration
public MultilingualString VersionRationale { get; set; }
Property Value
Type | Description |
---|---|
MultilingualString |
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 |