Beispiel #1
0
 public virtual Sitecore.Pathfinder.Languages.Json.JsonTextSnapshot JsonTextSnapshot(Sitecore.Pathfinder.Snapshots.ISourceFile sourceFile, string contents) => Resolve <Sitecore.Pathfinder.Languages.Json.JsonTextSnapshot>().With(sourceFile, contents);
Beispiel #2
0
 public virtual Sitecore.Pathfinder.Snapshots.ISnapshot Snapshot(Sitecore.Pathfinder.Snapshots.ISourceFile sourceFile) => Resolve <Sitecore.Pathfinder.Snapshots.Snapshot>().With(sourceFile);
Beispiel #3
0
 public virtual Sitecore.Pathfinder.Languages.Xml.XmlTextSnapshot XmlTextSnapshot(Sitecore.Pathfinder.Snapshots.ISourceFile sourceFile, string contents, string schemaNamespace, string schemaFileName) => Resolve <Sitecore.Pathfinder.Languages.Xml.XmlTextSnapshot>().With(sourceFile, contents, schemaNamespace, schemaFileName);
Beispiel #4
0
 public virtual Sitecore.Pathfinder.Snapshots.ISnapshot SerializationTextSnapshot(Sitecore.Pathfinder.Snapshots.ISourceFile sourceFile) => Resolve <Sitecore.Pathfinder.Languages.Serialization.SerializationTextSnapshot>().With(sourceFile);