Example #1
0
 public override bool HasPriority(IStorePropertyBag contact1, IStorePropertyBag contact2)
 {
     return(ItemSelectionStrategy.HasDefaultPriority(contact1, contact2));
 }
Example #2
0
 public static PropertyAggregationStrategy CreatePriorityPropertyAggregation(StorePropertyDefinition sourceProperty)
 {
     return(new PropertyAggregationStrategy.SingleValuePropertyAggregation(ItemSelectionStrategy.CreateSingleSourceProperty(sourceProperty)));
 }
Example #3
0
 public override bool HasPriority(IStorePropertyBag item1, IStorePropertyBag item2)
 {
     return(ItemSelectionStrategy.HasDefaultPriority(item1, item2));
 }