PropertyEventData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IProperty) |
Constructs the event payload. |
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IReadOnlyProperty) |
Constructs the event payload. |
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IProperty)
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
Constructs the event payload.
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)
Parameters
- eventDefinition
- EventDefinitionBase
The event definition.
- messageGenerator
- Func<EventDefinitionBase,EventData,String>
A delegate that generates a log message for this event.
- property
- IProperty
The property.
Applies to
PropertyEventData(EventDefinitionBase, Func<EventDefinitionBase,EventData,String>, IReadOnlyProperty)
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
- Source:
- PropertyEventData.cs
Constructs the event payload.
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)
Parameters
- eventDefinition
- EventDefinitionBase
The event definition.
- messageGenerator
- Func<EventDefinitionBase,EventData,String>
A delegate that generates a log message for this event.
- property
- IReadOnlyProperty
The property.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework