Share via


IndexColumnModel Classe

Définition

public class IndexColumnModel : Microsoft.EntityFrameworkCore.Infrastructure.Annotatable
type IndexColumnModel = class
    inherit Annotatable
Public Class IndexColumnModel
Inherits Annotatable
Héritage
IndexColumnModel

Constructeurs

IndexColumnModel()

Propriétés

Column
Index
Item[String]

Obtient l’annotation de valeur avec le nom donné, en retournant null si elle n’existe pas.

(Hérité de Annotatable)
Ordinal

Méthodes

AddAnnotation(String, Annotation)

Ajoute une annotation à cet objet. Lève si une annotation portant le nom spécifié existe déjà.

(Hérité de Annotatable)
AddAnnotation(String, Object)

Ajoute une annotation à cet objet. Lève si une annotation portant le nom spécifié existe déjà.

(Hérité de Annotatable)
CreateAnnotation(String, Object)

Crée une annotation.

(Hérité de Annotatable)
EnsureMutable()

Lève si le modèle est en lecture seule.

(Hérité de Annotatable)
EnsureReadOnly()

Lève si le modèle n’est pas en lecture seule.

(Hérité de Annotatable)
FindAnnotation(String)

Obtient l’annotation avec le nom donné, retournée null si elle n’existe pas.

(Hérité de Annotatable)
GetAnnotations()

Obtient toutes les annotations sur l’objet actif.

(Hérité de Annotatable)
GetOrAddAnnotation(String, Object)

Ajoute une annotation à cet objet ou retourne l’annotation existante si une annotation portant le nom spécifié existe déjà.

(Hérité de Annotatable)
OnAnnotationSet(String, Annotation, Annotation)

Appelé lorsqu’une annotation a été définie ou supprimée.

(Hérité de Annotatable)
RemoveAnnotation(String)

Supprime l’annotation donnée de cet objet.

(Hérité de Annotatable)
SetAnnotation(String, Annotation)

Définit l’annotation stockée sous la clé donnée. Remplace l’annotation existante si une annotation portant le nom spécifié existe déjà.

(Hérité de Annotatable)
SetAnnotation(String, Annotation, Annotation)

Définit l’annotation stockée sous la clé donnée. Remplace l’annotation existante si une annotation portant le nom spécifié existe déjà.

(Hérité de Annotatable)
SetAnnotation(String, Object)

Définit l’annotation stockée sous la clé donnée. Remplace l’annotation existante si une annotation portant le nom spécifié existe déjà.

(Hérité de Annotatable)

Implémentations d’interfaces explicites

IAnnotatable.FindAnnotation(String)

Obtient l’annotation avec le nom donné, en retournant null si elle n’existe pas.

(Hérité de Annotatable)
IAnnotatable.GetAnnotations()

Obtient toutes les annotations sur l’objet actif.

(Hérité de Annotatable)

Méthodes d’extension

GetAnnotation(IAnnotatable, String)

Obtient l’annotation avec le nom donné, en lisant si elle n’existe pas.

AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>)

Ajoute des annotations à un objet.

GetOrAddAnnotation(IMutableAnnotatable, String, String)

Obtient l’annotation existante avec une clé donnée ou ajoute une nouvelle annotation si elle n’en existe pas.

S’applique à