Exemplo n.º 1
0
 public virtual Sitecore.Pathfinder.Languages.Media.MediaFile MediaFile(Sitecore.Pathfinder.Projects.IDatabase database, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string itemName, string itemPath, string filePath) => new Sitecore.Pathfinder.Languages.Media.MediaFile(database, snapshot, itemName, itemPath, filePath);
Exemplo n.º 2
0
 public virtual Sitecore.Pathfinder.Parsing.IParseContext ParseContext(Sitecore.Pathfinder.Projects.IProject project, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, Sitecore.Pathfinder.Parsing.PathMappingContext pathMappingContext) => new Sitecore.Pathfinder.Parsing.ParseContext(Configuration, project, snapshot, pathMappingContext);
Exemplo n.º 3
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);
Exemplo n.º 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);
Exemplo n.º 5
0
 public virtual Sitecore.Pathfinder.Snapshots.TextNode TextNode(Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string key, string value, Sitecore.Pathfinder.Snapshots.TextSpan textSpan, System.Collections.Generic.IEnumerable <Sitecore.Pathfinder.Snapshots.ITextNode> attributes, System.Collections.Generic.IEnumerable <Sitecore.Pathfinder.Snapshots.ITextNode> childNodes) => new Sitecore.Pathfinder.Snapshots.TextNode(snapshot, key, value, textSpan, attributes, childNodes);
Exemplo n.º 6
0
 public virtual Sitecore.Pathfinder.Snapshots.TextNode TextNode(Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string key, string value, Sitecore.Pathfinder.Snapshots.TextSpan textSpan) => new Sitecore.Pathfinder.Snapshots.TextNode(snapshot, key, value, textSpan);
Exemplo n.º 7
0
 public virtual Sitecore.Pathfinder.Snapshots.SnapshotTextNode SnapshotTextNode(Sitecore.Pathfinder.Snapshots.ISnapshot snapshot) => new Sitecore.Pathfinder.Snapshots.SnapshotTextNode(snapshot);
Exemplo n.º 8
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);
Exemplo n.º 9
0
 public virtual Sitecore.Pathfinder.Languages.Renderings.Rendering Rendering(Sitecore.Pathfinder.Projects.IDatabase database, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, string itemPath, string itemName, string filePath, string templateIdOrPath) => new Sitecore.Pathfinder.Languages.Renderings.Rendering(database, snapshot, itemPath, itemName, filePath, templateIdOrPath);