Ejemplo n.º 1
0
 public override void ConfigureEPiProperties(EPiPropertiesRegistry registry)
 {
     registry.For <CmsChildrenAttribute>().Use <ChildrenPropertyGetter>();
     registry.For <CmsAncestorsAttribute>().Use <AncestorsPropertyGetter>();
     registry.For <CmsDescendantsAttribute>().Use <DescendentsPropertyGetter>();
     registry.For <CmsParentAttribute>().Use <ParentPropertyGetter>();
     registry.For <CmsReferenceAttribute>().Use <ReferencePropertyGetter>();
 }
 public override void ConfigureEPiProperties(EPiPropertiesRegistry registry)
 {
     registry.For<CmsChildrenAttribute>().Use<ChildrenPropertyGetter>();
     registry.For<CmsAncestorsAttribute>().Use<AncestorsPropertyGetter>();
     registry.For<CmsDescendantsAttribute>().Use<DescendentsPropertyGetter>();
     registry.For<CmsParentAttribute>().Use<ParentPropertyGetter>();
     registry.For<CmsReferenceAttribute>().Use<ReferencePropertyGetter>();
 }
 public override void ConfigureEPiProperties(EPiPropertiesRegistry registry)
 {
     registry.For <FriendlyUrlAttribute>().Use <FriendlyUrlPropertyGetter>();
 }
 public override void ConfigureEPiProperties(EPiPropertiesRegistry registry)
 {
     registry.For<CmsPublishedStatusAttribute>().Use<PublishedStatusPropertyGetter>();
     registry.For<CmsPagePredicateAttribute>().Use<PagePredicatePropertyGetter>();
 }
 public abstract void ConfigureEPiProperties(EPiPropertiesRegistry registry);
 public abstract void ConfigureEPiProperties(EPiPropertiesRegistry registry);
 public override void ConfigureEPiProperties(EPiPropertiesRegistry registry)
 {
     registry.For<FriendlyUrlAttribute>().Use<FriendlyUrlPropertyGetter>();
 }
Ejemplo n.º 8
0
 public override void ConfigureEPiProperties(EPiPropertiesRegistry registry)
 {
     registry.For <CmsPublishedStatusAttribute>().Use <PublishedStatusPropertyGetter>();
     registry.For <CmsPagePredicateAttribute>().Use <PagePredicatePropertyGetter>();
 }