Exemplo n.º 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);
     }
 }
Exemplo n.º 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);
     }
 }
Exemplo n.º 3
0
 public BlogInterestingEntries(IInterstingEntriesAlgorithm interestingEntriesCore = null)
 {
     InterestingEntriesCore = interestingEntriesCore;
 }
Exemplo n.º 4
0
 public BlogInterestingEntries(IInterstingEntriesAlgorithm interestingEntriesCore = null)
 {
     InterestingEntriesCore = interestingEntriesCore;
 }