Search Results for

    Show / Hide Table of Contents

    Class UserAddress

    User's address

    Inheritance
    System.Object
    UserAddress
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class UserAddress

    Properties

    Address

    Street and house number.

    Declaration
    public string Address { get; set; }
    Property Value
    System.String

    AlternativeAddress

    Additional address line.

    Declaration
    public string AlternativeAddress { get; set; }
    Property Value
    System.String

    City

    City or town.

    Declaration
    public string City { get; set; }
    Property Value
    System.String

    Company

    Company address line

    Declaration
    public string Company { get; set; }
    Property Value
    System.String

    CountryCode

    Country code.

    Declaration
    public string CountryCode { get; set; }
    Property Value
    System.String

    Department

    Company department.

    Declaration
    public string Department { get; set; }
    Property Value
    System.String

    Phone

    Phone number.

    Declaration
    public string Phone { get; set; }
    Property Value
    System.String

    Zip

    ZIP code.

    Declaration
    public string Zip { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static UserAddress FromJson(string data)
    Parameters
    System.String data

    Returns
    UserAddress

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX