Show / Hide Table of Contents

Interface IIdentifiable

Defines identification information for an item.

Inherited Members
IHasCustomFields.CustomFields
IHasCustomFields.UserAttributes
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IIdentifiable : IHasCustomFields

Properties

AgencyId

Gets or sets the agency identifier.

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

The agency identifier.

Identifier

Gets or sets the universally unique identifier.

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

The identifier.

UserIds

Gets the user-specified identifiers.

Declaration
UserIdCollection UserIds { get; }
Property Value
Type Description
UserIdCollection

Extension Methods

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