コード例 #1
0
ファイル: BlogService.cs プロジェクト: Higea/Orchard
 public BlogService(
     IContentManager contentManager,
     IProcessingEngine processingEngine,
     ShellSettings shellSettings,
     IShellDescriptorManager shellDescriptorManager,
     IPathResolutionService pathResolutionService) {
     _contentManager = contentManager;
     _processingEngine = processingEngine;
     _shellSettings = shellSettings;
     _shellDescriptorManager = shellDescriptorManager;
     _pathResolutionService = pathResolutionService;
 }
コード例 #2
0
 public CaseService(
     IContentManager contentManager,
     IProcessingEngine processingEngine,
     ShellSettings shellSettings,
     IShellDescriptorManager shellDescriptorManager,
     IPathResolutionService pathResolutionService)
 {
     _contentManager         = contentManager;
     _processingEngine       = processingEngine;
     _shellSettings          = shellSettings;
     _shellDescriptorManager = shellDescriptorManager;
     _pathResolutionService  = pathResolutionService;
 }
コード例 #3
0
 public ArchiveConstraint(IPathResolutionService pathResolutionService) {
     _pathResolutionService = pathResolutionService;
 }
コード例 #4
0
ファイル: RsdConstraint.CS プロジェクト: kanujhun/orchard
 public RsdConstraint(IPathResolutionService pathResolutionService) {
     _pathResolutionService = pathResolutionService;
 }
コード例 #5
0
 public ArchiveConstraint(IPathResolutionService pathResolutionService)
 {
     _pathResolutionService = pathResolutionService;
 }
コード例 #6
0
 public RsdConstraint(IPathResolutionService pathResolutionService)
 {
     _pathResolutionService = pathResolutionService;
 }
コード例 #7
0
 public ProductInfoService(IPathResolutionService pathResolutionService)
 {
     _pathResolutionService = pathResolutionService;
 }