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
FieldItemCustomerTab2
[ItemTypeTabEditor("CustomerTab2", "ExampleCustomer")]
public string FieldItemCustomerTab2 { get; set; }
Property Value
FieldRichText
[RichText]
public string FieldRichText { get; set; }