Class Note
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class Note : ModelBase, IUfedModelParser<Note>
- Inheritance
-
Note
- Implements
-
- Inherited Members
-
Properties
Account
public string Account { get; set; }
Property Value
- string
Address
public StreetAddress Address { get; set; }
Property Value
- StreetAddress
Attachments
public List<Attachment> Attachments { get; set; }
Property Value
- List<Attachment>
Body
public string Body { get; set; }
Property Value
- string
Creation
public DateTime Creation { get; set; }
Property Value
- DateTime
Folder
public string Folder { get; set; }
Property Value
- string
Modification
public DateTime Modification { get; set; }
Property Value
- DateTime
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
Summary
public string Summary { get; set; }
Property Value
- string
Title
public string Title { 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>, Note, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Note result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result Note
debugAttributes bool
ParseModel(XElement, bool)
public static Note ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- Note
ParseModelFields(IEnumerable<XElement>, Note, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Note result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result Note
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, Note, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Note result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result Note
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<Note> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<Note>
ParseMultiModelFields(IEnumerable<XElement>, Note, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Note result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result Note
debugAttributes bool