Class UpdatePropertyFieldInfo
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
The class presents information about changed product property field
public class UpdatePropertyFieldInfo
- Inheritance
-
UpdatePropertyFieldInfo
- 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
productIdstringvariantIdstringlanguageIdstringcategoryIdstringfieldIdstringstateDataRowStateoldValueobjectvalueobjectoldSortOrderint?sortOrderint?
Fields
State
public readonly DataRowState State
Field Value
Properties
CategoryId
public string CategoryId { get; }
Property Value
FieldId
public string FieldId { get; }
Property Value
LanguageId
public string LanguageId { get; }
Property Value
OldSortOrder
public int? OldSortOrder { get; }
Property Value
- int?
OldValue
public object OldValue { get; }
Property Value
ProductId
public string ProductId { get; }
Property Value
SortOrder
public int? SortOrder { get; }
Property Value
- int?
Value
public object Value { get; }
Property Value
VariantId
public string VariantId { get; }