Table of Contents

Class ExampleCustomerTab

Namespace
Dynamicweb.Examples.Items
Assembly
Dynamicweb.Examples.dll
[Item("CustomerTab", "The example of code-first item")]
[AreaRule]
[StructureRule(new StructureContextType[] { StructureContextType.Websites })]
[Category("Example")]
[Icon(KnownIcon.User)]
public class ExampleCustomerTab : ItemEntry
Inheritance
ExampleCustomerTab
Inherited Members

Properties

FieldItemCustomerTab

[ItemTypeTabEditor("CustomerTab", "ExampleCustomer")]
public string FieldItemCustomerTab { get; set; }

Property Value

string

FieldItemCustomerTab2

[ItemTypeTabEditor("CustomerTab2", "ExampleCustomer")]
public string FieldItemCustomerTab2 { get; set; }

Property Value

string

FieldRichText

[RichText]
public string FieldRichText { get; set; }

Property Value

string
To top