QueryableFormatter Class |
PostSharp.Patterns.Formatters.Formatter<IQueryable>
PostSharp.Patterns.Diagnostics.Formatters.QueryableFormatter
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class QueryableFormatter : Formatter<IQueryable>
The QueryableFormatter type exposes the following members.
Name | Description | |
---|---|---|
QueryableFormatter | Initializes a new instance of the QueryableFormatter class |
Name | Description | |
---|---|---|
Attributes |
Gets the formatter attributes.
(Inherited from Formatter<T>.) |
Name | Description | |
---|---|---|
WithOptions | (Inherited from Formatter<T>.) | |
Write(UnsafeStringBuilder, IQueryable) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Overrides Formatter<T>.Write(UnsafeStringBuilder, T).) | |
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from Formatter<T>.) |