Class UpdatePropertyFieldInfo
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
The class presents information about changed product property field
- Inheritance
-
Update
Property Field Info
- Inherited Members
Constructors
UpdatePropertyFieldInfo(string, string, string, string, string, DataRowState, object, object, int?, int?)
public UpdatePropertyFieldInfo(string productId, string variantId, string languageId, string categoryId, string fieldId, DataRowState state, object oldValue, object value, int? oldSortOrder, int? sortOrder)
Parameters
productId
stringvariantId
stringlanguageId
stringcategoryId
stringfieldId
stringstate
DataRow State oldValue
objectvalue
objectoldSortOrder
int?sortOrder
int?
Fields
CategoryId
Field Value
FieldId
Field Value
LanguageId
Field Value
ProductId
Field Value
State
Field Value
Value
Field Value
VariantId
Field Value
Properties
OldSortOrder
Property Value
- int?
OldValue
Property Value
SortOrder
Property Value
- int?