CustomFormatterAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Base class for custom formatter type attributes

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

Public Members

name description
CustomFormatterAttribute(…) Initializes a new instance of the CustomFormatterAttribute class.
override SetParams(…) Sets the parameters for formatter.

Protected Members

name description
GetOption<TType>(…) Gets value of an option.
SetOption(…) Sets the option.

See Also