Class Password
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class Password : ModelBase, IUfedModelParser<Password>
- Inheritance
-
Password
- Implements
-
- Inherited Members
-
Properties
AccessGroup
public string AccessGroup { get; set; }
Property Value
- string
Account
public string Account { get; set; }
Property Value
- string
Data
public string Data { get; set; }
Property Value
- string
DateCreated
public DateTime DateCreated { get; set; }
Property Value
- DateTime
DateModified
public DateTime DateModified { get; set; }
Property Value
- DateTime
GenericAttribute
public string GenericAttribute { get; set; }
Property Value
- string
Label
public string Label { get; set; }
Property Value
- string
Server
public string Server { get; set; }
Property Value
- string
Service
public string Service { get; set; }
Property Value
- string
ServiceIdentifier
public string ServiceIdentifier { get; set; }
Property Value
- string
Source
public string Source { get; set; }
Property Value
- string
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>, Password, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Password result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result Password
debugAttributes bool
ParseModel(XElement, bool)
public static Password ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- Password
ParseModelFields(IEnumerable<XElement>, Password, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Password result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result Password
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, Password, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Password result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result Password
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<Password> ParseMultiModel(XElement passwordsElement, bool debugAttributes = false)
Parameters
passwordsElement XElement
debugAttributes bool
Returns
- List<Password>
ParseMultiModelFields(IEnumerable<XElement>, Password, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Password result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result Password
debugAttributes bool