Table of Contents

Interface IIdentifier

Namespace
JobFlow.Models.Common
Assembly
JobFlow.Models.dll

Represents an identifier for an entity.

[JsonConverter(typeof(IdentifierConverter))]
public interface IIdentifier

Properties

Type

[JsonConverter(typeof(JsonStringEnumConverter))]
IdType Type { get; set; }

Property Value

IdType

Methods

ToFullString()

string ToFullString()

Returns

string