Dynamicweb.eCommerce.Searching.Filters Namespace : FilterDefinition Class |
The following tables list the members exposed by FilterDefinition.
Name | Description | |
---|---|---|
FilterDefinition Constructor | Initializes a new instance of an object. |
Name | Description | |
---|---|---|
AddInName | Gets or sets the name of the add-in to be used by this filter definition. | |
Conditions | Gets the list of visibility conditions. | |
GroupID | Gets or sets an ID of the group. | |
IsActive | Gets or sets value indicating whether the target filter is active by the current definition. | |
Name | Gets or sets the name of the filter. | |
Settings | Gets the list of custom settings for this filter definition. | |
TagName | Gets or sets the tag name. | |
Template | Gets or sets the template name for this filter definition. | |
VisibilityRule | Gets or sets the visibility rule. |
Name | Description | |
---|---|---|
BulkDelete | Deletes field definitions by their IDs. | |
BulkDeleteByGroups | Deletes all definitions for the specified groups. | |
BulkSetActive | Switches specified definitions to the specified "Active" state. | |
ClearCache | Clears the cache. | |
Delete | Overloaded. Overridden. Deletes the definition. | |
DeSerialize | DeSerializes the XML string into setting objects | |
Fill | Overridden. Fills the current instance with the data provided by an instance of the IDataReader object. | |
GetDefinition | Retrieves a definition object by its ID. | |
GetDefinitions | Retrieves a list of all definitions from all groups. | |
GetDefinitionsByGroup | Retrieves a list of definitions by their group ID. | |
Save | Overridden. Saves the definition. | |
Serialize | Serializes current object instance into the XML string suitable for processing by AddInSelector. |