Show / Hide Table of Contents

Class CreateAddressSetup

Inheritance
System.Object
CreateAddressSetup
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: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateAddressSetup

Constructors

CreateAddressSetup(String, String, String, String, String, String)

Declaration
[ConstructorIndex(0)]
public CreateAddressSetup(string address1, string city, string state, string zipCode, string country, string timeZone)
Parameters
Type Name Description
System.String address1
System.String city
System.String state
System.String zipCode
System.String country
System.String timeZone

Properties

AdditionalFields

Declaration
[PropertyBitValue(256)]
public AdditionalFields AdditionalFields { get; }
Property Value
Type Description
AdditionalFields

Address1

Declaration
[PropertyBitValue(1)]
public string Address1 { get; set; }
Property Value
Type Description
System.String

Address2

Declaration
[PropertyBitValue(2)]
public string Address2 { get; set; }
Property Value
Type Description
System.String

City

Declaration
[PropertyBitValue(4)]
public string City { get; set; }
Property Value
Type Description
System.String

Country

Declaration
[PropertyBitValue(64)]
public string Country { get; set; }
Property Value
Type Description
System.String

IsShortState

Declaration
[PropertyBitValue(16)]
public bool IsShortState { get; set; }
Property Value
Type Description
System.Boolean

State

Declaration
[PropertyBitValue(8)]
public string State { get; set; }
Property Value
Type Description
System.String

TimeZone

Declaration
[PropertyBitValue(128)]
public string TimeZone { get; set; }
Property Value
Type Description
System.String

ZipCode

Declaration
[PropertyBitValue(32)]
public string ZipCode { get; set; }
Property Value
Type Description
System.String
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.