SingleLineTextFormatterAttribute class

namespace: Serenity.Extensions   assemblySerenity.Extensions

An attribute that sets the formatter type to Serenity.Extensions.SingleLineTextFormatter and its options.

[AttributeUsage(AttributeTargets.All)]
public class SingleLineTextFormatterAttribute : CustomFormatterAttribute

Public Members

name description
SingleLineTextFormatterAttribute() Creates a new instance of the SingleLineTextFormatterAttribute class.
const Key The formatter type key.

See Also