Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​DataAnnotations.​FilterUIHintAttribute

Assembly: System.ComponentModel.Annotations

Inheritance: object → Attribute → FilterUIHintAttribute

Represents an attribute that is used to specify the filtering behavior for a column.

Properties

public Collections.​Generic.​IDictionary<​string, object>
ControlParameters
Gets the name/value pairs that are used as parameters in the control's constructor.
public string
FilterUIHint
Gets the name of the control to use for filtering.
public string
PresentationLayer
Gets the name of the presentation layer that supports this control.
public object
TypeId

Methods

public bool
Equals​(object obj)
Returns a value that indicates whether this attribute instance is equal to a specified object.
Returns <see langword="true" /> if the passed object is equal to this attribute instance; otherwise, <see langword="false" /> .
obj The object to compare with this attribute instance.
public int
GetHashCode​()
Returns the hash code for this attribute instance.
Returns This attribute instance hash code.
public bool
IsDefaultAttribute​()
Inherited from Attribute
public bool
Match​(object obj)
Inherited from Attribute
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object