NDepend.API Documentation
QueryPersistenceKind Enumeration
NDepend.CodeQuery Namespace : QueryPersistenceKind Enumeration
Represent how the queries are stored in XML project files and XML rule files.
Syntax
public enum QueryPersistenceKind : System.Enum 
Members
MemberDescription
Default The default value is PersistOnlyQueryId.
PersistAllQueriesAsPlainText Persist query plain text, no matter if it corresponds to a default query or not.
PersistOnlyQueryIdForUntouchedQueries Persist only a query Id and retrieve the default query text for this Id at load time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.CodeQuery.QueryPersistenceKind

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

NDepend.CodeQuery Namespace