A container about contact information

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
<WorkflowCreateable("Contact")> _ 
<WorkflowSettable("Contact")> _ 
<Serializable()> _ 
Public Class ContactInfo 
Implements IHasAttributes, _ 
BaseEFEntity, _ 
IChangeTrackable, _ 
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
[WorkflowCreateable("Contact")] 
[WorkflowSettable("Contact")] 
[Serializable()] 
public class ContactInfo : IHasAttributes
BaseEFEntity
IChangeTrackable
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
[WorkflowCreateable("Contact")] 
[WorkflowSettable("Contact")] 
[Serializable()] 
public ref class ContactInfo : public IHasAttributes^, 
public BaseEFEntity^, 
public IChangeTrackable^, 
public ISynergyEntity^
This language is not supported or no code example is available.
public  
DataContract() 
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
WorkflowCreateable("Contact") 
WorkflowSettable("Contact") 
Serializable() 
class ContactInfo 
implements IHasAttributes
BaseEFEntity
IChangeTrackable
ISynergyEntity
This language is not supported or no code example is available.
Name Description
Public property FullName
Public property Type Get the type
Public property active Whether or not the contact is active
Public property active_byte
Public property attributes The list of contact attributes - may be null if not requested
Public property create_date The creation date of the user
Public property email The email of the user
Public property first_name The name of the user
Public property id The id of the user
Public property id_id
Public property id_serverid
Public property image_modified_date_time The last modified date of the image
Public property last_name The last name of the user
Top
Name Description
Public method CopyFrom(ContactInfo) Copy details from another contact
Public method Equals(object) Does one object equal another?
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToChangeTrackerString()
Public method ToString() Get the first and last name of the user
Top
Name Description
Public field companies The companies that the user is staff of
Public field is_user Is this a user?
Top
Contracts.Data.ContactInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1