ListViewFilterAttribute Constructors
Specifies the filters that an end-user will be able to apply to the List View that displays the target class’objects.
Name | Parameters | Description |
---|---|---|
List |
id, criteria, is |
Creates an instance of the List |
List |
id, criteria, caption, is |
Creates an instance of the List |
List |
id, criteria, caption, description, is |
Creates an instance of the List |
List |
id, criteria, caption, description, index, is |
Initializes a new instance of the List |
List |
id, criteria, caption, description |
Creates an instance of the List |
List |
id, criteria, caption |
Creates an instance of the List |
List |
id, criteria |
Creates an instance of the List |
See Also