EditorFilteringAttribute constructor (1 of 3)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the EditorFilteringAttribute class.

public EditorFilteringAttribute()

See Also


EditorFilteringAttribute constructor (2 of 3)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the EditorFilteringAttribute class.

public EditorFilteringAttribute(string editorType)
parameter description
editorType Type of the editor.

See Also


EditorFilteringAttribute constructor (3 of 3)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the EditorFilteringAttribute class.

public EditorFilteringAttribute(Type editorTypeAttribute)
parameter description
editorTypeAttribute The editor type attribute to read editor type from.

See Also