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()
Assembly: FChoice.Toolkits.Clarify.dll
public class CreateAddressSetup
Constructors
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
Declaration
[PropertyBitValue(256)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(1)]
public string Address1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public string Address2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public bool IsShortState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8)]
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public string TimeZone { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public string ZipCode { get; set; }
Property Value
Type |
Description |
System.String |
|