Пример #1
0
 public InterestingEntries(IInterstingEntriesAlgorithm interestingEntriesCore)
 {
     InterestingEntriesCore = interestingEntriesCore;
     Algororithm = WeBlog.Components.InterestingEntriesCore.GetAlgororithmFromString(Mode);
     if (Algororithm != InterestingEntriesAlgorithm.Custom || InterestingEntriesCore == null)
     {
         InterestingEntriesCore = new InterestingEntriesCore(ManagerFactory.EntryManagerInstance, Algororithm);
     }
 }
Пример #2
0
 public InterestingEntries(IInterstingEntriesAlgorithm interestingEntriesCore)
 {
     InterestingEntriesCore = interestingEntriesCore;
     Algororithm            = WeBlog.Components.InterestingEntriesCore.GetAlgororithmFromString(Mode);
     if (Algororithm != InterestingEntriesAlgorithm.Custom || InterestingEntriesCore == null)
     {
         InterestingEntriesCore = new InterestingEntriesCore(ManagerFactory.EntryManagerInstance, Algororithm);
     }
 }
Пример #3
0
 public BlogInterestingEntries(IInterstingEntriesAlgorithm interestingEntriesCore = null)
 {
     InterestingEntriesCore = interestingEntriesCore;
 }
Пример #4
0
 public BlogInterestingEntries(IInterstingEntriesAlgorithm interestingEntriesCore = null)
 {
     InterestingEntriesCore = interestingEntriesCore;
 }