Condividi tramite


StructuralTypeConfiguration<TStructuralType> Classe

Definizione

Consente di eseguire la configurazione di un tipo in un modello.

public abstract class StructuralTypeConfiguration<TStructuralType> where TStructuralType : class
type StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)> = class
Public MustInherit Class StructuralTypeConfiguration(Of TStructuralType)

Parametri di tipo

TStructuralType

Tipo da configurare.

Ereditarietà
StructuralTypeConfiguration<TStructuralType>
Derivato

Costruttori

StructuralTypeConfiguration<TStructuralType>()

Consente di eseguire la configurazione di un tipo in un modello.

Metodi

Equals(Object)

Consente di eseguire la configurazione di un tipo in un modello.

GetHashCode()

Consente di eseguire la configurazione di un tipo in un modello.

GetType()

Ottiene l'oggetto Type dell'istanza corrente.

Ignore<TProperty>(Expression<Func<TStructuralType,TProperty>>)

Esclude una proprietà dal modello in modo che non venga eseguito il relativo mapping al database.

Property(Expression<Func<TStructuralType,Byte[]>>)

Configura una System.byte[] proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,DateTime>>)

Configura una DateTime proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,DateTimeOffset>>)

Configura una DateTimeOffset proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,DbGeography>>)

Configura una DbGeography proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,DbGeography>>)

Configura una DbGeography proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,DbGeometry>>)

Configura una DbGeometry proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,DbGeometry>>)

Configura una DbGeometry proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,Decimal>>)

Configura una System.decimal proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,Nullable<DateTime>>>)

Configura una System.DateTime? proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>)

Configura una System.DateTimeOffset? proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,Nullable<Decimal>>>)

Configura una System.decimal? proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,Nullable<TimeSpan>>>)

Configura una System.TimeSpan? proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,String>>)

Configura una System.string proprietà definita in questo tipo.

Property(Expression<Func<TStructuralType,TimeSpan>>)

Configura una TimeSpan proprietà definita in questo tipo.

Property<T>(Expression<Func<TStructuralType,Nullable<T>>>)

Configura una System.struct? proprietà definita in questo tipo.

Property<T>(Expression<Func<TStructuralType,T>>)

Configura una System.struct proprietà definita in questo tipo.

ToString()

Consente di eseguire la configurazione di un tipo in un modello.

Si applica a