Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.18 KB

CustomFormatterAttribute.md

File metadata and controls

28 lines (20 loc) · 1.18 KB

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