LoggingPropertyVisitorOptions(bool, bool, bool)
Initializes a new LoggingPropertyVisitorOptions.
Declaration
public LoggingPropertyVisitorOptions(bool onlyInherited = false, bool includeInherited = false, bool onlyRendered = false)
Parameters
Type | Name | Description |
---|---|---|
bool | onlyInherited | Determines if only inherited properties (those with the
IsInherited flag set to |
bool | includeInherited | Determines if inherited properties must be included. This flag is taken into account by the visitors implemented on the logging contexts only. It is ignored by other visiting methods. |
bool | onlyRendered | Determines if only rendered properties must be visited. |