Class ValueBuilder
public class ValueBuilder
- Inheritance
-
ValueBuilder
- Inherited Members
- Extension Methods
Constructors
ValueBuilder()
public ValueBuilder()
Properties
HasValue
public bool HasValue { get; }
Property Value
Methods
AddValue(Func<string>, bool)
public ValueBuilder AddValue(Func<string> value, bool when = true)
Parameters
Returns
AddValue(string, bool)
Adds a space separated conditional value to a property.
public ValueBuilder AddValue(string value, bool when = true)
Parameters
Returns
ToString()
public override string ToString()