BooleanFilteringAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets filtering type to "Boolean"

[AttributeUsage(AttributeTargets.All)]
public class BooleanFilteringAttribute : CustomFilteringAttribute

Public Members

name description
BooleanFilteringAttribute() Initializes a new instance of the BooleanFilteringAttribute class.
FalseText { get; set; } Gets or sets the text used of false value.
TrueText { get; set; } Gets or sets the text used for true value.
const Key Filtering type key

See Also