Click or drag to resize

ValidationField Constructor

Initializes a new instance of the ValidationField class

Namespace:  Dynamicweb.Ecommerce.Orders.Validation
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ValidationField(
	string systemName,
	string niceName,
	ValidationFieldType type
)

Parameters

systemName
Type: SystemString
niceName
Type: SystemString
type
Type: Dynamicweb.Ecommerce.Orders.ValidationValidationFieldType
See Also