Dynamicweb.eCommerce.Products Namespace : GroupFilterOption Class |
The following tables list the members exposed by GroupFilterOption.
Name | Description | |
---|---|---|
GroupFilterOption Constructor | Overloaded. |
Name | Description | |
---|---|---|
Definition | Gets or sets the reference to filter definition. | |
Group | Gets or sets the reference to eCommerce group. | |
Label | Gets or sets the option label. | |
Sort | Gets or sets the sort order of the option. | |
Value | Gets or sets the option value. |
Name | Description | |
---|---|---|
ClearCache | Clears the cache. | |
CompareTo | Comparse the current option to the given one. | |
CopyTo | Transfer property values of the current object to the given object. | |
Delete | Overloaded. Overridden. Deletes the given option and clears the cache. | |
DeleteOptionsByDefinition | Overloaded. Deletes all options that belong to the given filter definition and clears the cache afterwards. | |
DeleteOptionsByDefinitionIDs | Overloaded. Deletes all options that belong to any of the given filter definitions and clears the cache afterwards. | |
DeleteOptionsByGroup | Overloaded. Deletes all options that belong to the given group and clears the cache afterwards. | |
DeleteOptionsByIDs | Overloaded. Deletes the given list of options and clears the cache afterwards. | |
Equals | Determines whether current object instance is equal to the given one. | |
Fill | Overridden. Fills object properties by using data provided by the given System.Data.IDataReader object. | |
GetHashCode | Serves as a hash function for the current object. | |
GetOptionByID | Returns existing option by its database row ID. | |
GetOptions | Overloaded. Returns a list of options for a given group and a given filter definition. | |
HasOptions | Overloaded. Returns value indicating whether there are any options defined for the given group and filter definition. | |
Load | Overloaded. Overridden. Loads object data using the given database row ID. | |
Save | Overloaded. Overridden. Saves the option and clears the cache. |
Name | Description | |
---|---|---|
FillRow | Overridden. Fills the given System.Data.DataRow object with property values of the current object. |