StructuralTypeConfiguration<TStructuralType> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Autorise l'exécution de la configuration pour un type dans un modèle.
public abstract class StructuralTypeConfiguration<TStructuralType> where TStructuralType : class
type StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)> = class
Public MustInherit Class StructuralTypeConfiguration(Of TStructuralType)
Paramètres de type
- TStructuralType
Type à configurer.
- Héritage
-
StructuralTypeConfiguration<TStructuralType>
- Dérivé
Constructeurs
StructuralTypeConfiguration<TStructuralType>() |
Autorise l'exécution de la configuration pour un type dans un modèle. |
Méthodes
Equals(Object) |
Autorise l'exécution de la configuration pour un type dans un modèle. |
GetHashCode() |
Autorise l'exécution de la configuration pour un type dans un modèle. |
GetType() |
Obtient le Type de l'instance actuelle. |
Ignore<TProperty>(Expression<Func<TStructuralType,TProperty>>) |
Exclut une propriété du modèle de manière à ce qu'elle ne soit pas mappée à la base de données. |
Property(Expression<Func<TStructuralType,Byte[]>>) |
Configure une System.byte[] propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,DateTime>>) |
Configure une DateTime propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,DateTimeOffset>>) |
Configure une DateTimeOffset propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,DbGeography>>) |
Configure une DbGeography propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,DbGeography>>) |
Configure une DbGeography propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,DbGeometry>>) |
Configure une DbGeometry propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,DbGeometry>>) |
Configure une DbGeometry propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,Decimal>>) |
Configure une System.decimal propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,Nullable<DateTime>>>) |
Configure une System.DateTime? propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>) |
Configure une System.DateTimeOffset? propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,Nullable<Decimal>>>) |
Configure une System.decimal? propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,Nullable<TimeSpan>>>) |
Configure une System.TimeSpan? propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,String>>) |
Configure une System.string propriété définie sur ce type. |
Property(Expression<Func<TStructuralType,TimeSpan>>) |
Configure une TimeSpan propriété définie sur ce type. |
Property<T>(Expression<Func<TStructuralType,Nullable<T>>>) |
Configure une System.struct? propriété définie sur ce type. |
Property<T>(Expression<Func<TStructuralType,T>>) |
Configure une System.struct propriété définie sur ce type. |
ToString() |
Autorise l'exécution de la configuration pour un type dans un modèle. |