public abstract class BaseGuidCombProvider : IGuidCombProvider,
IComparer<Guid>
Public MustInherit Class BaseGuidCombProvider
Implements IGuidCombProvider, IComparer(Of Guid)
public ref class BaseGuidCombProvider abstract : IGuidCombProvider,
IComparer<Guid>
[<AbstractClassAttribute>]
type BaseGuidCombProvider =
class
interface IGuidCombProvider
interface IComparer<Guid>
end
BaseGuidCombProvider | Инициализирует новый экземпляр класса BaseGuidCombProvider |
Compare | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. |
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. |
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. |
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) |