Class FilterFormChangeResult
Represents result returned from the filter form change command.
public class FilterFormChangeResult
- Inheritance
-
objectFilterFormChangeResult
- Extension Methods
Properties
Components
Gets or sets the form components representing edited form fields.
public ICollection<IFormComponentClientProperties> Components { get; set; }
Property Value
- ICollection<IFormComponentClientProperties>
Metadata
Gets or sets the filter metadata for the form components.
public IDictionary<string, FilterFormComponentMetadata> Metadata { get; set; }
Property Value
- IDictionary<string, FilterFormComponentMetadata>