Dynamicweb.eCommerce.Products Namespace : FieldOption Class |
The following tables list the members exposed by FieldOption.
Name | Description | |
---|---|---|
FieldOption Constructor | Overloaded. |
Name | Description | |
---|---|---|
FieldID | Gets or sets and ID of the related field. | |
ID | Gets or sets option ID. | |
IsDefault | Gets or sets value indicating whether this option is selected by default. | |
Name | Gets or sets option name. | |
Sort | Gets or sets the sort number. | |
Value | Gets or sets the value associated with this option. |
Name | Description | |
---|---|---|
Copy | Retrieves shallow copy of the current object. | |
Delete | Overloaded. Deletes an option. | |
DeleteAll | Deletes all options that belongs to specified field. | |
GetOptionByID | Retrieves an option from by its ID. | |
GetOptionsByFieldID | Retrieves a collection of options that matches specified field ID. | |
MaximumSort | Retrieves the maximum sort number for options that matches specified field ID. | |
MinimumSort | Retrieves the minimum sort number for options that matches specified field ID. | |
Save | Overloaded. Saves an option. |
Name | Description | |
---|---|---|
CopyFrom | Copies property values from the given object to the current one. | |
Fill | Fills object properties with the data from the specified System.Data.IDataReader object. | |
FillRow | Fill specified System.Data.DataRow object with property values of the current object. |