Show / Hide Table of Contents

Interface IRepositoryItemIdentity

Represents identification information for an item stored in a repository.

Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IRepositoryItemIdentity

Properties

AgencyId

Gets or sets the identifier of the agency that is authoritative for the item.

Declaration
string AgencyId { get; set; }
Property Value
Type Description
string

Identifier

Gets or sets the identifier of the item.

Declaration
Guid Identifier { get; set; }
Property Value
Type Description
Guid

IsDeprecated

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

Declaration
bool IsDeprecated { get; set; }
Property Value
Type Description
bool

ItemType

Gets or sets the type of the item.

Declaration
Guid ItemType { get; set; }
Property Value
Type Description
Guid

Version

Gets or sets the version number of the item.

Declaration
long Version { get; set; }
Property Value
Type Description
long

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX