Compartir a través de


ConventionAnnotatableExtensions Clase

Definición

Precaución

Use IConventionAnnotatable

Métodos de extensión para IConventionAnnotatable.

public static class ConventionAnnotatableExtensions
[System.Obsolete("Use IConventionAnnotatable")]
public static class ConventionAnnotatableExtensions
type ConventionAnnotatableExtensions = class
[<System.Obsolete("Use IConventionAnnotatable")>]
type ConventionAnnotatableExtensions = class
Public Module ConventionAnnotatableExtensions
Public Class ConventionAnnotatableExtensions
Herencia
ConventionAnnotatableExtensions
Atributos

Métodos

AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean)
Obsoletos.

Agrega anotaciones a un objeto .

GetAnnotation(IConventionAnnotatable, String)
Obsoletos.

Obtiene la anotación con el nombre especificado, iniciando si no existe.

SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean)
Obsoletos.

Establece la anotación almacenada bajo el nombre especificado. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado. Quita la anotación existente si null se proporciona.

Se aplica a