Class Notification
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class Notification : ModelBase, IUfedModelParser<Notification>
- Inheritance
-
Notification
- Implements
-
- Inherited Members
-
Properties
Attachments
public List<Attachment> Attachments { get; set; }
Property Value
- List<Attachment>
Body
public string Body { get; set; }
Property Value
- string
DateRead
public DateTime DateRead { get; set; }
Property Value
- DateTime
Notes
public List<string> Notes { get; set; }
Property Value
- List<string>
NotificationId
public string NotificationId { get; set; }
Property Value
- string
Participants
public List<Party> Participants { get; set; }
Property Value
- List<Party>
Position
public Coordinate Position { get; set; }
Property Value
- Coordinate
PositionAddress
public string PositionAddress { get; set; }
Property Value
- string
ServiceIdentifier
public string ServiceIdentifier { get; set; }
Property Value
- string
Source
public string Source { get; set; }
Property Value
- string
Status
public string Status { get; set; }
Property Value
- string
Subject
public string Subject { get; set; }
Property Value
- string
TimeStamp
public DateTime TimeStamp { get; set; }
Property Value
- DateTime
To
public Party To { get; set; }
Property Value
- Party
Type
public string Type { 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>, Notification, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Notification result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result Notification
debugAttributes bool
ParseModel(XElement, bool)
public static Notification ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- Notification
ParseModelFields(IEnumerable<XElement>, Notification, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Notification result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result Notification
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, Notification, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Notification result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result Notification
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<Notification> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<Notification>
ParseMultiModelFields(IEnumerable<XElement>, Notification, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Notification result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result Notification
debugAttributes bool