示例#1
0
 public virtual Sitecore.Pathfinder.Compiling.FieldCompilers.LayoutCompileContext LayoutCompileContext(Sitecore.Pathfinder.Projects.IProjectBase project, Sitecore.Pathfinder.Projects.IDatabase database, Sitecore.Pathfinder.Snapshots.ITextSnapshot snapshot) => new Sitecore.Pathfinder.Compiling.FieldCompilers.LayoutCompileContext(project, database, snapshot);
示例#2
0
 public virtual Sitecore.Pathfinder.Projects.ProjectIndexes.ProjectIndexes ProjectIndexes(Sitecore.Pathfinder.Projects.IProjectBase project) => new Sitecore.Pathfinder.Projects.ProjectIndexes.ProjectIndexes(project);
示例#3
0
 public virtual Sitecore.Pathfinder.Emitting.IEmitContext EmitContext(Sitecore.Pathfinder.Emitting.IProjectEmitter projectEmitter, Sitecore.Pathfinder.Projects.IProjectBase project) => Resolve <Sitecore.Pathfinder.Emitting.IEmitContext>().With(projectEmitter, project);
示例#4
0
 public virtual Sitecore.Pathfinder.Projects.Files.File File(Sitecore.Pathfinder.Projects.IProjectBase project, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string filePath) => new Sitecore.Pathfinder.Projects.Files.File(project, snapshot, filePath);
示例#5
0
 public virtual Sitecore.Pathfinder.Projects.IDatabase Database(Sitecore.Pathfinder.Projects.IProjectBase project, string databaseName, System.Collections.Generic.IEnumerable <string> languageNames) => new Sitecore.Pathfinder.Projects.Database(this, project, databaseName, languageNames);
示例#6
0
 public virtual Sitecore.Pathfinder.Languages.Content.ContentFile ContentFile(Sitecore.Pathfinder.Projects.IProjectBase project, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string filePath) => new Sitecore.Pathfinder.Languages.Content.ContentFile(project, snapshot, filePath);
示例#7
0
 public virtual Sitecore.Pathfinder.Checking.ICheckerContext CheckerContext(Sitecore.Pathfinder.Projects.IProjectBase project) => Resolve <Sitecore.Pathfinder.Checking.ICheckerContext>().With(project);
示例#8
0
 public virtual Sitecore.Pathfinder.Snapshots.SnapshotParseContext SnapshotParseContext(Sitecore.Pathfinder.Projects.IProjectBase project, System.Collections.Generic.IDictionary <string, string> tokens) => new Sitecore.Pathfinder.Snapshots.SnapshotParseContext(project, tokens);
示例#9
0
 public virtual Sitecore.Pathfinder.Languages.Serialization.SerializationFile SerializationFile(Sitecore.Pathfinder.Projects.IProjectBase project, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string filePath) => new Sitecore.Pathfinder.Languages.Serialization.SerializationFile(project, snapshot, filePath);