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 EntityFrameworkEventSourcingConfigurationInheritance
Section titled “Inheritance”object ← EntityFrameworkEventSourcingConfiguration
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”ConfigureCephalonEvents(ModelBuilder)
Section titled “ ConfigureCephalonEvents(ModelBuilder)”Configures the CephalonEvents table and indexes required by the Entity Framework event-store provider.
public static void ConfigureCephalonEvents(ModelBuilder modelBuilder)Parameters
Section titled “Parameters”modelBuilder ModelBuilder
The model builder to extend.