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
Uses format specified in attribute to format the argument.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- Arguments
Builder Extension
Syntax
public static string GetArgumentFromAutoProperty(AutoPropertyAttribute attribute, PropertyInfo property, object value)
Parameters
| Name | Type | Description |
|---|---|---|
| attribute | Auto |
The attribute. |
| property | PropertyInfo | the property. |
| value | object | the value. |
Return Value
| Type | Description |
|---|---|
| string | a string, or null. |
