public sealed class GuidContext : IGuidContext
Public NotInheritable Class GuidContext
Implements IGuidContext
public ref class GuidContext sealed : IGuidContext
[<SealedAttribute>]
type GuidContext =
class
interface IGuidContext
end
GuidContext | Создаёт экземпляр класса с указанием значений его свойств. |
Current | Текущий контекст IGuidContext. |
HasCurrent | Признак того, что текущий код выполняется внутри операции с контекстом IGuidContext, а свойство Current ссылается на действительный контекст. |
Replacer | Объект, выполняющий замещение идентификаторов на сгенерированные идентификаторы. |
Unknown | Неизвестный контекст IGuidContext. |
Create | Создаёт область операции, в которой заданный контекст будет являться текущим. |
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) |
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) |