Click or drag to resize

PublisherAddress Class

Address and shipping information. Used to store additional addresses for a publisher.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkPublisherAddress

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 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 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 propertyLatitude
Latitude for the publisher 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_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 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 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