Для изменения размера нажмите или перетащите

IGuidCombProvider - интерфейс

An interface for working with COMB GUIDs, implemented for both variants.

Пространство имён:  Tessa.Platform.GuidComb
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public interface IGuidCombProvider

Тип IGuidCombProvider предоставляет следующие члены.

Методы
  ИмяОписание
Открытый методCreate
Returns a new Guid COMB, consisting of a random Guid combined with the current UTC timestamp.
Открытый методCreate(DateTime)
Returns a new Guid COMB, consisting of a random Guid combined with the provided timestamp.
Открытый методCreate(Guid)
Returns a new Guid COMB, consisting of the specified Guid combined with the current UTC timestamp.
Открытый методCreate(Guid, DateTime)
Returns a new Guid COMB, consisting of the provided Guid and provided timestamp.
Открытый методGetTimestamp
Extracts the DateTime embedded in a COMB GUID of the current Variant.
В начало страницы
См. также