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