Interface IIdentifiable
Defines identification information for an item.
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IIdentifiable
Properties
AgencyId
Gets or sets the agency identifier.
Declaration
string AgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.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 |