Table of Contents

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

productId string
variantId string
languageId string
categoryId string
fieldId string
state DataRowState
oldValue object
value object
oldSortOrder int?
sortOrder int?

Fields

State

public readonly DataRowState State

Field Value

DataRowState

Properties

CategoryId

public string CategoryId { get; }

Property Value

string

FieldId

public string FieldId { get; }

Property Value

string

LanguageId

public string LanguageId { get; }

Property Value

string

OldSortOrder

public int? OldSortOrder { get; }

Property Value

int?

OldValue

public object OldValue { get; }

Property Value

object

ProductId

public string ProductId { get; }

Property Value

string

SortOrder

public int? SortOrder { get; }

Property Value

int?

Value

public object Value { get; }

Property Value

object

VariantId

public string VariantId { get; }

Property Value

string
To top