Struct SetChildArgs
Syntax
public struct SetChildArgs
Constructors
SetChildArgs(Conditions, ProxyTraitRequirements)
Declaration
public SetChildArgs(Conditions conditions, ProxyTraitRequirements requirements = null)
Parameters
SetChildArgs(Conditions, Exclusivity, Boolean, ProxyTraitRequirements)
Declaration
public SetChildArgs(Conditions conditions, Exclusivity exclusivity, bool required, ProxyTraitRequirements requirements = null)
Parameters
Fields
required
Is this child necessary to maintain the set after it has been initially matched?
Declaration
Field Value
TraitRequirements
A list of traits required for this query to function
Declaration
public ProxyTraitRequirements TraitRequirements
Field Value
tryBestMatchArgs
The pre-constructed arguments for matching this child's conditions
Declaration
public TryBestMatchArguments tryBestMatchArgs
Field Value