Class CalendarEntry
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class CalendarEntry : ModelBase, IUfedModelParser<CalendarEntry>
- Inheritance
-
CalendarEntry
- Implements
-
- Inherited Members
-
Properties
Account
public string Account { get; set; }
Property Value
- string
Attachments
public List<Attachment> Attachments { get; set; }
Property Value
- List<Attachment>
Attendees
public List<Party> Attendees { get; set; }
Property Value
- List<Party>
Availability
public string Availability { get; set; }
Property Value
- string
Category
public string Category { get; set; }
Property Value
- string
Class
public string Class { get; set; }
Property Value
- string
Details
public string Details { get; set; }
Property Value
- string
EndDate
public DateTime EndDate { get; set; }
Property Value
- DateTime
Location
public string Location { get; set; }
Property Value
- string
Priority
public string Priority { get; set; }
Property Value
- string
Reminder
public DateTime Reminder { get; set; }
Property Value
- DateTime
RepeatDay
public string RepeatDay { get; set; }
Property Value
- string
RepeatInterval
public int RepeatInterval { get; set; }
Property Value
- int
RepeatRule
public string RepeatRule { get; set; }
Property Value
- string
RepeatUntil
public DateTime RepeatUntil { get; set; }
Property Value
- DateTime
Source
public string Source { get; set; }
Property Value
- string
StartDate
public DateTime StartDate { get; set; }
Property Value
- DateTime
Status
public string Status { get; set; }
Property Value
- string
Subject
public string Subject { 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>, CalendarEntry, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, CalendarEntry result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result CalendarEntry
debugAttributes bool
ParseModel(XElement, bool)
public static CalendarEntry ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- CalendarEntry
ParseModelFields(IEnumerable<XElement>, CalendarEntry, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, CalendarEntry result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result CalendarEntry
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, CalendarEntry, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, CalendarEntry result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result CalendarEntry
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<CalendarEntry> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<CalendarEntry>
ParseMultiModelFields(IEnumerable<XElement>, CalendarEntry, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, CalendarEntry result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result CalendarEntry
debugAttributes bool