Click or drag to resize

PublisherAddress Class

Address and shipping information. Used to store additional addresses for a publisher.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServicePublisherAddress

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PublisherAddress : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The PublisherAddress type exposes the following members.

Constructors
 NameDescription
Public methodPublisherAddress Default Constructor.
Top
Properties
 NameDescription
Public propertyAddressNumber Specifies which publisher address is applicable.
Public propertyAddressTypeCode Type of address for the publisher, such as billing, shipping, or primary address.
Public propertyAttributes
(Inherited from Entity)
Public propertyCity City name in the publisher address.
Public propertyCountry Country/region name in the publisher address.
Public propertyCounty County name in the publisher address.
Public propertyCreatedBy Unique identifier of the user who created the publisher address.
Public propertyCreatedOn Date and time when the publisher address was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the publisher address.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFax Fax number for the publisher address.
Public propertyFormattedValues
(Inherited from Entity)
Public propertyFreightTermsCode Freight terms for the publisher address.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Unique identifier of the data import or data migration that created this record.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLatitude Latitude for the publisher address.
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
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_publisheraddressbase_createdby N:1 lk_publisheraddressbase_createdby
Public propertylk_publisheraddressbase_createdonbehalfby N:1 lk_publisheraddressbase_createdonbehalfby
Public propertylk_publisheraddressbase_modifiedby N:1 lk_publisheraddressbase_modifiedby
Public propertylk_publisheraddressbase_modifiedonbehalfby N:1 lk_publisheraddressbase_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyLongitude Longitude for the publisher address.
Public propertyModifiedBy Unique identifier of the user who last modified the publisher address.
Public propertyModifiedOn Date and time when the publisher address was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who modified the publisher address.
Public propertyName Name used to identify the publisher address.
Public propertyParentId Unique identifier of the parent object with which the publisher address is associated.
Public propertyPostalCode ZIP Code or postal code in the publisher address.
Public propertyPostOfficeBox Post office box number in the publisher address.
Public propertyPrimaryContactName Name of the primary contact at the publisher address.
Public propertyPublisher_PublisherAddress N:1 Publisher_PublisherAddress
Public propertyPublisherAddressId Unique identifier of the publisher address.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyShippingMethodCode Method of shipment for the publisher address.
Public propertyStateOrProvince State or province in the publisher address.
Public propertyTelephone1 First telephone number for the publisher address.
Public propertyTelephone2 Second telephone number for the publisher address.
Public propertyTelephone3 Third telephone number for the publisher address.
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyUPSZone United Parcel Service (UPS) zone for the address of the publisher.
Public propertyuserentityinstancedata_publisheraddress 1:N userentityinstancedata_publisheraddress
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyUTCOffset UTC offset for the address. This is the difference between local time and standard Coordinated Universal Time.
Public propertyVersionNumber 
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