Contact Class
<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _
Public Class Contact
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public static class Contact
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public ref class Contact
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
CreateContact(string, string, string, IDatabase) | Create a new contact in the database |
![]() ![]() |
DeleteSystemContactAttribute(EntityID, EntityID, IDatabase) | Delete a system contact attribute |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
FindAttributesByName(string, IDatabase) | Find attributes by name |
![]() ![]() |
GetAllContactAttributes(EntityID, IDatabase) | Get all the contact attributes |
![]() ![]() |
GetAllContactInfo(ContactGatherer, IDatabase) | Get all contact info and add them to a gatherer |
![]() ![]() |
GetAllUniqueContactAttributes(IDatabase) | |
![]() ![]() |
GetContactID(string, IDatabase) | Get a contact id by name |
![]() ![]() |
GetContactImage(EntityID, IDatabase) | Get an image for a contact |
![]() ![]() |
GetContactImageLastModifiedTime(EntityID, IDatabase) | Get contact image last modified date/time |
![]() ![]() |
GetContactInfo(EntityID, bool, IDatabase) | Get some basic information about a contact |
![]() ![]() |
GetContactInfo(EntityID, bool, bool, IDatabase) | Get some basic information about a contact |
![]() ![]() |
GetContactInfos(IList<EntityID>, IDatabase) | Get multiple contacts |
![]() ![]() |
GetContactInfos(IList<EntityID>, bool, IDatabase) | Get multiple contacts |
![]() ![]() |
GetContactInfosByEmail(HashSet<String>, bool, IDatabase) | Get multiple contacts by email addresses |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetSystemContactAttributes(bool, IDatabase) | Get system attributes for contacts |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() ![]() |
IndexContact(ContactInfo, bool, IDatabase) | Index a contact |
![]() ![]() |
IndexContact(EntityID, bool, IDatabase) | Index a contact |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() ![]() |
RemoveContactAttribute(EntityID, AttributeType, EntityID, IDatabase) | Remove a contact attribute |
![]() ![]() |
SetContactAttribute(AttributeInfo, EntityID, AttributeValue, IDatabase) | Set some attribute fpr a contact |
![]() ![]() |
SetContactImage(EntityID, byte[], IDatabase) | Set a contact image |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() ![]() |
UpdateContact(EntityID, string, string, string, bool, IDatabase) | Update a contact |
SynergyServerScripting.Entities.Contact