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;
 }
Esempio n. 4
0
 internal Ex12MultivalueEntryIdStrategy(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag, int index) : base(property, getLocationPropertyBag)
 {
     this.index = index;
 }
Esempio n. 5
0
 internal LocationEntryIdStrategy(StorePropertyDefinition property, LocationEntryIdStrategy.GetLocationPropertyBagDelegate getLocationPropertyBag)
 {
     this.Property = property;
     this.GetLocationPropertyBag = getLocationPropertyBag;
 }