Class FileNameFieldTransformer
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Transformer to be used for transforming an object field value for CI/CD repository file name composition.
public sealed class FileNameFieldTransformer
- Inheritance
-
objectFileNameFieldTransformer
- Extension Methods
Properties
Action
Action executed to transform the field value.
public Func<object, string> Action { get; set; }
Property Value
- Func<object, string>
FieldName
Name of the field to transform the value for.
public string FieldName { get; set; }
Property Value
- string