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
Url
public string Url { get; set; }
Property Value
UserMapping
public string UserMapping { get; set; }
Property Value
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
ParseFields(IEnumerable<XElement>, ContactPhoto, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, ContactPhoto result, bool debugAttributes = false)
Parameters
fieldElementsIEnumerable<XElement>resultContactPhotodebugAttributesbool
ParseModel(XElement, bool)
public static ContactPhoto ParseModel(XElement element, bool debugAttributes = false)
Parameters
Returns
ParseModelFields(IEnumerable<XElement>, ContactPhoto, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, ContactPhoto result, bool debugAttributes = false)
Parameters
modelFieldElementsIEnumerable<XElement>resultContactPhotodebugAttributesbool
ParseMultiFields(IEnumerable<XElement>, ContactPhoto, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, ContactPhoto result, bool debugAttributes = false)
Parameters
multiFieldElementsIEnumerable<XElement>resultContactPhotodebugAttributesbool
ParseMultiModel(XElement, bool)
public static List<ContactPhoto> ParseMultiModel(XElement contactPhotosElement, bool debugAttributes = false)
Parameters
Returns
ParseMultiModelFields(IEnumerable<XElement>, ContactPhoto, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, ContactPhoto result, bool debugAttributes = false)
Parameters
multiModelFieldElementsIEnumerable<XElement>resultContactPhotodebugAttributesbool