Click or drag to resize

LeadAddress Class

Address information for a lead.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkLeadAddress

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class LeadAddress : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The LeadAddress type exposes the following members.

Constructors
  NameDescription
Public methodLeadAddress
Default Constructor.
Top
Properties
  NameDescription
Public propertyAddressNumber
Information about the address for the lead.
Public propertyAddressTypeCode
Type of address for the lead address.
Public propertyAttributes (Inherited from Entity.)
Public propertyCity
City name in the address for the lead.
Public propertyComposite
Shows the complete address.
Public propertyCountry
Country/region name in the address for the lead.
Public propertyCounty
County name in the address for the lead.
Public propertyCreatedBy
Unique identifier of the user who created the lead address.
Public propertyCreatedOn
Date and time when the lead address was created.
Public propertyCreatedOnBehalfBy
Unique identifier of the delegate user who created the leadaddress.
Public propertyEntityState (Inherited from Entity.)
Public propertyExchangeRate
Exchange rate for the currency associated with the leadaddress with respect to the base currency.
Public propertyExtensionData (Inherited from Entity.)
Public propertyFax
Fax number for the address for the lead.
Public propertyFormattedValues (Inherited from Entity.)
Public propertyId (Overrides Entity.Id.)
Public propertyItem (Inherited from Entity.)
Public propertyLatitude
Latitude for the address for the lead.
Public propertylead_addresses
N:1 lead_addresses
Public propertyLeadAddressId
Unique identifier of the lead address.
Public propertyLine1
First line for entering address information.
Public propertyLine2
Second line for entering address information.
Public propertyLine3
Third line for entering address information.
Public propertylk_leadaddress_createdonbehalfby
N:1 lk_leadaddress_createdonbehalfby
Public propertylk_leadaddress_modifiedonbehalfby
N:1 lk_leadaddress_modifiedonbehalfby
Public propertylk_leadaddressbase_createdby
N:1 lk_leadaddressbase_createdby
Public propertylk_leadaddressbase_modifiedby
N:1 lk_leadaddressbase_modifiedby
Public propertyLogicalName (Inherited from Entity.)
Public propertyLongitude
Longitude for the address for the lead.
Public propertyModifiedBy
Unique identifier of the user who last modified the lead address.
Public propertyModifiedOn
Date and time when the lead address was last modified.
Public propertyModifiedOnBehalfBy
Unique identifier of the delegate user who last modified the leadaddress.
Public propertyName
Name used to identify the lead address.
Public propertyParentId
Unique identifier of the parent object with which the lead address is associated.
Public propertyPostalCode
ZIP Code or postal code in the address for the lead.
Public propertyPostOfficeBox
Post office box number in the address for the lead.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertyShippingMethodCode
Method of shipment for the lead.
Public propertyStateOrProvince
State or province in the address for the lead.
Public propertyTelephone1
First telephone number for the lead address.
Public propertyTelephone2
Second telephone number for the lead address.
Public propertyTelephone3
Third telephone number for the lead address.
Public propertyTransactionCurrency_LeadAddress
N:1 TransactionCurrency_LeadAddress
Public propertyTransactionCurrencyId
Unique identifier of the currency associated with the leadaddress.
Public propertyUPSZone
United Parcel Service (UPS) zone for the address of the lead.
Public propertyuserentityinstancedata_leadaddress
1:N userentityinstancedata_leadaddress
Public propertyUTCOffset
UTC offset for the lead address. This is the difference between local time and standard Coordinated Universal Time.
Public propertyVersionNumber
Version number of the lead address.
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also