Class Contact
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class Contact : ModelBase, IUfedModelParser<Contact>
- Inheritance
-
Contact
- Implements
- Inherited Members
Properties
Account
public string Account { get; set; }
Property Value
AdditionalInfo
public Dictionary<string, string> AdditionalInfo { get; set; }
Property Value
Addresses
Addresses collection.
public List<StreetAddress> Addresses { get; set; }
Property Value
Entries
Contact entries collection.
public List<ContactEntry> Entries { get; set; }
Property Value
Group
public string Group { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
InteractionStatuses
public List<string> InteractionStatuses { get; set; }
Property Value
Name
Contact Name.
public string Name { get; set; }
Property Value
Notes
Contact Notes.
public List<string> Notes { get; set; }
Property Value
Organizations
Organizations collection.
public List<Organization> Organizations { get; set; }
Property Value
Photos
Contact Photos.
public List<ContactPhoto> Photos { get; set; }
Property Value
ServiceIdentifier
public string ServiceIdentifier { get; set; }
Property Value
Source
Contact Source.
public string Source { get; set; }
Property Value
TimeContacted
public DateTime TimeContacted { get; set; }
Property Value
TimeCreated
public DateTime TimeCreated { get; set; }
Property Value
TimeModified
public DateTime TimeModified { get; set; }
Property Value
TimesContacted
public int TimesContacted { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
UserMapping
public string UserMapping { get; set; }
Property Value
UserTags
public List<string> UserTags { get; set; }
Property Value
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
ParseFields(IEnumerable<XElement>, Contact, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Contact result, bool debugAttributes = false)
Parameters
fieldElementsIEnumerable<XElement>resultContactdebugAttributesbool
ParseModel(XElement, bool)
public static Contact ParseModel(XElement element, bool debugAttributes = false)
Parameters
Returns
ParseModelFields(IEnumerable<XElement>, Contact, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Contact result, bool debugAttributes = false)
Parameters
modelFieldElementsIEnumerable<XElement>resultContactdebugAttributesbool
ParseMultiFields(IEnumerable<XElement>, Contact, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Contact result, bool debugAttributes = false)
Parameters
multiFieldElementsIEnumerable<XElement>resultContactdebugAttributesbool
ParseMultiModel(XElement, bool)
public static List<Contact> ParseMultiModel(XElement contactsElement, bool debugAttributes = false)
Parameters
Returns
ParseMultiModelFields(IEnumerable<XElement>, Contact, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Contact result, bool debugAttributes = false)
Parameters
multiModelFieldElementsIEnumerable<XElement>resultContactdebugAttributesbool