public class PostgreSqlGuidCombProvider : BaseGuidCombProviderPublic Class PostgreSqlGuidCombProvider
Inherits BaseGuidCombProviderpublic ref class PostgreSqlGuidCombProvider : public BaseGuidCombProvidertype PostgreSqlGuidCombProvider =
class
inherit BaseGuidCombProvider
end| PostgreSqlGuidCombProvider | Инициализирует новый экземпляр класса PostgreSqlGuidCombProvider |
| DateTimeStrategy | (Унаследован от BaseGuidCombProvider) |
| GuidProvider | (Унаследован от BaseGuidCombProvider) |
| TimestampProvider | (Унаследован от BaseGuidCombProvider) |
| Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Унаследован от BaseGuidCombProvider) |
| Create |
Returns a new Guid COMB, consisting of a random Guid combined with the current UTC timestamp.
(Унаследован от BaseGuidCombProvider) |
| Create(DateTime) |
Returns a new Guid COMB, consisting of a random Guid combined with the provided timestamp.
(Унаследован от BaseGuidCombProvider) |
| Create(Guid) |
Returns a new Guid COMB, consisting of the specified Guid combined with the current UTC timestamp.
(Унаследован от BaseGuidCombProvider) |
| Create(Guid, DateTime) |
Returns a new Guid COMB, consisting of the provided Guid and provided timestamp.
(Переопределяет BaseGuidCombProviderCreate(Guid, DateTime)) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetTimestamp |
Extracts the DateTime embedded in a COMB GUID of the current Variant.
(Переопределяет BaseGuidCombProviderGetTimestamp(Guid)) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |