This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Buildah.
Summary
Gets and processes property value from settings.
Syntax
public static IEnumerable<Nullable<BuildahArgument>> GetArgumentFromProperty<TSettings>(PropertyInfo property, TSettings settings, bool preCommand)
where TSettings : AutoToolSettings, new()
Attributes
Type |
Description |
NullableContextAttribute |
|
IteratorStateMachineAttribute |
|
Type Parameters
Name |
Description |
TSettings |
The type of Settings. |
Parameters
Name |
Type |
Description |
property |
PropertyInfo |
The property to handle. |
settings |
TSettings |
The settings. |
preCommand |
bool |
Pre or post command. |
Return Value