Class FinancialAccount
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class FinancialAccount : ModelBase, IUfedModelParser<FinancialAccount>
- Inheritance
-
FinancialAccount
- Implements
-
- Inherited Members
-
Properties
AccountID
public string AccountID { get; set; }
Property Value
- string
Assets
public List<FinancialAsset> Assets { get; set; }
Property Value
- List<FinancialAsset>
DateLastUpdated
public DateTime DateLastUpdated { get; set; }
Property Value
- DateTime
FinancialAccountType
public string FinancialAccountType { get; set; }
Property Value
- string
FoundInField
public string FoundInField { get; set; }
Property Value
- string
FoundInModelId
public string FoundInModelId { get; set; }
Property Value
- string
FoundInModelType
public string FoundInModelType { get; set; }
Property Value
- string
Source
public string Source { 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>, FinancialAccount, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, FinancialAccount result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result FinancialAccount
debugAttributes bool
ParseModel(XElement, bool)
public static FinancialAccount ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- FinancialAccount
ParseModelFields(IEnumerable<XElement>, FinancialAccount, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, FinancialAccount result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result FinancialAccount
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, FinancialAccount, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, FinancialAccount result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result FinancialAccount
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<FinancialAccount> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<FinancialAccount>
ParseMultiModelFields(IEnumerable<XElement>, FinancialAccount, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, FinancialAccount result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result FinancialAccount
debugAttributes bool