Class ExampleAddress
- Namespace
- Dynamicweb.Examples.Items
- Assembly
- Dynamicweb.Examples.dll
[Item("Address")]
[Category("Example")]
[StructureRule(new StructureContextType[] { StructureContextType.Pages, StructureContextType.Paragraphs, StructureContextType.ItemList })]
public class ExampleAddress : ItemEntry
- Inheritance
-
ExampleAddress
- Inherited Members
Properties
City
public string City { get; set; }
Property Value
Geolocation
[Geolocation("Geolocation", AddressFields = "Street,Number,City,Zip")]
public string Geolocation { get; set; }
Property Value
Number
public string Number { get; set; }
Property Value
Street
public string Street { get; set; }
Property Value
Zip
[Name("ZIP")]
public string Zip { get; set; }