Exemplo n.º 1
0
 public PageDescriptorAttribute(string title, PageLifetime lifetime) : this(lifetime)
 {
     Title = title;
 }
Exemplo n.º 2
0
 public PageDescriptorAttribute(string title, int order, PageLifetime lifetime) : this(title, lifetime)
 {
     Order = order;
 }
Exemplo n.º 3
0
 public PageDescriptorAttribute(PageLifetime lifetime)
 {
     Lifetime = lifetime;
 }