FormatterTypeAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets formatter type.

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

Public Members

name description
FormatterTypeAttribute(…) Initializes a new instance of the FormatterTypeAttribute class.
FormatterType { get; } Gets the type of the formatter.
virtual SetParams(…) Sets the formatter parameters.

See Also