Пример #1
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);
Пример #2
0
 public virtual Sitecore.Pathfinder.Projects.IDiagnostic Diagnostic(int msg, string fileName, Sitecore.Pathfinder.Snapshots.TextSpan span, Sitecore.Pathfinder.Diagnostics.Severity severity, string text) => new Sitecore.Pathfinder.Projects.Diagnostic(msg, fileName, span, severity, text);
Пример #3
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);