Click or drag to resize

LeadAddress Class

Address information for a lead.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceLeadAddress

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
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 propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLatitude Latitude for the address for the lead.
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylead_addresses N:1 lead_addresses
Public propertyLeadAddress_SyncErrors 1:N LeadAddress_SyncErrors
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 propertyRowVersion
(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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also