public class SqlGuidCombProvider : BaseGuidCombProvider
Public Class SqlGuidCombProvider
Inherits BaseGuidCombProvider
public ref class SqlGuidCombProvider : public BaseGuidCombProvider
type SqlGuidCombProvider =
class
inherit BaseGuidCombProvider
end
SqlGuidCombProvider | Инициализирует новый экземпляр класса SqlGuidCombProvider |
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) | (Переопределяет 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 | (Переопределяет 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) |