ObjectVersion Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Versão de um objeto exclusivamente identificável.
[MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersionFormatter))]
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ObjectVersion : IEquatable<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion>
[<MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersionFormatter))>]
[<System.Runtime.CompilerServices.IsReadOnly>]
type ObjectVersion = struct
Public Structure ObjectVersion
Implements IEquatable(Of ObjectVersion)
- Herança
-
ObjectVersion
- Atributos
-
MessagePack.MessagePackFormatterAttribute IsReadOnlyAttribute
- Implementações
Construtores
ObjectVersion(UInt32, UInt32) |
Versão de um objeto exclusivamente identificável. |
Propriedades
ClientChangeCount |
Contador atual de alterações iniciadas pelo cliente do objeto. |
ServerChangeCount |
Contador atual de alterações iniciadas pelo servidor do objeto . |
Métodos
Deconstruct(UInt32, UInt32) |
Versão de um objeto exclusivamente identificável. |
Equals(Object) |
Versão de um objeto exclusivamente identificável. |
Equals(ObjectVersion) |
Versão de um objeto exclusivamente identificável. |
GetHashCode() |
Versão de um objeto exclusivamente identificável. |
ToString() |
Versão de um objeto exclusivamente identificável. |
Operadores
Equality(ObjectVersion, ObjectVersion) |
Versão de um objeto exclusivamente identificável. |
Inequality(ObjectVersion, ObjectVersion) |
Versão de um objeto exclusivamente identificável. |
Métodos de Extensão
NextClientVersion(ObjectVersion) |
Obtém o ObjectVersion correspondente à próxima alteração de cliente. |
NextServerVersion(ObjectVersion) |
Obtém o ObjectVersion correspondente à próxima alteração de servidor. |