Table of Contents

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

string

Geolocation

[Geolocation("Geolocation", AddressFields = "Street,Number,City,Zip")]
public string Geolocation { get; set; }

Property Value

string

Number

public string Number { get; set; }

Property Value

string

Street

public string Street { get; set; }

Property Value

string

Zip

[Name("ZIP")]
public string Zip { get; set; }

Property Value

string
To top