public AggregateProjectionInlineHandler973344970(Marten.IDocumentStore store, Marten.Events.Aggregation.IAggregateProjection projection, Marten.Events.Aggregation.IEventSlicer <EventSourcingTests.Bugs.Bug_2025_event_inheritance_in_projection.Identity, System.Guid> slicer, Marten.Storage.ITenancy tenancy, Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Bugs.Bug_2025_event_inheritance_in_projection.Identity, System.Guid> storage, Marten.Events.Aggregation.SingleStreamAggregation <EventSourcingTests.Bugs.Bug_2025_event_inheritance_in_projection.Identity> singleStreamAggregation) : base(store, projection, slicer, storage)
 {
     _store      = store;
     _projection = projection;
     _slicer     = slicer;
     _tenancy    = tenancy;
     _storage    = storage;
     _singleStreamAggregation = singleStreamAggregation;
 }
Ejemplo n.º 2
0
 public AggregateProjectionInlineHandler1898706479(Marten.IDocumentStore store, Marten.Events.Aggregation.IAggregateProjection projection, Marten.Events.Aggregation.IEventSlicer <EventSourcingTests.Projections.QuestParty, System.Guid> slicer, Marten.Storage.ITenancy tenancy, Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Projections.QuestParty, System.Guid> storage, Marten.Events.Aggregation.SingleStreamAggregation <EventSourcingTests.Projections.QuestParty> singleStreamAggregation) : base(store, projection, slicer, storage)
 {
     _store      = store;
     _projection = projection;
     _slicer     = slicer;
     _tenancy    = tenancy;
     _storage    = storage;
     _singleStreamAggregation = singleStreamAggregation;
 }
 public AggregateProjectionInlineHandler85257776(Marten.IDocumentStore store, Marten.Events.Aggregation.IAggregateProjection projection, Marten.Events.Aggregation.IEventSlicer <EventSourcingTests.Aggregation.RoomsAvailability, System.Guid> slicer, Marten.Storage.ITenancy tenancy, Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Aggregation.RoomsAvailability, System.Guid> storage, Marten.Events.Aggregation.AggregateProjection <EventSourcingTests.Aggregation.RoomsAvailability> aggregateProjection) : base(store, projection, slicer, storage)
 {
     _store               = store;
     _projection          = projection;
     _slicer              = slicer;
     _tenancy             = tenancy;
     _storage             = storage;
     _aggregateProjection = aggregateProjection;
 }
Ejemplo n.º 4
0
 public AggregateProjectionInlineHandler1433489248(Marten.IDocumentStore store, Marten.Events.Aggregation.IAggregateProjection projection, Marten.Events.Aggregation.IEventSlicer <EventSourcingTests.Bugs.Bug_1679_use_inner_type_for_self_aggregate.InnerAggregate, System.Guid> slicer, Marten.Storage.ITenancy tenancy, Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Bugs.Bug_1679_use_inner_type_for_self_aggregate.InnerAggregate, System.Guid> storage, Marten.Events.Aggregation.SingleStreamAggregation <EventSourcingTests.Bugs.Bug_1679_use_inner_type_for_self_aggregate.InnerAggregate> singleStreamAggregation) : base(store, projection, slicer, storage)
 {
     _store      = store;
     _projection = projection;
     _slicer     = slicer;
     _tenancy    = tenancy;
     _storage    = storage;
     _singleStreamAggregation = singleStreamAggregation;
 }
Ejemplo n.º 5
0
 public MyVersionedDocBulkLoader1489495374(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Metadata.MyVersionedDoc, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 6
0
 public ProductBulkLoader1360380871(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Reading.Linq.Product, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 7
0
 public AttVersionedDocBulkLoader506859367(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Metadata.AttVersionedDoc, int> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 8
0
 public CarBulkLoader343829114(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Bugs.Bug_1219_ordering_by_attributes.Car, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 9
0
 public QuestPartyBulkLoader784108779(Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Projections.QuestParty, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 10
0
 public MyClassBulkLoader52903863(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Bugs.MyClass, string> storage) : base(storage)
 {
     _storage = storage;
 }
 public TypeWithInnerCollectionsWithJsonConverterAttributeBulkLoader818716525(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Reading.Linq.TypeWithInnerCollectionsWithJsonConverterAttribute, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 12
0
 public ProductWithNumbersBulkLoader1463839245(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Reading.Linq.ProductWithNumbers, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 13
0
 public BugBulkLoader65166103(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.Bug, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 14
0
 public SimpleUserBulkLoader652546491(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Reading.Linq.SimpleUser, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 15
0
 public UserBulkLoader1415907724(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.User, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 16
0
 public LongDocBulkLoader1431212005(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.LongDoc, long> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 17
0
 public TopBulkLoader102551794(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Reading.Linq.querying_through_n_deep_sub_collections.Top, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 18
0
 public GuidDocBulkLoader400073224(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.GuidDoc, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 19
0
 public RouteDetailsBulkLoader784762106(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Bugs.RouteDetails, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 20
0
 public GuidDocBulkLoader1766073704(Marten.Internal.Storage.IDocumentStorage <GuidDoc, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 21
0
 public IssueBulkLoader2074714110(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.Issue, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 22
0
 public UserFromBaseDocumentBulkLoader1216401712(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.UserFromBaseDocument, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 23
0
 public InnerAggregateBulkLoader1153673020(Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Bugs.Bug_1679_use_inner_type_for_self_aggregate.InnerAggregate, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 24
0
 public UserWithInterfaceBulkLoader16433597(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.UserWithInterface, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 25
0
 public MartenStoredStateBulkLoader1211396321(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Bugs.MartenStoredState <System.Collections.Generic.Dictionary <string, string> >, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
 public Bug616AccountBulkLoader155584575(Marten.Internal.Storage.IDocumentStorage <CoreTests.Bugs.Bug616Account, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
 public PlayerBulkLoader1707213853(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Reading.Linq.Player, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
 public UserWithoutIdSetterBulkLoader1320849530(Marten.Internal.Storage.IDocumentStorage <Marten.Testing.Documents.UserWithoutIdSetter, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
Ejemplo n.º 29
0
 public RecordDocumentBulkLoader1196727384(Marten.Internal.Storage.IDocumentStorage <DocumentDbTests.Writing.document_inserts.RecordDocument, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }
 public MyAggregateBulkLoader137130458(Marten.Internal.Storage.IDocumentStorage <EventSourcingTests.Aggregation.MyAggregate, System.Guid> storage) : base(storage)
 {
     _storage = storage;
 }