| ProductFieldTypeProvider Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [SerializableAttribute]
[AddInActiveAttribute(false)]
public abstract class ProductFieldTypeProvider : FieldTypeProvider
<SerializableAttribute>
<AddInActiveAttribute(false)>
Public MustInherit Class ProductFieldTypeProvider
Inherits FieldTypeProvider
The ProductFieldTypeProvider type exposes the following members.
Constructors Methods
| Name | Description |
---|
| GetAppenderInfo(String, DictionaryString, String) | |
| GetAppenderInfo(String, String) | |
| GetAppenderTitle | |
| GetIdSuitableString | (Inherited from ConfigurableAddIn.) |
| GetParametersToXml | (Inherited from ConfigurableAddIn.) |
| GetParametersToXml(Boolean) | (Inherited from ConfigurableAddIn.) |
| GetParameterValues | |
| GetProductValue(Product, FieldType, Object) | |
| GetProductValue(Product, Object, String, DictionaryString, String) | |
| GetSQLPresentation | |
| GetValue(Product) | |
| GetValue(Object, String, FieldType) | |
| GetValue(Object, String, DictionaryString, String) | |
| IsCalculated | |
| LoadParametersFromXml | (Inherited from ConfigurableAddIn.) |
| Render | |
| RenderAdditionalContent | (Inherited from ConfigurableAddIn.) |
| SetValue | (Inherited from ConfigurableAddIn.) |
| UpdateFromPost | (Inherited from ConfigurableAddIn.) |
TopSee Also