Annotatable Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Clase base para tipos que admiten la lectura y escritura de anotaciones.
Normalmente, los proveedores de bases de datos usan este tipo (y otras extensiones). Por lo general, no se usa en el código de la aplicación.
public class Annotatable : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public class Annotatable : Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
type Annotatable = class
interface IMutableAnnotatable
interface IAnnotatable
type Annotatable = class
inherit AnnotatableBase
interface IMutableAnnotatable
interface IReadOnlyAnnotatable
Public Class Annotatable
Implements IMutableAnnotatable
Public Class Annotatable
Inherits AnnotatableBase
Implements IMutableAnnotatable
- Herencia
-
Annotatable
- Herencia
- Derivado
- Implementaciones
Comentarios
Consulte Implementación de proveedores y extensiones de bases de datos para obtener más información y ejemplos.
Constructores
Annotatable() |
Clase base para tipos que admiten la lectura y escritura de anotaciones. Normalmente, los proveedores de bases de datos usan este tipo (y otras extensiones). Por lo general, no se usa en el código de la aplicación. |
Propiedades
IsReadOnly |
Indica si el objeto actual es de solo lectura. (Heredado de AnnotatableBase) |
Item[String] |
Obtiene la anotación de valor con el nombre especificado y devuelve |
Item[String] |
Obtiene la anotación de valor con el nombre especificado y devuelve |
Métodos
AddAnnotation(String, Annotation) |
Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado. |
AddAnnotation(String, Annotation) |
Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
AddAnnotation(String, Object) |
Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado. |
AddAnnotation(String, Object) |
Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
AddAnnotations(IEnumerable<IAnnotation>) |
Agrega anotaciones a este objeto. (Heredado de AnnotatableBase) |
AddAnnotations(IReadOnlyDictionary<String,Object>) |
Agrega anotaciones a este objeto. (Heredado de AnnotatableBase) |
AddRuntimeAnnotation(String, Annotation) |
Agrega una anotación en tiempo de ejecución a este objeto . Produce si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
AddRuntimeAnnotation(String, Object) |
Agrega una anotación en tiempo de ejecución a este objeto . Produce si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
AddRuntimeAnnotations(IEnumerable<Annotation>) |
Agrega anotaciones en tiempo de ejecución a este objeto . (Heredado de AnnotatableBase) |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
Agrega anotaciones en tiempo de ejecución a este objeto . (Heredado de AnnotatableBase) |
CreateAnnotation(String, Object) |
Crea una nueva anotación. |
CreateAnnotation(String, Object) |
Crea una nueva anotación. (Heredado de AnnotatableBase) |
CreateRuntimeAnnotation(String, Object) |
Crea una nueva anotación en tiempo de ejecución. (Heredado de AnnotatableBase) |
EnsureMutable() |
Produce si el modelo es de solo lectura. |
EnsureReadOnly() |
Se produce si el modelo no es de solo lectura. |
FindAnnotation(String) |
Obtiene la anotación con el nombre especificado y devuelve |
FindAnnotation(String) |
Obtiene la anotación con el nombre especificado y devuelve |
FindRuntimeAnnotation(String) |
Obtiene la anotación en tiempo de ejecución con el nombre especificado y devuelve |
GetAnnotation(String) |
Obtiene la anotación con el nombre especificado, iniciando si no existe. (Heredado de AnnotatableBase) |
GetAnnotations() |
Obtiene todas las anotaciones del objeto actual. |
GetAnnotations() |
Obtiene todas las anotaciones del objeto actual. (Heredado de AnnotatableBase) |
GetOrAddAnnotation(String, Object) |
Agrega una anotación a este objeto o devuelve la anotación existente si ya existe una con el nombre especificado. |
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg) |
Obtiene el valor de la anotación en tiempo de ejecución con el nombre especificado, agregándolo si no existe uno. (Heredado de AnnotatableBase) |
GetRuntimeAnnotations() |
Obtiene todas las anotaciones en tiempo de ejecución en el objeto actual. (Heredado de AnnotatableBase) |
OnAnnotationSet(String, Annotation, Annotation) |
Se llama cuando se estableció o quitó una anotación. |
OnAnnotationSet(String, Annotation, Annotation) |
Se llama cuando se estableció o quitó una anotación. (Heredado de AnnotatableBase) |
RemoveAnnotation(String) |
Quita la anotación especificada de este objeto. |
RemoveAnnotation(String) |
Quita la anotación especificada de este objeto. (Heredado de AnnotatableBase) |
RemoveRuntimeAnnotation(String) |
Quita la anotación en tiempo de ejecución especificada de este objeto. (Heredado de AnnotatableBase) |
SetAnnotation(String, Annotation) |
Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. |
SetAnnotation(String, Annotation, Annotation) |
Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. |
SetAnnotation(String, Annotation, Annotation) |
Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
SetAnnotation(String, Object) |
Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. |
SetAnnotation(String, Object) |
Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
SetRuntimeAnnotation(String, Annotation, Annotation) |
Establece la anotación en tiempo de ejecución almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
SetRuntimeAnnotation(String, Object) |
Establece la anotación en tiempo de ejecución almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
Implementaciones de interfaz explícitas
IAnnotatable.AddRuntimeAnnotation(String, Object) |
Agrega una anotación en tiempo de ejecución a este objeto . Produce si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
IAnnotatable.FindAnnotation(String) |
Obtiene la anotación con el nombre especificado, devolviendo null si no existe. |
IAnnotatable.FindRuntimeAnnotation(String) |
Obtiene la anotación en tiempo de ejecución con el nombre especificado y devuelve |
IAnnotatable.GetAnnotations() |
Obtiene todas las anotaciones del objeto actual. |
IAnnotatable.GetRuntimeAnnotations() |
Obtiene todas las anotaciones en tiempo de ejecución del objeto actual. (Heredado de AnnotatableBase) |
IAnnotatable.RemoveRuntimeAnnotation(String) |
Quita la anotación en tiempo de ejecución especificada de este objeto. (Heredado de AnnotatableBase) |
IAnnotatable.SetRuntimeAnnotation(String, Object) |
Establece la anotación en tiempo de ejecución almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. (Heredado de AnnotatableBase) |
IMutableAnnotatable.AddAnnotation(String, Object) |
Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado. |
IMutableAnnotatable.RemoveAnnotation(String) |
Quita la anotación especificada de este objeto. |
IMutableAnnotatable.SetOrRemoveAnnotation(String, Object) |
Establece la anotación almacenada en el nombre especificado. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. Quita la anotación existente si |
IReadOnlyAnnotatable.FindAnnotation(String) |
Obtiene la anotación con el nombre especificado y devuelve |
IReadOnlyAnnotatable.GetAnnotations() |
Obtiene todas las anotaciones del objeto actual. (Heredado de AnnotatableBase) |
IReadOnlyAnnotatable.Item[String] |
Obtiene el valor de la anotación con el nombre especificado, devolviendo |
Métodos de extensión
AnnotationsToDebugString(IAnnotatable, Int32) |
Obtiene la cadena de depuración de todas las anotaciones declaradas en el objeto . |
GetAnnotation(IAnnotatable, String) |
Obtiene la anotación con el nombre especificado, iniciando si no existe. |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
Agrega anotaciones a un objeto . |
GetAnnotation(IMutableAnnotatable, String) |
Obtiene la anotación con el nombre especificado, iniciando si no existe. |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
Obtiene la anotación existente con una clave determinada o agrega una nueva anotación si no existe. |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
Establece la anotación almacenada en el nombre especificado. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. Quita la anotación existente si |