forked from zzzprojects/System.Linq.Dynamic.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalConfig.xml
More file actions
23 lines (19 loc) · 1.34 KB
/
GlobalConfig.xml
File metadata and controls
23 lines (19 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<DynLINQDoc xmlns="http://schemas.plainlogic.net/dynamiclinqdocs/2014">
<Classes>
<Class name="GlobalConfig" namespace="System.Linq.Dynamic">
<Description>Static configuration class for Dynamic Linq.</Description>
<Remarks>`GlobalConfig` is a static class for setting `AppDomain` level settings for the *Dynamic Linq Library*.</Remarks>
<Properties>
<Property name="CustomTypeProvider" valueType="IDynamicLinqCustomTypeProvider" accessors="GetSet" isStatic="true">
<Description>Gets or sets the `IDynamicLinkCustomTypeProvider`.</Description>
<ValueTypeDescription>A value that determines how custom types for Dynamic Linq are provided. The default value is set to `DefaultDynamicLinqCustomTypeProvider`.</ValueTypeDescription>
</Property>
<Property name="AreContextKeywordsEnabled" valueType="bool" accessors="GetSet" isStatic="true">
<Description>Determines if the context keywords (`it`, `parent`, and `root`) are valid and usable inside a Dynamic Linq string expression. Does not affect the usability of the equivalent context symbols (`$`, `^` and `~`).</Description>
<ValueTypeDescription>The default value is `true`.</ValueTypeDescription>
</Property>
</Properties>
</Class>
</Classes>
</DynLINQDoc>