Class Party
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class Party : ModelBase, IUfedModelParser<Party>
- Inheritance
-
Party
- Implements
- Inherited Members
Properties
DateDelivered
public DateTime DateDelivered { get; set; }
Property Value
DatePlayed
public DateTime DatePlayed { get; set; }
Property Value
DateRead
public DateTime DateRead { get; set; }
Property Value
Distance
public string Distance { get; set; }
Property Value
IPAddress
public string IPAddress { get; set; }
Property Value
IPAddresses
public List<string> IPAddresses { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Identifier
public string Identifier { get; set; }
Property Value
IsGroupAdmin
public string IsGroupAdmin { get; set; }
Property Value
IsPhoneOwner
public bool IsPhoneOwner { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Role
public string Role { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
UserMapping
public string UserMapping { get; set; }
Property Value
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
ParseFields(IEnumerable<XElement>, Party, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Party result, bool debugAttributes = false)
Parameters
fieldElementsIEnumerable<XElement>resultPartydebugAttributesbool
ParseModel(XElement, bool)
public static Party ParseModel(XElement element, bool debugAttributes = false)
Parameters
Returns
ParseModelFields(IEnumerable<XElement>, Party, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Party result, bool debugAttributes = false)
Parameters
modelFieldElementsIEnumerable<XElement>resultPartydebugAttributesbool
ParseMultiFields(IEnumerable<XElement>, Party, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Party result, bool debugAttributes = false)
Parameters
multiFieldElementsIEnumerable<XElement>resultPartydebugAttributesbool
ParseMultiModel(XElement, bool)
public static List<Party> ParseMultiModel(XElement partiesElement, bool debugAttributes = false)
Parameters
Returns
ParseMultiModelFields(IEnumerable<XElement>, Party, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Party result, bool debugAttributes = false)
Parameters
multiModelFieldElementsIEnumerable<XElement>resultPartydebugAttributesbool
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.