ข้ามไปยังเนื้อหา

Class EntityFrameworkEventSourcingConfiguration

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.EventSourcing.EntityFramework
Assembly: Cephalon.EventSourcing.EntityFramework.dll

Applies the Cephalon event-store schema to an Entity Framework model.

public static class EntityFrameworkEventSourcingConfiguration

objectEntityFrameworkEventSourcingConfiguration

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Configures the CephalonEvents table and indexes required by the Entity Framework event-store provider.

public static void ConfigureCephalonEvents(ModelBuilder modelBuilder)

modelBuilder ModelBuilder

The model builder to extend.