IIdentifierService Interface |
A service that defines a unique identifier for an object.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic interface IIdentifierService
Public Interface IIdentifierService
public interface class IIdentifierService
type IIdentifierService = interface end
The IIdentifierService type exposes the following members.
Properties
| Name | Description |
---|
 | Identifier |
Gets the unique identifier of the object.
|
Top
See Also