Table of Contents

Class ContactPhoto

Namespace
UFEDLib
Assembly
UFEDLib.dll
[Serializable]
public class ContactPhoto : ModelBase, IUfedModelParser<ContactPhoto>
Inheritance
ContactPhoto
Implements
Inherited Members

Properties

Name

Filename (if exists).

public string Name { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, ContactPhoto, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result ContactPhoto
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

ContactPhoto

ParseModelFields(IEnumerable<XElement>, ContactPhoto, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result ContactPhoto
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, ContactPhoto, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result ContactPhoto
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<ContactPhoto> ParseMultiModel(XElement contactPhotosElement, bool debugAttributes = false)

Parameters

contactPhotosElement XElement
debugAttributes bool

Returns

List<ContactPhoto>

ParseMultiModelFields(IEnumerable<XElement>, ContactPhoto, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result ContactPhoto
debugAttributes bool