ArgumentAccessor

Undocumented in source.

Constructors

this
this(PropertyAccessor!(string[][string], string[]) byKeyValuesAccessor, PropertyAccessor!(string[string], string) byKeyValueAccessor, PropertyAccessor!(string[], string) byValueAccessor)
Undocumented in source.

Members

Functions

access
Object access(ArgumentsHolder component, string property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(ArgumentsHolder component)

Identify the type of supported component.

has
bool has(ArgumentsHolder component, string property, RCIAllocator allocator)

Check if requested property is present in component.

Meta