PropertyEventData Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IProperty) |
Vytvoří datovou část události. |
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IReadOnlyProperty) |
Vytvoří datovou část události. |
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IProperty)
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
Vytvoří datovou část události.
public PropertyEventData (Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase eventDefinition, Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,string> messageGenerator, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Diagnostics.PropertyEventData : Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase * Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase, Microsoft.EntityFrameworkCore.Diagnostics.EventData, string> * Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Diagnostics.PropertyEventData
Public Sub New (eventDefinition As EventDefinitionBase, messageGenerator As Func(Of EventDefinitionBase, EventData, String), property As IProperty)
Parametry
- eventDefinition
- EventDefinitionBase
Definice události.
- messageGenerator
- Func<EventDefinitionBase,EventData,String>
Delegát, který generuje zprávu protokolu pro tuto událost.
- property
- IProperty
Vlastnost.
Platí pro
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IReadOnlyProperty)
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
- Zdroj:
- PropertyEventData.cs
Vytvoří datovou část události.
public PropertyEventData (Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase eventDefinition, Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore.Diagnostics.EventData,string> messageGenerator, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
new Microsoft.EntityFrameworkCore.Diagnostics.PropertyEventData : Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase * Func<Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase, Microsoft.EntityFrameworkCore.Diagnostics.EventData, string> * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Diagnostics.PropertyEventData
Public Sub New (eventDefinition As EventDefinitionBase, messageGenerator As Func(Of EventDefinitionBase, EventData, String), property As IReadOnlyProperty)
Parametry
- eventDefinition
- EventDefinitionBase
Definice události.
- messageGenerator
- Func<EventDefinitionBase,EventData,String>
Delegát, který generuje zprávu protokolu pro tuto událost.
- property
- IReadOnlyProperty
Vlastnost.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework