Example #1
0
        protected Page(PresentationNavigationModel presentationNavigation, string tag, string title)
        {
            _presentationNavigation = presentationNavigation;
            _tag = tag;
            _title = title;

            _pageNavigation = new PageNavigationModel();
        }
Example #2
0
        protected Page(PresentationNavigationModel presentationNavigation, string tag, string title)
        {
            _presentationNavigation = presentationNavigation;
            _tag   = tag;
            _title = title;

            _pageNavigation = new PageNavigationModel();
        }
Example #3
0
 public PageConclusion(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Conclusion", "More Information")
 {
 }
Example #4
0
 public PageCentralDatabase(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "CentralDatabase", "Central Database")
 {
 }
Example #5
0
 public PageCentralDatabase(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "CentralDatabase", "Central Database")
 {
 }
Example #6
0
 public PageDefinitions(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Definitions", "Definitions")
 {
 }
Example #7
0
 public PageGregYoung(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "GregYoung", "Greg Young")
 {
 }
Example #8
0
 public PageProof(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Proof", "Proof")
 {
 }
Example #9
0
 public PageConclusion(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Conclusion", "More Information")
 {
 }
Example #10
0
 public PageProof(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Proof", "Proof")
 {
 }
Example #11
0
 public PageAboutMe(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "AboutMe", "Michael L Perry")
 {
 }
Example #12
0
 public PageCQRS(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "CQRS", "Command Query Responsibility Segregation")
 {
 }
Example #13
0
 public PageUdiDahan(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "UdiDahan", "Udi Dahan")
 {
 }
Example #14
0
 public PageCQRS(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "CQRS", "Command Query Responsibility Segregation")
 {
 }
Example #15
0
 public PageDefinitions(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Definitions", "Definitions")
 {
 }
Example #16
0
 public PageAboutMe(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "AboutMe", "Michael L Perry")
 {
 }
Example #17
0
 public PageChoices(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Choices", "Choices")
 {
 }
Example #18
0
 public PageEricBrewer(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "EricBrewer", "Eric Brewer")
 {
 }
Example #19
0
 public PageSlidesAndCode(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "SlidesAndCode", "Slides and Code")
 {
 }
Example #20
0
 public PageEventSourcing(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "EventSourcing", "Event Sourcing")
 {
 }
Example #21
0
 public PageChoices(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Choices", "Choices")
 {
 }
Example #22
0
 public PageEventSourcing(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "EventSourcing", "Event Sourcing")
 {
 }
Example #23
0
 public PageSlidesAndCode(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "SlidesAndCode", "Slides and Code")
 {
 }
Example #24
0
 public PageTitle(PresentationNavigationModel presentationNavigation)
     : base(presentationNavigation, "Title", "")
 {
 }