Class QuoteAddressData
Summary description for PostalAddressData.
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public class QuoteAddressData : AddressFormatter.Data
Constructors
QuoteAddressData(QuoteVersionRow, AddressRow, AddressRow)
Summary description for PostalAddressData.
Declaration
public QuoteAddressData(QuoteVersionRow quote, AddressRow billingAddress, AddressRow shippingAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| QuoteVersionRow | quote | |
| AddressRow | billingAddress | |
| AddressRow | shippingAddress |
Properties
Addresses
Addresses that are formatted. If owner is contact postalAddress is expected first then StreetAdderss.
Declaration
public override AddressFormatter.AddressData[] Addresses { get; }
Property Value
| Type | Description |
|---|---|
| AddressData[] |
Overrides
CountryId
The country id of the address owner
Declaration
public override int CountryId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Overrides
IsContact
True if owner is contact. Do not assume it's a person if false, it might be a Quote!
Declaration
public override bool IsContact { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
IsPerson
True if owner is person. Do not assume it's a contact if false, it might be a Quote!
Declaration
public override bool IsPerson { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
IsQuote
True if owner is quote.
Declaration
public override bool IsQuote { get; }
Property Value
| Type | Description |
|---|---|
| bool |