Class Query
Query used to get information on graphics specs overides.
Inheritance
System.Object
Query
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Query
Constructors
Name | Description |
---|---|
Query() |
Properties
Name | Description |
---|---|
Key | Gets or sets the key for the query. |
Op | Gets or sets the operation for the query. |
Value | Gets or sets the value used for the query. Can be a string or an array of strings, and needs to be unfurled directly by the developer at runtime. |