Inheritance Hierarchy
RainWorx.FrameWorx.DTOAddress
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class Address
The Address type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Address | Initializes a new instance of the Address class |
Properties
Name | Description | |
---|---|---|
![]() | City | |
![]() | Country | |
![]() | Description | |
![]() | FirstName | |
![]() | ID | |
![]() | LastName | |
![]() | StateRegion | |
![]() | Street1 | |
![]() | Street2 | |
![]() | ZipPostal |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also