Class ImagePattern
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the image pattern.
[DataContract]
[Serializable]
public class ImagePattern
- Inheritance
-
ImagePattern
- Inherited Members
Constructors
ImagePattern()
Initializes a new instance of the class.
public ImagePattern()
ImagePattern(string, string, string)
Initializes a new instance of the class.
public ImagePattern(string type, string name, string value)
Parameters
Properties
IsDefault
Gets or sets the pattern.
[DataMember(Name = "isdefault")]
public bool IsDefault { get; set; }
Property Value
Name
Gets or sets the name.
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
TemplateTag
Gets the template tag.
public string TemplateTag { get; }
Property Value
Type
Gets or sets the type.
public string Type { get; set; }
Property Value
Value
Gets or sets the pattern.
[DataMember(Name = "pattern")]
public string Value { get; set; }