Click or drag to resize

Site Class

Location or branch office where an organization does business. An organization can have multiple sites.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkSite

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 Site : Entity, INotifyPropertyChanging, INotifyPropertyChanged

The Site type exposes the following members.

Constructors
  NameDescription
Public methodSite
Default Constructor.
Top
Properties
  NameDescription
Public propertyAddress1_AddressId
Unique identifier for address 1.
Public propertyAddress1_AddressTypeCode
Type of address for address 1, such as billing, shipping, or primary address.
Public propertyAddress1_City
City name for address 1.
Public propertyAddress1_Country
Country/region name for address 1.
Public propertyAddress1_County
County name for address 1.
Public propertyAddress1_Fax
Fax number for address 1.
Public propertyAddress1_Latitude
Latitude for address 1.
Public propertyAddress1_Line1
First line for entering address 1 information.
Public propertyAddress1_Line2
Second line for entering address 1 information.
Public propertyAddress1_Line3
Third line for entering address 1 information.
Public propertyAddress1_Longitude
Longitude for address 1.
Public propertyAddress1_Name
Name to enter for address 1.
Public propertyAddress1_PostalCode
ZIP Code or postal code for address 1.
Public propertyAddress1_PostOfficeBox
Post office box number for address 1.
Public propertyAddress1_ShippingMethodCode
Method of shipment for address 1.
Public propertyAddress1_StateOrProvince
State or province for address 1.
Public propertyAddress1_Telephone1
First telephone number associated with address 1.
Public propertyAddress1_Telephone2
Second telephone number associated with address 1.
Public propertyAddress1_Telephone3
Third telephone number associated with address 1.
Public propertyAddress1_UPSZone
United Parcel Service (UPS) zone for address 1.
Public propertyAddress1_UTCOffset
UTC offset for address 1. This is the difference between local time and standard Coordinated Universal Time.
Public propertyAddress2_AddressId
Unique identifier for address 2.
Public propertyAddress2_AddressTypeCode
Type of address for address 2, such as billing, shipping, or primary address.
Public propertyAddress2_City
City name for address 2.
Public propertyAddress2_Country
Country/region name for address 2.
Public propertyAddress2_County
County name for address 2.
Public propertyAddress2_Fax
Fax number for address 2.
Public propertyAddress2_Latitude
Latitude for address 2.
Public propertyAddress2_Line1
First line for entering address 2 information.
Public propertyAddress2_Line2
Second line for entering address 2 information.
Public propertyAddress2_Line3
Third line for entering address 2 information.
Public propertyAddress2_Longitude
Longitude for address 2.
Public propertyAddress2_Name
Name to enter for address 2.
Public propertyAddress2_PostalCode
ZIP Code or postal code for address 2.
Public propertyAddress2_PostOfficeBox
Post office box number for address 2.
Public propertyAddress2_ShippingMethodCode
Method of shipment for address 2.
Public propertyAddress2_StateOrProvince
State or province for address 2.
Public propertyAddress2_Telephone1
First telephone number associated with address 2.
Public propertyAddress2_Telephone2
Second telephone number associated with address 2.
Public propertyAddress2_Telephone3
Third telephone number associated with address 2.
Public propertyAddress2_UPSZone
United Parcel Service (UPS) zone for address 2.
Public propertyAddress2_UTCOffset
UTC offset for address 2. This is the difference between local time and standard Coordinated Universal Time.
Public propertyAttributes (Inherited from Entity.)
Public propertyCreatedBy
Unique identifier of the user who created the site.
Public propertyCreatedOn
Date and time when the site was created.
Public propertyCreatedOnBehalfBy
Unique identifier of the delegate user who created the site.
Public propertyEMailAddress
Email address for the site.
Public propertyEntityState (Inherited from Entity.)
Public propertyExtensionData (Inherited from Entity.)
Public propertyFormattedValues (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 propertylk_site_createdonbehalfby
N:1 lk_site_createdonbehalfby
Public propertylk_site_modifiedonbehalfby
N:1 lk_site_modifiedonbehalfby
Public propertylk_sitebase_createdby
N:1 lk_sitebase_createdby
Public propertylk_sitebase_modifiedby
N:1 lk_sitebase_modifiedby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModifiedBy
Unique identifier of the user who last modified the site.
Public propertyModifiedOn
Date and time when the site was last modified.
Public propertyModifiedOnBehalfBy
Unique identifier of the delegate user who last modified the site.
Public propertyName
Name of the site.
Public propertyorganization_sites
N:1 organization_sites
Public propertyOrganizationId
Unique identifier of the organization with which the site is associated.
Public propertyOverriddenCreatedOn
Date and time that the record was migrated.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertySite_AsyncOperations
1:N Site_AsyncOperations
Public propertySite_BulkDeleteFailures
1:N Site_BulkDeleteFailures
Public propertysite_equipment
1:N site_equipment
Public propertySite_ProcessSessions
1:N Site_ProcessSessions
Public propertysite_resources
1:N site_resources
Public propertysite_service_appointments
1:N site_service_appointments
Public propertysite_system_users
1:N site_system_users
Public propertySiteId
Unique identifier of the site.
Public propertyTimeZoneCode
Local time zone for the site.
Public propertyuserentityinstancedata_site
1:N userentityinstancedata_site
Public propertyVersionNumber
Version number of the site.
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