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 |
---|---|
System.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 |
---|---|
System.Boolean |
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 |
---|---|
System.Int64 |