Classe EntityViewGenerationAttribute
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Nota: questa API è ora obsoleta.
Attributo per contrassegnare gli assembly che contengono il tipo delle viste generate.
System.Object
System.Attribute
System.Data.Entity.Core.Mapping.EntityViewGenerationAttribute
Spazio dei nomi: System.Data.Entity.Core.Mapping
Assembly: EntityFramework (in EntityFramework.dll)
'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := True)> _
<ObsoleteAttribute("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.", _
True)> _
Public NotInheritable Class EntityViewGenerationAttribute _
Inherits Attribute
'Utilizzo
Dim instance As EntityViewGenerationAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)]
[ObsoleteAttribute("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.",
true)]
public sealed class EntityViewGenerationAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = true)]
[ObsoleteAttribute(L"The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.",
true)]
public ref class EntityViewGenerationAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)>]
[<ObsoleteAttribute("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.",
true)>]
type EntityViewGenerationAttribute =
class
inherit Attribute
end
public final class EntityViewGenerationAttribute extends Attribute
Il tipo EntityViewGenerationAttribute espone i seguenti membri.
rapporti | Descrizione | |
---|---|---|
EntityViewGenerationAttribute | Inizializza una nuova istanza della classe EntityViewGenerationAttribute. |
In alto
rapporti | Descrizione | |
---|---|---|
TypeId | (Ereditato da Attribute) | |
ViewGenerationType | Ottiene l'oggetto T:System.Type della vista. |
In alto
rapporti | Descrizione | |
---|---|---|
Equals | (Ereditato da Attribute) | |
GetHashCode | (Ereditato da Attribute) | |
GetType | (Ereditato da Object) | |
IsDefaultAttribute | (Ereditato da Attribute) | |
Match | (Ereditato da Attribute) | |
ToString | (Ereditato da Object) |
In alto
rapporti | Descrizione | |
---|---|---|
_Attribute.GetIDsOfNames | (Ereditato da Attribute) | |
_Attribute.GetTypeInfo | (Ereditato da Attribute) | |
_Attribute.GetTypeInfoCount | (Ereditato da Attribute) | |
_Attribute.Invoke | (Ereditato da Attribute) |
In alto
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.