Table of Contents

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

string

AdditionalInfo

public Dictionary<string, string> AdditionalInfo { get; set; }

Property Value

Dictionary<string, string>

Addresses

Addresses collection.

public List<StreetAddress> Addresses { get; set; }

Property Value

List<StreetAddress>

Entries

Contact entries collection.

public List<ContactEntry> Entries { get; set; }

Property Value

List<ContactEntry>

Group

public string Group { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

InteractionStatuses

public List<string> InteractionStatuses { get; set; }

Property Value

List<string>

Name

Contact Name.

public string Name { get; set; }

Property Value

string

Notes

Contact Notes.

public List<string> Notes { get; set; }

Property Value

List<string>

Organizations

Organizations collection.

public List<Organization> Organizations { get; set; }

Property Value

List<Organization>

Photos

Contact Photos.

public List<ContactPhoto> Photos { get; set; }

Property Value

List<ContactPhoto>

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

Contact Source.

public string Source { get; set; }

Property Value

string

TimeContacted

public DateTime TimeContacted { get; set; }

Property Value

DateTime

TimeCreated

public DateTime TimeCreated { get; set; }

Property Value

DateTime

TimeModified

public DateTime TimeModified { get; set; }

Property Value

DateTime

TimesContacted

public int TimesContacted { get; set; }

Property Value

int

Type

public string Type { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

UserTags

public List<string> UserTags { get; set; }

Property Value

List<string>

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Contact, bool)

public static void ParseFields(IEnumerable<XElement> fieldElements, Contact result, bool debugAttributes = false)

Parameters

fieldElements IEnumerable<XElement>
result Contact
debugAttributes bool

ParseModel(XElement, bool)

public static Contact ParseModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

Contact

ParseModelFields(IEnumerable<XElement>, Contact, bool)

public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Contact result, bool debugAttributes = false)

Parameters

modelFieldElements IEnumerable<XElement>
result Contact
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Contact, bool)

public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Contact result, bool debugAttributes = false)

Parameters

multiFieldElements IEnumerable<XElement>
result Contact
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<Contact> ParseMultiModel(XElement contactsElement, bool debugAttributes = false)

Parameters

contactsElement XElement
debugAttributes bool

Returns

List<Contact>

ParseMultiModelFields(IEnumerable<XElement>, Contact, bool)

public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Contact result, bool debugAttributes = false)

Parameters

multiModelFieldElements IEnumerable<XElement>
result Contact
debugAttributes bool