Click or drag to resize

SocialProfile Class

This entity is used to store social profile information of its associated account and contacts on different social channels.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkSocialProfile

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

The SocialProfile type exposes the following members.

Constructors
  NameDescription
Public methodSocialProfile
Default Constructor.
Top
Properties
  NameDescription
Public propertyAttributes (Inherited from Entity.)
Public propertyBlocked
Identifies if the social profile has been blocked.
Public propertybusiness_unit_socialprofiles
N:1 business_unit_socialprofiles
Public propertyCommunity
Identifies where the social profile originated from, such as Twitter, or Facebook.
Public propertyCreatedBy
Unique identifier of the user who created the record.
Public propertyCreatedOn
Date and time when the record was created.
Public propertyCreatedOnBehalfBy
Unique identifier of the delegate user who created the record.
Public propertyCustomerId
Shows the customer that this social profile belongs to.
Public propertyEntityState (Inherited from Entity.)
Public propertyExchangeRate
Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.
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 propertyInfluenceScore
Shows the score that determines the online social influence of the social profile.
Public propertyItem (Inherited from Entity.)
Public propertylk_SocialProfile_createdonbehalfby
N:1 lk_SocialProfile_createdonbehalfby
Public propertylk_SocialProfile_modifiedonbehalfby
N:1 lk_SocialProfile_modifiedonbehalfby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModifiedBy
Unique identifier of the user who modified the record.
Public propertyModifiedOn
Date and time when the record was modified.
Public propertyModifiedOnBehalfBy
Unique identifier of the delegate user who modified the record.
Public propertyOverriddenCreatedOn
Date and time that the record was migrated.
Public propertyOwnerId
Shows the user or team that is assigned to manage the record. This field is updated every time the record is assigned to a different user.
Public propertyOwningBusinessUnit
Unique identifier for the business unit that owns the record
Public propertyOwningTeam
Unique identifier of the team who owns the contact.
Public propertyOwningUser
Unique identifier of the user who owns the contact.
Public propertyProfileFullName
Shows the display name of the customer on this social profile.
Public propertyProfileLink
Shows the customer that this social profile belongs to.
Public propertyProfileName
Shows the name of the social profile on the corresponding social channel.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertySocialProfile_AsyncOperations
1:N SocialProfile_AsyncOperations
Public propertysocialprofile_cases
1:N socialprofile_cases
Public propertysocialprofile_connections1
1:N socialprofile_connections1
Public propertysocialprofile_connections2
1:N socialprofile_connections2
Public propertySocialprofile_customer_accounts
N:1 Socialprofile_customer_accounts
Public propertySocialprofile_customer_contacts
N:1 Socialprofile_customer_contacts
Public propertySocialProfile_DuplicateBaseRecord
1:N SocialProfile_DuplicateBaseRecord
Public propertySocialProfile_DuplicateMatchingRecord
1:N SocialProfile_DuplicateMatchingRecord
Public propertysocialProfile_owning_user
N:1 socialProfile_owning_user
Public propertysocialprofile_principalobjectattributeaccess
1:N socialprofile_principalobjectattributeaccess
Public propertySocialProfile_ProcessSessions
1:N SocialProfile_ProcessSessions
Public propertySocialprofile_SocialActivities
1:N Socialprofile_SocialActivities
Public propertySocialProfileId
Unique Identifier of the social profile name.
Public propertyStateCode
Status of the Social Profile
Public propertyStatusCode
Reason for the status of the Social Profile
Public propertyTimeZoneRuleVersionNumber
For internal use only.
Public propertytransactioncurrency_SocialProfile
N:1 transactioncurrency_SocialProfile
Public propertyTransactionCurrencyId
Choose the local currency for the record to make sure budgets are reported in the correct currency.
Public propertyUniqueProfileID
Unique ID of the Profile ID
Public propertyUTCConversionTimeZoneCode
Time zone code that was in use when the record was created.
Public propertyVersionNumber
Version number of the social profile.
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