internal Ex12MultivalueEntryIdStrategyForSyncIssue(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag) : base(property, getLocationPropertyBag, 1) { }
internal Ex12MultivalueEntryIdNoMoveStampStrategy(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag, int index) : base(property, getLocationPropertyBag, index) { }
internal Ex12RenEntryIdStrategy(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag, Ex12RenEntryIdStrategy.PersistenceId persistenceId) : base(property, getLocationPropertyBag) { this.persistenceId = persistenceId; }
internal Ex12MultivalueEntryIdStrategy(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag, int index) : base(property, getLocationPropertyBag) { this.index = index; }
internal LocationEntryIdStrategy(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag) { this.Property = property; this.GetLocationPropertyBag = getLocationPropertyBag; }