Class FieldConfigurer

Sets component's field to a value.

class FieldConfigurer(T, string property, Arg)
  
if (isFieldCompatible!(T, property, Arg));

Encapsulates logic that sets component's field to a certain value. If argument that is contained by configurer is a RuntimeReference, it will be automatically replaced with value extracted from locator, and set to component's field.

Constructors

NameDescription
this Constructor for MethodConfigurer!(T, property, Args)

Methods

NameDescription
configure See PropertyConfigurer interface